Releases: jarthod/ssl-test
Releases · jarthod/ssl-test
v1.4.1
- Add support for "tcps://" scheme
v1.4.0
- Implemented CRL as fallback to OCSP
- Expose cache metrics
- Add logger support
v1.3.1
Improved caching of failed OCSP responses (#5)
v1.3.0
Added revoked cert detection using OCSP (#3)
v1.2.0
Better support for wrong hostname across ruby versions
v1.1.0
Removed HTTP call, Net::HTTP#start
is enough to open the connection and get cert details and validation. This improves speed and compatibility with websites blocking HEAD requests.