bc-java
bc-java copied to clipboard
Bouncy Castle Java Distribution (Mirror)
When working on large files, it would be great to be able to pause and/or resume based on state obtained so far. Therefore, it would be great, if org.bouncycastle.crypto.digests.SHA3Digest would...
Hi all, I observed some interesting behaviours when running inter-operation tests between the latest libOQS and latest BouncyCastle. The following method is used to run the inter-operation tests. LibOQS generates...
David put in the effort and made `ASN1Sequence` iterable. But many places in the code still use the old `Enumeration` access pattern. Would you accept changing these to `for-each` where...
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 characters wide,...
_(This question is not specific to to BCFIPS / BC-FJA, and I imagine you would first want to add this in your 'regular' bctls-jdk18on.jar. But we would adopt this suggested...
1. Openssl 3.0 `openssl smime -md sha1 -sign -inkey test_smime2.pem -signer test_smime2.cer -outform SMIME -in test.txt -out test.txt.sign ` signature body part ````java MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg="sha-256"; boundary="----BC340B1A870F41887515A0BD973CD216"...
RFC 5280 specifies that the AKI extension, i.e., the Authority Key Identifier, is based on either keyIdentifier or a combination of both authorityCertIssuer and authorityCertSerialNumber. That is, authorityCertIssuer and authorityCertSerialNumber...
I am using org.bouncycastle:bcprov-jdk18on:1.80 and org.bouncycastle:bcpkix-jdk18on:1.80 within my Java/Kotlin Application to verify a X509 Certificate with a OCSP Responder. ``` /* validate a given cert against the OCSP Responder */...
Our application runs on weblogic servers, Intermittently we are getting below errors , after restarting weblogic managed server it is working fine We are using bc jars jdk18on-1.78.1jar Please suggest...