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

This issue is a follow-up of this discussion from the dev-crypto mailing list: http://bouncy-castle.1462172.n4.nabble.com/TLS-handshake-debug-logging-td4659969.html For testing and debugging purposes, we need to see every detail of the TLS handshake (i.e....

My application uses the following dependencies: Jaspersoft Reports: 6.5.1 iText: 2.1.7 BouncyCastle: 1.63 Everything was working fine until we tried to export a PDF file with password protection. The error...

We noticed that there is a new (and more efficient) ECC curve FourQ (https://en.wikipedia.org/wiki/FourQ). Although the C/C++ implementation (together with SIMD acceleration) can be much for efficient, we would wonder...

I develop an Android VNC viewer called bVNC. Since Android API 23, DH_anon cipher suites are not supported on the platform. The objective of my investigation is to see whether...

When using BC code in a TlsServer if the client presents only TLS_DHE cipher suites as possible candidates along with a "support_groups" extension in the "Client Hello" message which does...

Hi, I've tried my luck on the mail list, assuming the problem to be on my side but after downloading the bc-sources and using the debugger I think I've found...

Hey everyone! I noticed, that BC supports both the old[1] and new[2] packet length format for OpenPGP packets. When being serialized, BC's packets basically decide which format to use via...

(I was pointed here by the dev-crypto list, the thread is mysteriously missing from the mailing list archive.) My feature request is to support Schnorr signatures, specifically the variant that...

Current repo is missing scripts `bnd.sh` and `bcsign11`. Without them script that adds Java module support cannot run. Also, `add_module.sh` seems geared towards JDK-9 (who's using it now?), JDK-11 (note:...

Turkey has a 'ı' without a dot on top as a lower 'I' and and upper case 'İ' with a dot. So the lowercase is dependent of a locale. the...