Skip to content

Releases: punkstar/ssl

Allow validating common names for domains with ports

17 Oct 08:46
Compare
Choose a tag to compare
0.5.1

Strip everything but hostnames from cname validations

Common Name Validator

17 Oct 00:11
Compare
Choose a tag to compare

Allow developers to confirm that a hostname would be served (without warning) by a browser.

Allow for specifying port

24 Jul 18:09
Compare
Choose a tag to compare

When using Reader::readFromUrl allow for specifying the port (appending :1234 after the hostname).

Allow for specifying the connection timeout

18 Mar 08:21
Compare
Choose a tag to compare
0.3.2

Allow for the connection timeout to be specified (#3)

0.3.1

16 Sep 11:01
Compare
Choose a tag to compare
Use a specific error code for connection refused exception

Report connection errors

16 Sep 10:56
Compare
Choose a tag to compare
  • Throw an exception on connection problems
  • Clean up warning messages.

Don't verify the certificate when fetching

13 Sep 06:52
Compare
Choose a tag to compare

This allows us to fetch a self signed or a certificate that mismatches the name.

Initial release

25 Jul 17:47
Compare
Choose a tag to compare
  • Ability to read SSL certificates from a URL or a file
  • Read the following details from the certificate:
    • Valid from date
    • Valid to date
    • Name
    • Subject
    • Issuer
    • SANs
    • Raw certificate