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

In bouncy-castle 1.64 , we have decompression method in RecordStream.java class, we are using that to support GZIP decompression. Now we are trying update the bouncy castle version to 1.71...

I cannot find any (high-level) implementation and/or tests for Timestamp Renewal and Hash-Tree Renewal as defined in [RFC 4998 5.2.](https://datatracker.ietf.org/doc/html/rfc4998#section-5.2). Did I miss that or is it actually missing?

We try to build a PKCS12 keystore with BouncyCastle with the usage of the AES algorithm OID 2.16.840.1.101.3.4.1.42 as encryption/wrapping mechanism for the encryption of the secrets in the KeyStore,...

See: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-spake2-26 [BoringSSL has implemented it](https://github.com/google/boringssl/blob/master/crypto/curve25519/spake25519.c), and it's being used by a particular protocol on Android 11+. Since BC implement X25519 and Ed25519 i guess it should include most required...

To aid large projects who have multiple transient dependencies on BC, you could publish a BOM to maven to cover all components at the same version. e.g.: ```xml 4.0.0 org.bouncycastle...

enhancement

I'm working on kotlin gradle springboot project which uses spring version : 5.1.0.RELEASE springboot version : 1.5.4.RELEASE bouncyCastle version : 1.66 In order to remove the vulnerabilities from the project...

Hi all, I have prepared the initial integration https://github.com/CodeIntelligenceTesting/oss-fuzz/commit/f0baf61db38089ccf77639a13469d3b487cb1a9e of Bouncy Castle core into [google oss-fuzz](https://github.com/google/oss-fuzz). This will enable continuous fuzzing of this project, which will be conducted by Google....

Health Check: service at URL https://cobalt-gke/auditpublish-dev/greeting responded with message I/O error on GET request for "https://cobalt-gke/auditpublish-dev/greeting": handshake_failure(40); nested exception is org.bouncycastle.tls.TlsFatalAlert: handshake_failure(40)

Private key like this: -----BEGIN EC PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: SM4-CBC,xxxxxxx xxxx -----END EC PRIVATE KEY----- I find out that the PEMUtilities.crypt don't support algorithm like sm4-cbc my code...

1.57 sm3withsm2签名1.59版本验不过