提交 48197d31 编写于 作者: M mbalao

8238555: Allow Initialization of SunPKCS11 with NSS when there are external...

8238555: Allow Initialization of SunPKCS11 with NSS when there are external FIPS modules in the NSSDB
Reviewed-by: mullan, valeriep, andrew
上级 c581cb4f
...@@ -404,10 +404,6 @@ public final class Secmod { ...@@ -404,10 +404,6 @@ public final class Secmod {
} else { } else {
type = ModuleType.EXTERNAL; type = ModuleType.EXTERNAL;
} }
if (fips) {
throw new RuntimeException("FIPS flag set for non-internal "
+ "module: " + libraryName + ", " + commonName);
}
} }
// On Ubuntu the libsoftokn3 library is located in a subdirectory // On Ubuntu the libsoftokn3 library is located in a subdirectory
// of the system libraries directory. (Since Ubuntu 11.04.) // of the system libraries directory. (Since Ubuntu 11.04.)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册