bc-java
bc-java copied to clipboard
Bouncy Castle Java Distribution (Mirror)
This will enable supporting X25519MLKEM768 algorithm in Bouncy Castle. X25519MLKEM768 is a combination of post-quantum Key Encapsulation Mechanism (KEM) and a Elliptic Curve Diffie-Hellman Ephemeral (ECDHE). This hybrid algorithm is...
We are getting this exception. org.bouncycastle.tls.TlsNoCloseNotifyException: No close_notify alert received before connection closed Wanted to find out what is the likely cause for this exception with TLS 1.2.
Will any future CVE's be fixed in the 1.0.2.x series? We are using the library in a non approved mode and hence the lack of certification is not a constraint.
hi, my code is simple just like below: ``` private static final String ALGORITHM = "SM4/ECB/NoPadding"; public static String decrypt(String encryptedHex) throws Exception { Cipher cipher = Cipher.getInstance(ALGORITHM, "BC"); cipher.init(Cipher.DECRYPT_MODE,...
I have taken a stab at trying to fix #899. This will add a new subproject to produce a [BOM](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Bill_of_Materials_.28BOM.29_POMs) which includes all the other subprojects and their versions. The...
I am using bc-fips-2.0.jar to do ocsp check for certificate generated from entrust. The ocsp responder url is: http://ocsps.ssl.com/ JDK version: openjdk version "11.0.25" 2024-10-15 LTS OpenJDK Runtime Environment Zulu11.76+22-SA...
I can see BCTLS provides getMasterSecret method under SessionParameters.java . I am using Spring webclient with Jetty Client and BCJSSE as security provider for TLS1.3 over http2. After handshake is...
The class `org.bouncycastle.cms.SignerInfoGenerator` has a constructor which combine origin generator and additional attribute table generator. `public SignerInfoGenerator(SignerInfoGenerator original, CMSAttributeTableGenerator sAttrGen, CMSAttributeTableGenerator unsAttrGen)` This constructor combines the fields of the original...
when I run jitsi-meet on debian12 system, the dtls negotiation failed . is there any tool to check the cause of the error? # openssl version OpenSSL 3.0.15 3 Sep...
Currently the code that parses the Distinguished Name (DN) in the Bouncy Castle certificate parser is only able to recognize ST for State or Province. Although this is the preferred...