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

We have identified that since version 1.78, the resource bundle 'org.bouncycastle.mail.smime.validator.SignedMailValidatorMessages' is missing from the **bcjmail-jdk18on** artifact (but not from **bcmail-jdk18on**) . This resource bundle is required by the class...

We recently upgraded our bc-fips jar from 1.0.2.5 to 2.0.0 after that we are facing below issue on starting of tomcat server or when I ran command "java -cp bc-fips-2.0.0.jar...

It is impossible to build BC with Gradle, because it seems to require that **all** the four JDKs - JDK8, JDK11, JDK17, JDK21 - are installed. No sane organization, except...

support request

I think I am experiencing a possible race condition in either TlsClientProtocol or TlsServerProtocol. I am using bctls-jdk18on 1.78.1. I can reproduce an intermittent failure in a JUnit test. It...

A PKCS#12, created by external user with openssl 1.1.x, fails MAC validation using BouncyCastle classes but works fine with Java Keystore. I can't get any details about the failure in...

This PR changes the `PGPv6KeyTest` to more extensively cover parsing of different fields, like key-id, creation time, s2k etc. Testing also showed, that `getBitStrength()` returned `0` for (dedicated X25519), X448,...

Time, as well as offsets (e.g. expiration) in OpenPGP are stored as seconds in unsigned Integers. I noticed, that https://github.com/bcgit/bc-java/commit/8385a2ca13573435a64d6bd96769c97e2e9edee8 broke some tests in PGPainless that dealt with large expiration...

While playing with some tooling I built on top of BC/PGPainless, I noticed crashes when processing my whole GPG key ring (350+ keys). Apparently the comparison code in `PGPSignature.join()` /...

Hey! In this PR, I'm working on a high-level API for OpenPGP key generation (v6 only for now). Let me know, what you think of the design sketched out in...

Hello, I’m running an OSGI application that uses the following JARs: `bcprov-jdk15to18-1.76.jar`, `bcpkix-jdk15to18-1.76.jar`, and `bcutil-jdk15to18-1.76.jar`. Recently, during a Mend scan, a vulnerability was reported for `bcprov` (CVE-2024-29857). To address this,...