From e1925d2cbabe62c9c6dc75f89d7f8b6fbb8c6b11 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 30 Sep 2024 10:49:02 +0100 Subject: [PATCH] docs: document options added in openssl-fipsinstall 3.4+ Document new command line options added in 3.4.0 Reviewed-by: Shane Lontis Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/25546) (cherry picked from commit 3be63875881f823f3eba38e7674d64bc28f771c8) --- doc/man1/openssl-fipsinstall.pod.in | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/man1/openssl-fipsinstall.pod.in b/doc/man1/openssl-fipsinstall.pod.in index d6a828cbacc..6057aa5316e 100644 --- a/doc/man1/openssl-fipsinstall.pod.in +++ b/doc/man1/openssl-fipsinstall.pod.in @@ -453,6 +453,34 @@ The following options were added in OpenSSL 3.2: B<-pedantic>, B<-no_drbg_truncated_digests> +The following options were added in OpenSSL 3.4: + +B<-hmac_key_check>, +B<-kmac_key_check>, +B<-signature_digest_check>, +B<-hkdf_digest_check>, +B<-tls13_kdf_digest_check>, +B<-tls1_prf_digest_check>, +B<-sshkdf_digest_check>, +B<-sskdf_digest_check>, +B<-x963kdf_digest_check>, +B<-dsa_sign_disabled>, +B<-no_pbkdf2_lower_bound_check>, +B<-no_short_mac>, +B<-tdes_encrypt_disabled>, +B<-rsa_pkcs15_padding_disabled>, +B<-rsa_pss_saltlen_check>, +B<-rsa_sign_x931_disabled>, +B<-hkdf_key_check>, +B<-kbkdf_key_check>, +B<-tls13_kdf_key_check>, +B<-tls1_prf_key_check>, +B<-sshkdf_key_check>, +B<-sskdf_key_check>, +B<-x963kdf_key_check>, +B<-x942kdf_key_check>, +B<-ecdh_cofactor_check> + =head1 COPYRIGHT Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved. -- 2.47.2