OSSL_PROVIDER-default - OpenSSL default provider
The OpenSSL default provider supplies the majority of OpenSSL's diverse algorithm implementations. It also acts as a fallback when no other provider has been loaded.
The implementations in this provider specifically have this property defined:
"provider=default"
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 default provider supports these operations and algorithms: In addition to "provider=default", this set of implementations define the property "fips=yes", to allow them to be used together with the FIPS provider. openssl-core_numbers.h(7), COPYRIGHT
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