From 9331a202fe85cba18aae54b52bcfcf71c2a4469f Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 30 Sep 2024 10:48:29 +0100 Subject: [PATCH] docs: document options added in openssl-fipsinstall 3.2+ Document new command line options added in 3.2.0 Reviewed-by: Shane Lontis Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/25546) --- doc/man1/openssl-fipsinstall.pod.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/man1/openssl-fipsinstall.pod.in b/doc/man1/openssl-fipsinstall.pod.in index 5cf030f9850..d6a828cbacc 100644 --- a/doc/man1/openssl-fipsinstall.pod.in +++ b/doc/man1/openssl-fipsinstall.pod.in @@ -448,6 +448,11 @@ The following options were added in OpenSSL 3.1: B<-ems_check>, B<-self_test_oninstall> +The following options were added in OpenSSL 3.2: + +B<-pedantic>, +B<-no_drbg_truncated_digests> + =head1 COPYRIGHT Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved. -- 2.47.2