We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bee08 commit 6a83064Copy full SHA for 6a83064
tests/ci/run_posix_tests.sh
@@ -26,6 +26,9 @@ build_and_test -DOPENSSL_NO_ASM=1 -DCMAKE_BUILD_TYPE=Release
26
echo "Testing building shared lib."
27
build_and_test -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release
28
29
+echo "Testing FIPS entropy source: Passive."
30
+build_and_test -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release -DUSE_FIPS_ENTROPY_SOURCE_PASSIVE=1
31
+
32
if [[ "${AWSLC_C99_TEST}" == "1" ]]; then
33
echo "Testing the C99 compatability of AWS-LC headers."
34
./tests/coding_guidelines/c99_gcc_test.sh
0 commit comments