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

@dghgit maybe I am nitpicking (sorry), I follow-up on https://stackoverflow.com/questions/40144840/bouncycastle-pgp-textmode-in-java-implementation-does-not-convert-to-cr-lf, https://github.com/bcgit/bc-java/issues/1035 and https://github.com/bcgit/bc-java/pull/1040 (thanks a lot for the improvement!): - PGPCanonicalizedDataGenerator does not mention BINARY anywhere in javadoc nor has...

https://crypto.stackexchange.com/questions/73220/which-version-of-chacha-is-more-secure https://www.google.com/search?ie=UTF-8&q=chacha20-ietf-poly1305 https://www.google.com/search?ie=UTF-8&q=xchacha20-ietf-poly1305

This PR adds generics to some more data structures used inside * `PGPKeyRing` * `PGPPublicKey` * `PGPPublicKeyRing` * `PGPSecretKey` * `PGPSecretKeyRing` It further adds an interface `UserDataPacket`, which `UserIDPacket` and...

Hi, One of our services implementing Bouncy Castle dependency constantly falls into rollout restart (this service with no Bouncy Castle works normally). What can be seen is in logs is:...

The default CRC-24 implementation follows RFC4880, which proposes the use of an iterative algorithm. Mimicking a feedback shift register in software is inefficient. In 'Computation of Cyclic Redundancy Checks via...

It was [pointed out](https://mailarchive.ietf.org/arch/msg/openpgp/Zv8v1IwbbXYiDPKytfbUmtNdxak/) on the IETF openpgp mailing list, that some implementations do not properly check the signature digest prefix. It turns out, Bouncy Castle - and by extend...

Java 9 introduced new standard algorithm names to support signature algorithms with an output as defined in IEEE P1363 format, e.g. `SHA256withECDSAinP1363Format`: https://docs.oracle.com/javase/9/docs/specs/security/standard-names.html#signature-algorithms It would be good if BC provider...

Implement support for raw public keys, as described in RFC 7250 and RFC 8446 (section 4.4.2 especially). Also added tests to validate the implementation. Note that only TLS 1.2 is...

Hello, For some Application, in my case EJBCA PKI, the "res.close();" will make the simpleenroll fail with basic auth saying that the username provided is null at the CA/RA Side....

It seems that the current implementation of RFC4998 (Evidence Record Syntax) is incorrect. I maybe wrong in the way I use the ERSArchiveTimeStampGenerator class, but from what I see the...