Commit 0c52ff7
authored
Always report FIPS mode true on developer platforms (#1177)
The OpenJCEPlusFIPS provider may run on platforms that support developer
mode. On these systems, the provider should always report that it is operating in FIPS mode
to ensure behavior is consistent with fully FIPS-certified platforms.
This change simulates FIPS operation as closely as possible in development environments.
Fixes: https://github.ibm.com/runtimes/jit-crypto/issues/1076
Signed-off-by: Mohit Rajbhar <mohit.rajbhar@ibm.com>1 parent 7a9b408 commit 0c52ff7
File tree
1 file changed
+9
-0
lines changed- src/main/java/com/ibm/crypto/plus/provider
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
692 | 701 | | |
693 | 702 | | |
694 | 703 | | |
| |||
0 commit comments