- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for FIPS (0.11 seconds)
-
TESTING.asciidoc
property `tests.bwc.git_fetch_latest` to `false` and the BWC builds will skip fetching the latest from the remote. == Testing in FIPS 140-2 mode We have a CI matrix job that periodically runs all our tests with the JVM configured to be FIPS 140-2 compliant with the use of the BouncyCastle FIPS approved Security Provider. FIPS 140-2 imposes certain requirements that affect how our tests should be set up or what
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jun 07 13:55:20 GMT 2021 - 32.5K bytes - Click Count (0) -
doc/godebug.md
Cryptographic Module operates in FIPS 140-3 mode. The possible values are: - "off": no special support for FIPS 140-3 mode. This is the default. - "on": the Go Cryptographic Module operates in FIPS 140-3 mode. - "only": like "on", but cryptographic algorithms not approved by FIPS 140-3 return an error or panic. For more information, see [FIPS 140-3 Compliance](/doc/security/fips140).
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Mar 20 15:49:10 GMT 2026 - 26K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchTestBasePlugin.java
*/ public class ElasticsearchTestBasePlugin implements Plugin<Project> { @Override public void apply(Project project) { project.getPluginManager().apply(GradleTestPolicySetupPlugin.class); // for fips mode check project.getRootProject().getPluginManager().apply(GlobalBuildInfoPlugin.class); // Default test task should run only unit tests
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 24 22:14:49 GMT 2021 - 10.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/info/GlobalBuildInfoPlugin.java
params.setIsCi(System.getenv("JENKINS_URL") != null); params.setDefaultParallel(ParallelDetector.findDefaultParallel(project)); params.setInFipsJvm(Util.getBooleanProperty("tests.fips.enabled", false)); params.setIsSnapshotBuild(Util.getBooleanProperty("build.snapshot", true)); params.setBwcVersions(providers.provider(() -> resolveBwcVersions(rootDir))); });
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 17 10:02:58 GMT 2021 - 18.1K bytes - Click Count (0)