From 6581b17dedb77112fca328a09d6073723a013727 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Fri, 7 May 2021 17:16:29 +0200 Subject: [PATCH] Enumerating the legacy provider's cipher algorithms Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15197) --- doc/man7/OSSL_PROVIDER-legacy.pod | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/man7/OSSL_PROVIDER-legacy.pod b/doc/man7/OSSL_PROVIDER-legacy.pod index 36aeafec949..86ac3fa9a0f 100644 --- a/doc/man7/OSSL_PROVIDER-legacy.pod +++ b/doc/man7/OSSL_PROVIDER-legacy.pod @@ -52,6 +52,32 @@ The OpenSSL legacy provider supports these operations and algorithms: =back +=head2 Symmetric Ciphers + +Not all of these symmetric cipher algorithms are enabled by default. + +=over 4 + +=item Blowfish + +=item CAST + +=item DES + +=item IDEA + +=item RC2 + +=item RC4 + +=item RC5 + +Disabled by default. Use I config option to enable. + +=item SEED + +=back + =begin comment When algorithms for other operations start appearing, the -- 2.47.2