Adjust the list of default provider's algorithms
authorDmitry Belyavskiy <beldmit@gmail.com>
Fri, 27 Aug 2021 16:03:15 +0000 (18:03 +0200)
committerDmitry Belyavskiy <beldmit@gmail.com>
Sat, 28 Aug 2021 19:32:39 +0000 (21:32 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16448)

doc/man7/OSSL_PROVIDER-default.pod

index 88ae3fec9d80a3ff02b22fcbbfc8bfa87d965907..14d590cbdec6e36843c91d4ee135d79082dc84a9 100644 (file)
@@ -81,24 +81,12 @@ The OpenSSL default provider supports these operations and algorithms:
 
 =item CAMELLIA, see L<EVP_CIPHER-CAMELLIA(7)>
 
-=item DES, see L<EVP_CIPHER-DES(7)>
-
-=item BF, see L<EVP_CIPHER-BLOWFISH(7)>
-
-=item IDEA, see L<EVP_CIPHER-IDEA(7)>
-
-=item CAST5, see L<EVP_CIPHER-CAST(7)>
+=item 3DES, see L<EVP_CIPHER-DES(7)>
 
 =item SEED, see L<EVP_CIPHER-SEED(7)>
 
 =item SM4, see L<EVP_CIPHER-SM4(7)>
 
-=item RC2, see L<EVP_CIPHER-RC2(7)>
-
-=item RC4, see L<EVP_CIPHER-RC4(7)>
-
-=item RC5, see L<EVP_CIPHER-RC5(7)>
-
 =item ChaCha20, see L<EVP_CIPHER-CHACHA(7)>
 
 =item ChaCha20-Poly1305, see L<EVP_CIPHER-CHACHA(7)>