Replies: 2 comments
-
|
We will be moving to Java 25 in near future as well. We get the same message with 2.1.2. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I don't know what bc-fips is doing (I don't use it), but I guess I read somewhere that it uses native libraries/code, right? The message is simply a warning that you could suppress by starting your application with the corresponding command line flags; see the JEP for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
In our product, we use the bc-fips library for encrypting/decrypting a password so it isn't stored in clear text in a settings file. After moving up to version 2.1.1, a customer is getting this warning when running our encryption utility with openjdk 24:
They can use the workaround provided here to avoid this output (which happens in the middle of our product's output), but I wanted to ask:
nativeInstalled.set(false)-- could that be a problem at some point?Thank you. I can share more information if needed. In case it's related, we don't import bouncy castle directly in the java code, but load it with reflection -- this is just so someone can remove the library if needed for some reason (and they're not running in FIPS mode)
Thank you,
Bobby Bissett
Beta Was this translation helpful? Give feedback.
All reactions