OSSL_PROVIDER-legacy - OpenSSL legacy provider
The OpenSSL legacy provider supplies OpenSSL implementations of algorithms that have been deemed legacy. Such algorithms have commonly fallen out of use, have been deemed insecure by the cryptography community, or something similar.
We can consider this the retirement home of cryptographic algorithms.
The implementations in this provider specifically have these property defined:
"provider=legacy"
It may be used in a property query string with fetching functions such as EVP_CIPHER_fetch(3), as well as with other functions that take a property query string, such as OPERATIONS AND ALGORITHMS
The OpenSSL legacy provider supports these operations and algorithms: openssl-core.h(7), provider(7) Copyright 2020 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at https://www.openssl.org/source/license.html.Hashing Algorithms / Message Digests
COPYRIGHT