bc-java
bc-java copied to clipboard
Bouncy Castle Java Distribution (Mirror)
Hello Team, I am trying to use BouncyCastleJSSE provider for TLS communication using a certificate that has ML-DSA key. I am explicitly setting TLS version to 1.3, but getting following...
In the current implementation, if either the `x25519` or `secp256r1` algorithms are present in the list of named groups, one of them is used for early key shares—regardless of the...
Starting from version 1.80, org.bouncycastle published artifacts use version ranges when reference other bouncycastle modules. Example: https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.80 Some build tools and plugins do not support this format and fail with...
This PR contains a high-level API for OpenPGP, which simplifies the following tasks: * Message Creation * `OpenPGPMessageGenerator` sets up an `OpenPGPMessageOutputStream` based on user configuration * Message Consumption *...
we are intermittently facing this issue in org.bouncycastle:bcutil-jdk18on:1.80 version , this issue comes intermittently in 1 out of 100 requests and also doesnt happen on retry of that http request...
Similar to #1971 but for Javadoc. --- When checking > https://www.bouncycastle.org/documentation/documentation-java/#documentation and clicking any link in column "View online" of panel "JDK 1.8 and later documentation" one is direct to...
Since the upgrade of bc-fips 1.0.x to bc-fips 2.0.0 larger 3DES PGP encrypted files fail to decrypt with stack trace: `java.lang.IllegalStateException: attempt to process more than 65536 blocks with 2-Key...
When loading a PKCS12 keystore using the JCA API Method `java.security.Keystore#load(InputStream, char[])` using a wrong password, an `IOException` without a cause is thrown. The JCA API recommends throwing an `IOException`...
# Problem I'm working in a system where I'm unable to register BCFIPS as a JVM security provider, and I'm forced to use it dynamically by passing it to the...
When we try to open a keystore created with openssl 3.5 with PBMAC1 using both BC provider 1.80 or BCFIPS 2.1.0 we get the error : Caused by: java.security.NoSuchAlgorithmException: no...