From 700b4a4ae7c2a89ca99bfe64baef1eabfa316136 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 14 Dec 2015 15:24:27 -0500 Subject: Remove more (rest?) of FIPS build stuff. Reviewed-by: Dr. Stephen Henson --- doc/apps/dgst.pod | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'doc/apps') diff --git a/doc/apps/dgst.pod b/doc/apps/dgst.pod index 1b24b8c80a..abcd93a291 100644 --- a/doc/apps/dgst.pod +++ b/doc/apps/dgst.pod @@ -13,7 +13,6 @@ B B [B<-hex>] [B<-binary>] [B<-r>] -[B<-non-fips-allow>] [B<-out filename>] [B<-sign filename>] [B<-keyform arg>] @@ -22,7 +21,6 @@ B B [B<-prverify filename>] [B<-signature filename>] [B<-hmac key>] -[B<-non-fips-allow>] [B<-fips-fingerprint>] [B] @@ -70,11 +68,6 @@ output the digest or signature in binary form. output the digest in the "coreutils" format used by programs like B. -=item B<-non-fips-allow> - -Allow use of non FIPS digest when in FIPS mode. This has no effect when not in -FIPS mode. - =item B<-out filename> filename to output to, or standard output by default. @@ -159,10 +152,6 @@ Multiple files can be specified separated by a OS-dependent character. The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for all others. -=item B<-non-fips-allow> - -enable use of non-FIPS algorithms such as MD5 even in FIPS mode. - =item B<-fips-fingerprint> compute HMAC using a specific key @@ -219,5 +208,6 @@ prior to verification. =head1 HISTORY The default digest was changed from MD5 to SHA256 in Openssl 1.1. +The FIPS-related options were removed in OpenSSL 1.1 =cut -- cgit v1.2.3