bc-java
bc-java copied to clipboard
Bouncy Castle Java Distribution (Mirror)
My colleague checked the project Bouncy Castle and wrote a small article on found errors. Perhaps, you’ll want to fix some of them. Also you might be interested in the...
Add a new Cipher algorithm for XChaCha20-Poly1305. The larger nonce size over ChaCha20 decreases the probability of birthday collisions when using random nonces, a common use case in application layer...
ESTService getCSRAttributes can't read response body. ESTException is returned with no body and message: Stream closed before limit fully read, Read: 0 ContentLength: 55 HTTP Status Code: 404 getCACerts and...
GitHub now offers static analysis scans for open-source projects. The scans are based on CodeQL engine that is also used on lgtm.com https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository When enabled on pull requests, the scans...
The issues were reported by LGTM https://lgtm.com/projects/g/bcgit/bc-java/?mode=list&tag=&id=java%2Fimplicit-cast-in-compound-assignment%2Cjava%2Finteger-multiplication-cast-to-long
Currently, the AnnotatedException only says "No match for certificate CRL issuing distribution point name to cRLIssuer CRL distribution point" It should for example also say: "No match for certificate CRL...
Hello, I get this error on JDK14 (bctls-jdk14-164) when trying to access some hosts, in particular: [latimes.com](https://www.latimes.com/) and [wegotthiscovered.com](https://wegotthiscovered.com/). I suppose that the problem is related to the fact that...
I try do this: `Security.addProvider(new BouncyCastleProvider()); key = new SecretKeySpec(keyBytes, "GOST28147"); in = Cipher.getInstance("GOST28147/CFB8/NoPadding", "BC");` In gradle: implementation 'org.bouncycastle:bcprov-jdk15on:1.62' But i have exception. Help me please, how fix this error...
We are trying to decrypt an CMSEnvelopedData object. The object was encrypted with an ECKA-EG algorithm (0.4.0.127.0.7.1.1.5.1.1.3). When we try to decrypt the data by using BC we get an...
ESTService Add Server Side Key Generation support. https://tools.ietf.org/html/rfc7030#section-4.4