summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2021-08-27 18:03:15 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2021-08-28 21:32:39 +0200
commitd15506874bff1b128b36ceb847d24ac4b8cd4958 (patch)
tree7e29e200476b0bce046b392a0d9f84fea230e9d6
parentcce935b23ce2f7942e2ef4368dd93b60e21d3d83 (diff)
Adjust the list of default provider's algorithms
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16448)
-rw-r--r--doc/man7/OSSL_PROVIDER-default.pod14
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/man7/OSSL_PROVIDER-default.pod b/doc/man7/OSSL_PROVIDER-default.pod
index 88ae3fec9d..14d590cbde 100644
--- a/doc/man7/OSSL_PROVIDER-default.pod
+++ b/doc/man7/OSSL_PROVIDER-default.pod
@@ -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)>