Releases: punkstar/ssl
Releases · punkstar/ssl
Allow validating common names for domains with ports
Common Name Validator
Allow developers to confirm that a hostname would be served (without warning) by a browser.
Allow for specifying port
When using Reader::readFromUrl
allow for specifying the port (appending :1234
after the hostname).
Allow for specifying the connection timeout
0.3.2 Allow for the connection timeout to be specified (#3)
0.3.1
Report connection errors
- Throw an exception on connection problems
- Clean up warning messages.
Don't verify the certificate when fetching
This allows us to fetch a self signed or a certificate that mismatches the name.
Initial release
- 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