summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2021-05-07 17:16:29 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2021-05-13 12:24:10 +0200
commit6581b17dedb77112fca328a09d6073723a013727 (patch)
tree04dce509ba70904978d96ac424f4dd52360a1dd7
parentca6197ca3c1a18be004c447cf4bf5a1a40d7dd19 (diff)
Enumerating the legacy provider's cipher algorithms
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15197)
-rw-r--r--doc/man7/OSSL_PROVIDER-legacy.pod26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/man7/OSSL_PROVIDER-legacy.pod b/doc/man7/OSSL_PROVIDER-legacy.pod
index 36aeafec94..86ac3fa9a0 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<enable-rc5> config option to enable.
+
+=item SEED
+
+=back
+
=begin comment
When algorithms for other operations start appearing, the