Skip to content

Releases: jarthod/ssl-test

v1.4.1

24 Oct 19:27
Compare
Choose a tag to compare
  • Add support for "tcps://" scheme

v1.4.0

16 Jan 12:37
Compare
Choose a tag to compare
  • Implemented CRL as fallback to OCSP
  • Expose cache metrics
  • Add logger support

v1.3.1

16 Jan 12:38
130e77c
Compare
Choose a tag to compare

Improved caching of failed OCSP responses (#5)

v1.3.0

16 Jan 12:39
Compare
Choose a tag to compare

Added revoked cert detection using OCSP (#3)

v1.2.0

16 Jan 12:40
Compare
Choose a tag to compare

Better support for wrong hostname across ruby versions

v1.1.0

13 Jan 20:37
Compare
Choose a tag to compare

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.