-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find SunPKCS11-NSS-FIPS provider for FIPS mode #613
Comments
The issue occurs because it cant find the SunPKCS11-NSS-FIPS provider for FIPS mode after successfully enabling FIPS in the SecureRandom.java file.
From the grinder, this test passed the first time with First, I can create the SecureRandom with SunPKCS11-NSS-FIPS outside of this test in FIPS mode with the following simple code.
Therefore, it should be a policy configuration problem. |
This |
Now considering the difference between the content in original |
Doesn't the |
It seems there are only two possibilities for causing the failure.
|
Keeping AllPermission for the ext.dirs fixes it, or the following more specific permissions.
|
Although I saw them denied along the way to getting the full set, these ones aren't actually required.
i.e. a more compact set of perms that works
|
Yes, I can see the denied message now. |
After updating the security.policy file with these specific additional permissions.
The Here is the result from <<grinder>>. The new problem is |
Related to the issue 15656.
The text was updated successfully, but these errors were encountered: