forked from apache/camel-quarkus
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding profile for using SunPKCS11-NSS-FIPS provider (apache#6773)
- Loading branch information
1 parent
17df274
commit acb0d83
Showing
4 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
== FIPS | ||
|
||
Please utilize the fips profile when executing tests within a FIPS-enabled environment. The tests must employ the BouncyCastle-FIPS dependency instead of the standard BouncyCastle library. | ||
Please utilize the fips profile when executing tests within a FIPS-enabled environment. | ||
There are two profiles: | ||
|
||
* Use `bcfips` profile to employ the BouncyCastle-FIPS security provider. | ||
* Use `fips` profile to employ the SunPKCS11-NSS-FIPS security provider. | ||
Example of usage: | ||
``` | ||
mvn clean test -Dfips | ||
mvn clean test -Dfips or mvn clean test -Dbcfips | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters