Skip to content

Commit

Permalink
docs: document options added in openssl-fipsinstall 3.4+
Browse files Browse the repository at this point in the history
Document new command line options added in 3.4.0

Reviewed-by: Shane Lontis <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
(Merged from openssl#25546)
  • Loading branch information
xnox committed Sep 30, 2024
1 parent 9331a20 commit 3be6387
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions doc/man1/openssl-fipsinstall.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3be6387

Please sign in to comment.