summaryrefslogtreecommitdiffstats
path: root/doc/man7/OSSL_PROVIDER-legacy.pod
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-05-22 12:37:11 +1000
committerTomas Mraz <tomas@openssl.org>2021-05-28 14:29:13 +0200
commitb9098d4edd48fd094afee82ed1e0324f5d247ace (patch)
tree0fb1a0ac92fa94eabf7768e5eb2931b43c8e7622 /doc/man7/OSSL_PROVIDER-legacy.pod
parent97aede6846f32287877e7730055b4e782004a05d (diff)
Add Docs for EVP_CIPHER-*
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15416)
Diffstat (limited to 'doc/man7/OSSL_PROVIDER-legacy.pod')
-rw-r--r--doc/man7/OSSL_PROVIDER-legacy.pod16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/man7/OSSL_PROVIDER-legacy.pod b/doc/man7/OSSL_PROVIDER-legacy.pod
index 0e2965d618..d2fdfe3676 100644
--- a/doc/man7/OSSL_PROVIDER-legacy.pod
+++ b/doc/man7/OSSL_PROVIDER-legacy.pod
@@ -58,24 +58,26 @@ Not all of these symmetric cipher algorithms are enabled by default.
=over 4
-=item Blowfish
+=item Blowfish, see L<EVP_CIPHER-BLOWFISH(7)>
-=item CAST
+=item CAST, see L<EVP_CIPHER-CAST(7)>
-=item DES
+=item DES, see L<EVP_CIPHER-DES(7)>
The algorithm names are: DES_ECB, DES_CBC, DES_OFB, DES_CFB, DES_CFB1, DES_CFB8
and DESX_CBC.
-=item RC2
+=item IDEA, see L<EVP_CIPHER-IDEA(7)>
-=item RC4
+=item RC2, see L<EVP_CIPHER-RC2(7)>
-=item RC5
+=item RC4, see L<EVP_CIPHER-RC4(7)>
+
+=item RC5, see L<EVP_CIPHER-RC5(7)>
Disabled by default. Use I<enable-rc5> config option to enable.
-=item SEED
+=item SEED, see L<EVP_CIPHER-SEED(7)>
=back