bc-java
bc-java copied to clipboard
Bouncy Castle Java Distribution (Mirror)
Issue Description - this issue occurs when we send mail from web to mobile - Exception : read content exception - Exception throw at: CMSEnvelopedDataParser dataParser = new CMSEnvelopedDataParser(sharedInputstreamobject) -...
Running older 1.40 bc jar on IBM JRE app and getting "java.security.NoSuchProviderException: JCE cannot authenticate the provider BC" exception. IBM claims "[If you encounter this issue with a 3rd party...
When using a NIST P-256 curve ECDSA key and trying to extract it using org.bouncycastle.openpgp.operator.jcajce.JcaPGPKeyConverter#getPublicKey **with default (sun) provider** , "InvalidParameterSpecException: Not a supported curve" exception is thrown. The issue...
supported [TLS1.0](https://www.rfc-editor.org/rfc/rfc2246.html) [TLS1.1](https://www.rfc-editor.org/rfc/rfc4346#section-6.2.3.2) [TLS1.2 ](https://datatracker.ietf.org/doc/html/rfc5246#section-6.2.3.2)Padding 
hi guys, previously we use this method "public BasicOCSPResp build(ContentSigner signer, X509CertificateHolder[] chain, java.util.Date producedAt) to build an OCSP response with ContentSigner initialized with a signing privatekey and algorithm, now...
from the blake2.net website: > BLAKE2 includes the 4-way parallel BLAKE2bp and 8-way parallel BLAKE2sp designed for increased performance on multicore or SIMD CPUs. AFAIK there are no pure Java...
jdk version:1.8.0_382 bc version: bcpkix-jdk18on-1.74 A 20-thread Vertx server processes ED25519 signature verification. When the TPS reaches 10000, an infinite loop occurs. Here is the stack of the problem thread...
Hello folks, I successfully compiled lcrypto-jdk12-177 with JDK6 and ran the test org.bouncycastle.crypto.test.RegressionTest It fails with following failures: Completed with 3 FAILURES: => SHA-3: Exception: java.lang.StringIndexOutOfBoundsException: String index out of...
Hi, we have problem with BC validating CMS message, that is validated fine with openssl: ``` $ openssl version OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)...
Hi, We are using java 17 as programming language in our application, and recently found below issue while prisma scan. An issue was discovered in the FIPS Java API of...