Hi,
JDK-8216039 was introduced in JDK 13, which intalizes PSSSignatureSpi
with a null SecureRandom value. This currently causes a NPE with the
latest version of BC. The same change was backported to JDK 11.0.5 in
JDK-8228470.
I created a PR on GitHub (#632) a bit ago. Since then a few other
people have independently encountered the issue and also verified the
change fixes the issue. Would it be possible to get the change
reviewed please?
Thank you,
Brandon
https://bugs.openjdk.java.net/browse/JDK-8216039https://bugs.openjdk.java.net/browse/JDK-8228470https://github.com/bcgit/bc-java/pull/632