You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -139,6 +140,8 @@ if [[ "$S2N_LIBCRYPTO" == "boringssl" ]]; then export LIBCRYPTO_ROOT=$BORINGSSL_
139
140
if [[ "$S2N_LIBCRYPTO"=="awslc" ]];thenexport LIBCRYPTO_ROOT=$AWSLC_INSTALL_DIR;fi
140
141
if [[ "$S2N_LIBCRYPTO"=="awslc-fips" ]];thenexport LIBCRYPTO_ROOT=$AWSLC_FIPS_INSTALL_DIR;fi
141
142
if [[ "$S2N_LIBCRYPTO"=="awslc-fips-2022" ]];thenexport LIBCRYPTO_ROOT=$AWSLC_FIPS_2022_INSTALL_DIR;fi
143
+
if [[ "$S2N_LIBCRYPTO"=="awslc-fips-2024" ]];thenexport LIBCRYPTO_ROOT=$AWSLC_FIPS_2024_INSTALL_DIR;fi
144
+
if [[ "$S2N_LIBCRYPTO"=="awslc-fips-next" ]];thenexport LIBCRYPTO_ROOT=$AWSLC_FIPS_NEXT_INSTALL_DIR;fi
142
145
if [[ "$S2N_LIBCRYPTO"=="libressl" ]];thenexport LIBCRYPTO_ROOT=$LIBRESSL_INSTALL_DIR;fi
143
146
144
147
if [[ -n"${LIBCRYPTO_ROOT:-}" ]];then
@@ -151,6 +154,8 @@ fi
151
154
export LIBFUZZER_ROOT=$LIBFUZZER_INSTALL_DIR
152
155
153
156
#check if the path contains test dep X, if not and X exists, add to path
157
+
# The AWSLC binary(bssl) is only used for the PQ test, with the integration BoringSSL provider, and does not need to match the libcrypto used to build s2n.
158
+
# The OpenSSL 1.1.1 binary is used by the integ tests, and does not need to match the libcrypto used to build s2n.
0 commit comments