X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=INSTALL.md;h=1855dcd1287a49cebb5cfca54bf5a87b94076471;hb=b9098d4edd48fd094afee82ed1e0324f5d247ace;hp=9414556427b209284df627053485c501151baf20;hpb=38230e30118e434ca1c41d05d03fe2c41042d97d;p=openssl.git diff --git a/INSTALL.md b/INSTALL.md index 9414556427..1855dcd128 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -521,9 +521,9 @@ 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 +### enable-acvp-tests -Do not build support for Automated Cryptographic Validation Protocol (ACVP) +Build support for Automated Cryptographic Validation Protocol (ACVP) tests. This is required for FIPS validation purposes. Certain ACVP tests require @@ -578,6 +578,11 @@ as configuration option, you must ensure that it's valid for both the C and the C++ compiler. If not, the C++ build test will most likely break. As an alternative, you can use the language specific variables, `CFLAGS` and `CXXFLAGS`. +### --banner=text + +Use the specified text instead of the default banner at the end of +configuration. + ### no-bulk Build only some minimal set of features.