We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd12e5a commit 2387579Copy full SHA for 2387579
1 file changed
src/ssl.c
@@ -8576,6 +8576,12 @@ int wolfSSL_CTX_load_system_CA_certs(WOLFSSL_CTX* ctx)
8576
ctx->doAppleNativeCertValidationFlag = 1;
8577
ret = WOLFSSL_SUCCESS;
8578
loaded = 1;
8579
+
8580
+#if FIPS_VERSION_GE(2,0) /* Gate back to cert 3389 FIPS modules */
8581
+#warning "Cryptographic operations may occur outside the FIPS module boundary" \
8582
+ "Please review FIPS claims for cryptography on this Apple device"
8583
+#endif /* FIPS_VERSION_GE(2,0) */
8584
8585
#else
8586
/* HAVE_SECURITY_SECXXX_H macros are set by autotools or CMake when searching
8587
* system for the required SDK headers. If building with user_settings.h, you
0 commit comments