djp3 / SSL-revocation-manager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Java 100.0%