Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 344 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 344 Bytes

SSL-revocation-manager

A Java library for checking, validating, and caching SSL revocation results via

  • Online Certficate Status Protocol (OCSP)
  • Certificate Revocation List: (CRL)
  • Certificate Transparency (CT)

The VerifierTest.java test shows how to use the verifiers in a TrustManager to appropriately accept or reject SSL connections