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

The scenario is a TLS server with some expired sessions. In such instant, the executed code is ```java SSLContext sslContext = ... // some pre-existing sslContext backed by BC and...

Hi, in the master is added commit 18e1c3106bcfab7f646f993f56027fea7af24357 with acceptance of Renegotiation. I'm happy about that, cause I'm missing this functionality in one of our projects. I tested this functionality...

This is a feature request. In `HMacDSAKCalculator`, allow for the "additional data" field as per https://datatracker.ietf.org/doc/html/rfc6979#section-3.6 It's needed to grind for low R values, and probably other usecases as well,...

Hi, I am trying to implement the following nodejs code in java, but I found that ECIESwithSHA256andAES-ECB is not provided by BouncyCastle. How can I implement this algorithm? ``` //...

I was surprised to see the util module [org.bouncycastle.oer package.](https://github.com/bcgit/bc-java/tree/master/util/src/main/java/org/bouncycastle/oer) but I don't know how to use them

## Obtaining a Session Ticket C -> S: Client Hello (empty SessionTicket ext) C S: Finished C

**Steps to reproduce**: 1. Generate keys the following way, using openssl-1.1.+ (I used 1.1.0): - ssh-keygen -t rsa -f ~/.ssh/testkey -C "[email protected]" - ssh-keygen -f testkey.pub -e -m PKCS8 >...

**Initial problem:** if we have Certificate, OCSP, CRL issuer DN containing "CN=Lučić", and from the application we have got DN as String containing "CN=Lu\C4\8Di\C4\87" - both DN's shall be equal,...

I would like to encourage you to add GitHub Sponsors as another option to donate for this project. If you struggle to get this set up, I might be able...

GMSSL follow the specification《GMT 0024-2014 SSL VPN技术规范》 GMSSL a variant of TLS1.1(RFC4346) Use independent protocol version number 0x0101 Cipher suite using GM algorithm SM2_SM4_SM3 - SM2 for auth - SM4...