-
Here is my scenario:
Using the following openssl command to generate the pfx file which doesn't contains cert:
> openssl.exe genrsa -aes256 -out E:\Temp\test.pem -passout pass:123456 2048 2
> o…
-
Just trying to work out what maven entries are required to use bouncy castle and its not at all clear.
It would be great if you could documented the dependencies to use bounce castle in the 'standa…
-
Currently the AsymmetricEncryptor uses only the encryption algorithm (RSA) without specifying the mode & padding. This creates portability issues when encryption and decryption isn't possible on same…
-
Creating an issue to begin discussing post-quantum (PQ) readiness for the EJBCA Vault PKI Engine
-
Publishing to maven central failed with signing error. Bouncy Castle threw exception: unknown public key algorithm encountered
-
Hello,
I am trying to write a program that derrives a AES key from a password.
The entire program has to be compatible with existing java software. I.e the java code and the rust application have …
-
**Describe the bug**
`TrustAllX509TrustManager` is raised by Lint 30.4.0 (AGP 7.4.0). Basically, if lint finds any unsafe implementation of `X509TrustManager` raises this issue.
This is pretty serio…
-
Since we are trying to migrate to a more modular approach to our use of Elliptic Curve Cryptography (see Issue #1874), we should reduce/deprecate/eliminate our usage of Bouncy Castle types in our publ…
-
As [Apache Maven GPG Plugin](https://maven.apache.org/plugins/maven-gpg-plugin/) supports now:
- support BC BouncyCastle java library signer -gpg binary is not necessary
- support environment va…
-
Hello,
don't know if this is exactly a bug, anyway: I'm trying to open a keystore file \(.ks\) generated by a previous java version \(probably 1.5 or earlier\) in order to convert it into a .pfx ce…