coverity 1464213: API usage errors (PRINTF_ARGS)
[openssl.git] / INSTALL.md
index 88961aa74b9821e28f407bed5af288c1eb171176..981a86af047ed813562b2e1ffdfad3ae431b9ec2 100644 (file)
@@ -501,6 +501,16 @@ never be used in production environments.  It will only work when used with
 gcc or clang and should be used in conjunction with the [no-shared](#no-shared)
 option.
 
+### no-acvp_tests
+
+Do not build support for Automated Cryptographic Validation Protocol (ACVP)
+tests.
+
+This is required for FIPS validation purposes. Certain ACVP tests require
+access to algorithm internals that are not normally accessible.
+Additional information related to ACVP can be found at
+<https://github.com/usnistgov/ACVP>.
+
 ### no-asm
 
 Do not use assembler code.