diff options
author | Matt Caswell <matt@openssl.org> | 2023-11-10 16:33:21 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2023-11-22 10:43:37 +0100 |
commit | ae14f38cc990f65e5982109d0ef419123285c60f (patch) | |
tree | d497ee78b8d6089654f1edf4fc352a2b90296593 /doc/man7/OSSL_PROVIDER-legacy.pod | |
parent | Update OpenSSL logos (diff) | |
download | openssl-ae14f38cc990f65e5982109d0ef419123285c60f.tar.xz openssl-ae14f38cc990f65e5982109d0ef419123285c60f.zip |
Update the provider documentation
Make the documentation match reality. Add lots of missing algorithms.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22694)
Diffstat (limited to 'doc/man7/OSSL_PROVIDER-legacy.pod')
-rw-r--r-- | doc/man7/OSSL_PROVIDER-legacy.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man7/OSSL_PROVIDER-legacy.pod b/doc/man7/OSSL_PROVIDER-legacy.pod index 82781a09b2..d70de3682f 100644 --- a/doc/man7/OSSL_PROVIDER-legacy.pod +++ b/doc/man7/OSSL_PROVIDER-legacy.pod @@ -42,6 +42,8 @@ The OpenSSL legacy provider supports these operations and algorithms: =item MD2, see L<EVP_MD-MD2(7)> +Disabled by default. Use I<enable-md2> config option to enable. + =item MD4, see L<EVP_MD-MD4(7)> =item MDC2, see L<EVP_MD-MDC2(7)> |