# phpman > info > OSSL_PROVIDER-default

[OSSL_PROVIDER-DEFAULT(7SSL)](https://www.chedong.com/phpMan.php/man/OSSLPROVIDER-DEFAULT/7SSL/markdown)         OpenSSL        [OSSL_PROVIDER-DEFAULT(7SSL)](https://www.chedong.com/phpMan.php/man/OSSLPROVIDER-DEFAULT/7SSL/markdown)

NAME
       OSSL_PROVIDER-default - OpenSSL default provider

DESCRIPTION
       The OpenSSL default provider supplies the majority of OpenSSL's diverse
       algorithm implementations. If an application doesn't specify anything
       else explicitly (e.g. in the application or via config), then this is
       the provider that will be used as fallback: It is loaded automatically
       the first time that an algorithm is fetched from a provider or a
       function acting on providers is called and no other provider has been
       loaded yet.

       If an attempt to load a provider has already been made (whether
       successful or not) then the default provider won't be loaded
       automatically. Therefore if the default provider is to be used in
       conjunction with other providers then it must be loaded explicitly.
       Automatic loading of the default provider only occurs a maximum of
       once; if the default provider is explicitly unloaded then the default
       provider will not be automatically loaded again.

   Properties
       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_MD_fetch(3)](https://www.chedong.com/phpMan.php/man/EVPMDfetch/3/markdown) or [EVP_CIPHER_fetch(3)](https://www.chedong.com/phpMan.php/man/EVPCIPHERfetch/3/markdown), as well as with other
       functions that take a property query string, such as
       [EVP_PKEY_CTX_new_from_name(3)](https://www.chedong.com/phpMan.php/man/EVPPKEYCTXnewfromname/3/markdown).

       It isn't mandatory to query for this property, except to make sure to
       get implementations of this provider and none other.

       Some implementations may define additional properties.  Exact
       information is listed below

OPERATIONS AND ALGORITHMS
       The OpenSSL default provider supports these operations and algorithms:

   Hashing Algorithms / Message Digests
       SHA1, see [EVP_MD-SHA1(7)](https://www.chedong.com/phpMan.php/man/EVPMD-SHA1/7/markdown)
       SHA2, see [EVP_MD-SHA2(7)](https://www.chedong.com/phpMan.php/man/EVPMD-SHA2/7/markdown)
       SHA3, see [EVP_MD-SHA3(7)](https://www.chedong.com/phpMan.php/man/EVPMD-SHA3/7/markdown)
       KECCAK-KMAC, see [EVP_MD-KECCAK-KMAC(7)](https://www.chedong.com/phpMan.php/man/EVPMD-KECCAK-KMAC/7/markdown)
       SHAKE, see [EVP_MD-SHAKE(7)](https://www.chedong.com/phpMan.php/man/EVPMD-SHAKE/7/markdown)
       BLAKE2, see [EVP_MD-BLAKE2(7)](https://www.chedong.com/phpMan.php/man/EVPMD-BLAKE2/7/markdown)
       SM3, see [EVP_MD-SM3(7)](https://www.chedong.com/phpMan.php/man/EVPMD-SM3/7/markdown)
       MD5, see [EVP_MD-MD5(7)](https://www.chedong.com/phpMan.php/man/EVPMD-MD5/7/markdown)
       MD5-SHA1, see [EVP_MD-MD5-SHA1(7)](https://www.chedong.com/phpMan.php/man/EVPMD-MD5-SHA1/7/markdown)

   Symmetric Ciphers
       AES, see [EVP_CIPHER-AES(7)](https://www.chedong.com/phpMan.php/man/EVPCIPHER-AES/7/markdown)
       ARIA, see [EVP_CIPHER-ARIA(7)](https://www.chedong.com/phpMan.php/man/EVPCIPHER-ARIA/7/markdown)
       CAMELLIA, see [EVP_CIPHER-CAMELLIA(7)](https://www.chedong.com/phpMan.php/man/EVPCIPHER-CAMELLIA/7/markdown)
       3DES, see [EVP_CIPHER-DES(7)](https://www.chedong.com/phpMan.php/man/EVPCIPHER-DES/7/markdown)
       SEED, see [EVP_CIPHER-SEED(7)](https://www.chedong.com/phpMan.php/man/EVPCIPHER-SEED/7/markdown)
       SM4, see [EVP_CIPHER-SM4(7)](https://www.chedong.com/phpMan.php/man/EVPCIPHER-SM4/7/markdown)
       ChaCha20, see [EVP_CIPHER-CHACHA(7)](https://www.chedong.com/phpMan.php/man/EVPCIPHER-CHACHA/7/markdown)
       ChaCha20-Poly1305, see [EVP_CIPHER-CHACHA(7)](https://www.chedong.com/phpMan.php/man/EVPCIPHER-CHACHA/7/markdown)

   Message Authentication Code (MAC)
       BLAKE2, see [EVP_MAC-BLAKE2(7)](https://www.chedong.com/phpMan.php/man/EVPMAC-BLAKE2/7/markdown)
       CMAC, see [EVP_MAC-CMAC(7)](https://www.chedong.com/phpMan.php/man/EVPMAC-CMAC/7/markdown)
       GMAC, see [EVP_MAC-GMAC(7)](https://www.chedong.com/phpMan.php/man/EVPMAC-GMAC/7/markdown)
       HMAC, see [EVP_MAC-HMAC(7)](https://www.chedong.com/phpMan.php/man/EVPMAC-HMAC/7/markdown)
       KMAC, see [EVP_MAC-KMAC(7)](https://www.chedong.com/phpMan.php/man/EVPMAC-KMAC/7/markdown)
       SIPHASH, see [EVP_MAC-Siphash(7)](https://www.chedong.com/phpMan.php/man/EVPMAC-Siphash/7/markdown)
       POLY1305, see [EVP_MAC-Poly1305(7)](https://www.chedong.com/phpMan.php/man/EVPMAC-Poly1305/7/markdown)

   Key Derivation Function (KDF)
       HKDF, see [EVP_KDF-HKDF(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-HKDF/7/markdown)
       SSKDF, see [EVP_KDF-SS(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-SS/7/markdown)
       PBKDF2, see [EVP_KDF-PBKDF2(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-PBKDF2/7/markdown)
       PKCS12KDF, see [EVP_KDF-PKCS12KDF(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-PKCS12KDF/7/markdown)
       SSHKDF, see [EVP_KDF-SSHKDF(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-SSHKDF/7/markdown)
       TLS1-PRF, see [EVP_KDF-TLS1_PRF(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-TLS1PRF/7/markdown)
       KBKDF, see [EVP_KDF-KB(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-KB/7/markdown)
       X942KDF-ASN1, see [EVP_KDF-X942-ASN1(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-X942-ASN1/7/markdown)
       X942KDF-CONCAT, see [EVP_KDF-X942-CONCAT(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-X942-CONCAT/7/markdown)
       X963KDF, see [EVP_KDF-X963(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-X963/7/markdown)
       SCRYPT, see [EVP_KDF-SCRYPT(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-SCRYPT/7/markdown)
       KRB5KDF, see [EVP_KDF-KRB5KDF(7)](https://www.chedong.com/phpMan.php/man/EVPKDF-KRB5KDF/7/markdown)

   Key Exchange
       DH, see [EVP_KEYEXCH-DH(7)](https://www.chedong.com/phpMan.php/man/EVPKEYEXCH-DH/7/markdown)
       ECDH, see [EVP_KEYEXCH-ECDH(7)](https://www.chedong.com/phpMan.php/man/EVPKEYEXCH-ECDH/7/markdown)
       X25519, see [EVP_KEYEXCH-X25519(7)](https://www.chedong.com/phpMan.php/man/EVPKEYEXCH-X25519/7/markdown)
       X448, see [EVP_KEYEXCH-X448(7)](https://www.chedong.com/phpMan.php/man/EVPKEYEXCH-X448/7/markdown)

   Asymmetric Signature
       DSA, see [EVP_SIGNATURE-DSA(7)](https://www.chedong.com/phpMan.php/man/EVPSIGNATURE-DSA/7/markdown)
       RSA, see [EVP_SIGNATURE-RSA(7)](https://www.chedong.com/phpMan.php/man/EVPSIGNATURE-RSA/7/markdown)
       HMAC, see [EVP_SIGNATURE-HMAC(7)](https://www.chedong.com/phpMan.php/man/EVPSIGNATURE-HMAC/7/markdown)
       SIPHASH, see [EVP_SIGNATURE-Siphash(7)](https://www.chedong.com/phpMan.php/man/EVPSIGNATURE-Siphash/7/markdown)
       POLY1305, see [EVP_SIGNATURE-Poly1305(7)](https://www.chedong.com/phpMan.php/man/EVPSIGNATURE-Poly1305/7/markdown)
       CMAC, see [EVP_SIGNATURE-CMAC(7)](https://www.chedong.com/phpMan.php/man/EVPSIGNATURE-CMAC/7/markdown)

   Asymmetric Cipher
       RSA, see [EVP_ASYM_CIPHER-RSA(7)](https://www.chedong.com/phpMan.php/man/EVPASYMCIPHER-RSA/7/markdown)
       SM2, see [EVP_ASYM_CIPHER-SM2(7)](https://www.chedong.com/phpMan.php/man/EVPASYMCIPHER-SM2/7/markdown)

   Asymmetric Key Encapsulation
       RSA, see [EVP_KEM-RSA(7)](https://www.chedong.com/phpMan.php/man/EVPKEM-RSA/7/markdown)

   Asymmetric Key Management
       DH, see [EVP_KEYMGMT-DH(7)](https://www.chedong.com/phpMan.php/man/EVPKEYMGMT-DH/7/markdown)
       DSA, see [EVP_KEYMGMT-DSA(7)](https://www.chedong.com/phpMan.php/man/EVPKEYMGMT-DSA/7/markdown)
       RSA, see [EVP_KEYMGMT-RSA(7)](https://www.chedong.com/phpMan.php/man/EVPKEYMGMT-RSA/7/markdown)
       EC, see [EVP_KEYMGMT-EC(7)](https://www.chedong.com/phpMan.php/man/EVPKEYMGMT-EC/7/markdown)
       X25519, see [EVP_KEYMGMT-X25519(7)](https://www.chedong.com/phpMan.php/man/EVPKEYMGMT-X25519/7/markdown)
       X448, see [EVP_KEYMGMT-X448(7)](https://www.chedong.com/phpMan.php/man/EVPKEYMGMT-X448/7/markdown)

   Asymmetric Key Encoder
       The default provider also includes all of the encoding algorithms
       present in the base provider.  Some of these have the property
       "fips=yes", to allow them to be used together with the FIPS provider.

       RSA, see [OSSL_ENCODER-RSA(7)](https://www.chedong.com/phpMan.php/man/OSSLENCODER-RSA/7/markdown)
       DH, see [OSSL_ENCODER-DH(7)](https://www.chedong.com/phpMan.php/man/OSSLENCODER-DH/7/markdown)
       DSA, see [OSSL_ENCODER-DSA(7)](https://www.chedong.com/phpMan.php/man/OSSLENCODER-DSA/7/markdown)
       EC, see [OSSL_ENCODER-EC(7)](https://www.chedong.com/phpMan.php/man/OSSLENCODER-EC/7/markdown)
       X25519, see [OSSL_ENCODER-X25519(7)](https://www.chedong.com/phpMan.php/man/OSSLENCODER-X25519/7/markdown)
       X448, see [OSSL_ENCODER-X448(7)](https://www.chedong.com/phpMan.php/man/OSSLENCODER-X448/7/markdown)

SEE ALSO
       [openssl-core.h(7)](https://www.chedong.com/phpMan.php/man/openssl-core.h/7/markdown), [openssl-core_dispatch.h(7)](https://www.chedong.com/phpMan.php/man/openssl-coredispatch.h/7/markdown), [provider(7)](https://www.chedong.com/phpMan.php/man/provider/7/markdown),
       [OSSL_PROVIDER-base(7)](https://www.chedong.com/phpMan.php/man/OSSLPROVIDER-base/7/markdown)

COPYRIGHT
       Copyright 2020-2021 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>>.

3.0.2                             2026-06-02       [OSSL_PROVIDER-DEFAULT(7SSL)](https://www.chedong.com/phpMan.php/man/OSSLPROVIDER-DEFAULT/7SSL/markdown)
