diff options
author | Pauli <pauli@openssl.org> | 2022-11-28 05:15:50 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-11-29 21:51:03 +0100 |
commit | 4a7231df5ca9f3d8759dc8c22cb8e9f27b312024 (patch) | |
tree | 131aab456b16946c6d0fac0cd1bb8d8934510c65 /doc/man7 | |
parent | Update fips version check to be more robust (diff) | |
download | openssl-4a7231df5ca9f3d8759dc8c22cb8e9f27b312024.tar.xz openssl-4a7231df5ca9f3d8759dc8c22cb8e9f27b312024.zip |
fips prov: remove 3DES from list of inclusions
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/19777)
Diffstat (limited to 'doc/man7')
-rw-r--r-- | doc/man7/OSSL_PROVIDER-FIPS.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod index a3b7032f16..494878a866 100644 --- a/doc/man7/OSSL_PROVIDER-FIPS.pod +++ b/doc/man7/OSSL_PROVIDER-FIPS.pod @@ -62,8 +62,6 @@ The OpenSSL FIPS provider supports these operations and algorithms: =item AES, see L<EVP_CIPHER-AES(7)> -=item DES-EDE3 (TripleDES), see L<EVP_CIPHER-DES(7)> - =back =head2 Message Authentication Code (MAC) |