bc-java
bc-java copied to clipboard
BC FIPS version does not include ProvRevocationChecker
Hello, Do you have plans to include org.bouncycastle.jce.provider.ProvRevocationChecker into FIPS version of bc library? It is required for OCSP with TLS because currently org.bouncycastle.jsse.provider.JsseUtils_8#addStatusResponses cannot find an implementation of PKIXRevocationChecker Versions:
- group: 'org.bouncycastle', name: 'bc-fips', version: '1.0.2.3'
- group: 'org.bouncycastle', name: 'bctls-fips', version: '1.0.17' Thank you