bc-java
bc-java copied to clipboard
Bouncy Castle Java Distribution (Mirror)
Hi All, we are upgrading our product from javax to Jakarta 10 and We are looking for jakarta 10 compatible BouncyCastle jars to meets our need. do we have Jakarta...
**In short:** Is it a bug of bouncycastle 2.73.3 (bcprov-lts8on:jar:2.73.3) or misconfiguration (if any exists) or java 8 bug or whatever else (see the stacktrace below)? FYI: I don't observe...
Does anyone know when Bouncy Castle will be providing support for OpenPGP data that has been signed with a SHA3 algorithm? I can get the Bouncy Castle library to sign...
Hello Team After upgrading my project to SpringBoot 3.2 app is not starting with an error: **FipsOperationError: Module checksum failed: unable to find** ``` Exception in thread "main" java.lang.reflect.InvocationTargetException at...
While decryption I am getting following error. ```java java.io.IOException: invalid header encountered at org.bouncycastle.bcpg.BCPGInputStream.readPacket(Unknown Source) at org.bouncycastle.openpgp.PGPEncryptedDataList.(Unknown Source) at org.bouncycastle.openpgp.PGPObjectFactory.nextObject(Unknown Source) at com.eai.equinix.encryption.PGPUtils.decryptFile(PGPUtils.java:188) at com.eai.equinix.encryption.PGPEncryption.decryptFile(PGPEncryption.java:34) at com.eai.equinix.encryption.PGPEncryptionJUnit.testDecryptFileIssue(PGPEncryptionJUnit.java:111) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
I noticed that among the classes implementing the Memoable interface, `CertPathValidationContext` and `CertificatePoliciesValidation` have not implemented the interface's methods appropriately. I have updated the `copy` and `reset` methods so that...
Our project uses multiple bouncycastle versions got from different libraries transitively. Is it possible to replace jdk15on:1.62, jdk15on:1.67, jdk15on:1.70 and jdk15to18:1.75 with jdk18on:1.77 for a Java 17 Spring Boot application...
Hi team, We’re facing memory issues related to bouncycastle. Below are the findings after getting the dumps. Safe to say bctls-fips components are the cause of the memory leaks in...
For the attached certificate, there is a CRL in http://crl.quovadisglobal.com/qvrca2g3.crl why does the validator fail with ? Caused by: org.bouncycastle.jce.provider.RecoverableCertPathValidatorException: No CRLs found for issuer "cn=QuoVadis Root CA 2 G3,o=QuoVadis...
I guess, due to this code https://github.com/bcgit/bc-java/blob/8ca7bbd856c4077af0150070a9191d47c63f964e/core/src/main/java/org/bouncycastle/asn1/x500/style/X500NameTokenizer.java#L61 a certificate with a DN containing escaped quotes can't be parsed correctly. Example DN (part of it): Wohnungsbaugenossenschaft "Humboldt-Universität" eG openssl output: Subject:...