Results 348 comments of David Hook

Okay, so what you actually mean is that RSA becomes so slow it's not usable, this doesn't make it unusable, just a real pain to use because it takes seemingly...

Is the provider being loaded via the JVMs module path? It looks like the jar's valid, but if something is unpacking it or re-wrapping it before it gets used there...

Inactive. Sounds like Oracle eventually fixed whatever it was that was doing it.

No idea on this one, although we did phase out jdk15on and replace it with jdk15to18 with 1,71. If you're using Java 11 you should be using the jdk18on versions...

You could try -Djava.security.debug=provider and see what it tells you. My guess is it will tell you the securerandom.strongAlgorithms isn't pointing at anything that exists. With the Redhat VM, from...

I'm not aware of anything specific, although I know there's a few companies developing QRNGs which can act as SecureRandoms. We're also working on JENT SecureRandom which is a separate...

Thanks for the report. Apologies for the delay... try what's in the current SNAPSHOT for 1.80 on https://downloads.bouncycastle.org/betas this should now be fixed.

Would you be able to submit the corrected file as a pull request? I hate to admit to this, but we'll probably get a much better result if it we...