bc-java icon indicating copy to clipboard operation
bc-java copied to clipboard

Bouncy Castle Java Distribution (Mirror)

Results 449 bc-java issues
Sort by recently updated
recently updated
newest added

Right now almost any classes in the library have missing javadoc. I would like to see at least description on each class for what purpose it is designed. Currently I...

If I do a fresh `git clone` on the bc-java repro and do a build in Intellij, I get: ![grafik](https://user-images.githubusercontent.com/9824146/167120431-db95d1fb-41dc-4ddd-b058-70f65edebad0.png) `Projects\bc-java-2\core\src\main\java\org\bouncycastle\pqc\crypto\cmce\CMCEEngine.java:240: error: unmappable character (0x90) for encoding windows-1252 // If...

In the Jitsi project (https://github.com/jitsi/) we just tried to upgrade our BC version from 1.68 to 1.70 and ran into the following issue: We have one endpoint which uses BC...

PSK seems to still not supported in TLSv1.3. Do you have plan to support this, and what is the roadmap?

In the HEAD version server side OCSP stapling is not yet implemented. Searching for some OCSP related implementation we found some uncommented code approaches in commit [8c138a013bbe409c8d1ff12557cd8da5ace5c5ae](https://github.com/bcgit/bc-java/commit/8c138a013bbe409c8d1ff12557cd8da5ace5c5ae) Do any plans...

I used https://github.com/jfrog/jfrog-CVE-2022-21449 to check for our microservice and found that bcpkix-jdk15on might be vulnerable. Can you please confirm which version should we upgrade to if available for this CVE?...

I created and exported openPGP keys using the gpg cli and the RSA RSA algorithims option. I then encrypted a small file. I load the private key and attempt to...

org.bouncycastle.openpgp.PGPException: unknown public key algorithm encountered at org.bouncycastle.openpgp.operator.jcajce.JcaPGPKeyConverter.getPublicKey(329) Please 1) give some hint on what is visible about the not yet supported algorithm 2) support it [[email protected]_6A4A18D8A80D2C025C2F65A49FAD90D84CD488DC.asc.zip](https://github.com/bcgit/bc-java/files/8510632/naharronak%40gmail.com_6A4A18D8A80D2C025C2F65A49FAD90D84CD488DC.asc.zip) https://keys.openpgp.org/vks/v1/by-fingerprint/6A4A18D8A80D2C025C2F65A49FAD90D84CD488DC

Hi team, My company is planning to use bouncy castle to enforce fips compliance for encryption. I've used a simple jmh benchmark that is running in a loop with a...

At RFC 8017 (PKCS#1 v2.2) chapter 9.1. "EMSA-PSS" the "Figure 2" diagram shows that input "M" is hashed producing "mHash", then it is padded and salted, and again run through...