From: Dimitri John Ledkov Date: Mon, 30 Sep 2024 09:49:02 +0000 (+0100) Subject: docs: document options added in openssl-fipsinstall 3.4+ X-Git-Tag: openssl-3.5.0-alpha1~1070 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3be63875881f823f3eba38e7674d64bc28f771c8;p=thirdparty%2Fopenssl.git 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) --- 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.