]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Revert "doc: add documentation for -eddsa_no_verify_digested fipsinstall option"
authorPauli <ppzgs1@gmail.com>
Wed, 14 Aug 2024 23:52:10 +0000 (09:52 +1000)
committerPauli <ppzgs1@gmail.com>
Fri, 16 Aug 2024 01:34:24 +0000 (11:34 +1000)
This reverts commit b00ea9a6a2a72f5ac7b38e82c9a7b6796972fc36.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25192)

doc/man1/openssl-fipsinstall.pod.in

index 4a0b046986e0ff4cff5a901212720893387b6ef6..d601544b60cc73b022d5cb395bad839083494af0 100644 (file)
@@ -23,7 +23,6 @@ B<openssl fipsinstall>
 [B<-no_conditional_errors>]
 [B<-no_security_checks>]
 [B<-ems_check>]
-[B<-eddsa_no_verify_digested>]
 [B<-no_drbg_truncated_digests>]
 [B<-signature_digest_check>]
 [B<-hkdf_digest_check>]
@@ -208,12 +207,6 @@ Configure the module to enable a run-time Extended Master Secret (EMS) check
 when using the TLS1_PRF KDF algorithm. This check is disabled by default.
 See RFC 7627 for information related to EMS.
 
-=item B<-eddsa_no_verify_digested>
-
-Configure the module to not allow EdDSA to verify from a message digest
-directly.  Instead, EdDSA will digest the message itself.
-This check is disabled by default.
-
 =item B<-no_short_mac>
 
 Configure the module to not allow short MAC outputs.