-
I am trying to generate the docker image to test a few improvements I'm working on. However, the tests fail to find the Bouncy Castle stuff and (apparently) therefore the JARs are not built, either.
…
-
`HashBuilder` isn’t actually taking into account the provider defined in `DigestType`
- Changing the provider in `DigestType` to Bouncy Castle has no effect - Sun is always used, since it’s the pre…
-
## CVE-2016-1000352 - High Severity Vulnerability
Vulnerable Library - bcprov-jdk15on-1.50.jar
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contain…
-
## CVE-2015-7940 - Medium Severity Vulnerability
Vulnerable Library - bcprov-jdk15on-1.50.jar
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains…
-
## CVE-2015-6644 - Low Severity Vulnerability
Vulnerable Library - bcprov-jdk15on-1.50.jar
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JC…
-
## CVE-2016-1000344 - High Severity Vulnerability
Vulnerable Library - bcprov-jdk15on-1.50.jar
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contain…
-
This isn't an urgent issue, we can just discuss it, maybe we can do it in the future.
#### Q1: Do we need to support this cryptography standards?
In my opinion, we should support it as some dap…
-
.Net Framework 4.7.2 and .Net Standard 2.1 has class [CertificateRequest](https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.certificaterequest) for generating c…
-
I have a CMS signed data message that fails to verify with Bouncy Castle 1.76. This particular message is included as an example in the ASC X9 TR-34-2019 standard.
OpenSSL is able to verify this me…
-
**Describe the bug**
Unable to connect to kubernetes in a fips enabled environment.
Seems very similar to this: https://github.com/fabric8io/kubernetes-client/pull/3867
So I dug around a bit and …