bc-java
bc-java copied to clipboard
Bouncy Castle Java Distribution (Mirror)
Hello, I tried verifying a signature generated with bouncy castle with multple libraries in javascript, however all of them failed to do it, I got some help from ChatGPT and...
IPv6 addresses as described in https://datatracker.ietf.org/doc/html/rfc4007#section-11 are considered not valid by IPAddress#isValidIPv6 ```text As already mentioned, to specify an IPv6 non-global address without ambiguity, an intended scope zone should be...
Hello Developer: I have a CRL file, and the "O" field in its issuer section contains an escape character. The value of the "O" field is 'VeriSign\\'. When I use...
This PR adds support for ML-DSA in TLSv1.3. Validation and certificate testing are required, but currently, it's not possible to generate ML-DSA certificates using the released gnutls certtool. Therefore, these...
Main content: I have a CRL file where the DN value in the Issuer field is empty, but RFC 5280 specifies that the size of the DN should be (1..MAX)....
Hi, I am trying to use all BC Fips jars to make our product FIPS compliant. For certificate path validation, I try to use class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer from bcpkix-fips-2.0.7.jar. Its init...
look at the url:https://learn.microsoft.com/en-us/windows/win32/seccrypto/time-stamping-authenticode-signatures only support RFC3161 timestamp im my java project (version:jdk21 + bc 1.80) and bc-java not default support authenticode time stamp request for now.the asn1 structure of...
The existing AES in ECIES are all using CBC. It'll be good to have AES with GCM. Is there a reason for not having GCM in ECIES AES?
Main content: Hello Developer, I have a CRL file where the Country value in the Issuer field is "USA." Normally, ISO 3166-1 specifies two English characters to represent a country...
Main content: The RFC standard for X.509 CRLs restricts the thisUpdate field to only two formats, namely UTCTime (YYMMDDHHMMSSZ) and GeneralizedTime (YYYYMMDDHHMMSSZ) in ASN.1 representation, which are 13 and 15...