# phpman > man > OSSL_PROVIDER-default(7)

[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/fetch/3/markdown) or
       **EVP**___**CIPHER**___**[fetch**(3)](https://www.chedong.com/phpMan.php/man/fetch/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/name/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/MD-SHA1/7/markdown)
       SHA2, see **EVP**___**[MD-SHA2**(7)](https://www.chedong.com/phpMan.php/man/MD-SHA2/7/markdown)
       SHA3, see **EVP**___**[MD-SHA3**(7)](https://www.chedong.com/phpMan.php/man/MD-SHA3/7/markdown)
       KECCAK-KMAC, see **EVP**___**[MD-KECCAK-KMAC**(7)](https://www.chedong.com/phpMan.php/man/MD-KECCAK-KMAC/7/markdown)
       SHAKE, see **EVP**___**[MD-SHAKE**(7)](https://www.chedong.com/phpMan.php/man/MD-SHAKE/7/markdown)
       BLAKE2, see **EVP**___**[MD-BLAKE2**(7)](https://www.chedong.com/phpMan.php/man/MD-BLAKE2/7/markdown)
       SM3, see **EVP**___**[MD-SM3**(7)](https://www.chedong.com/phpMan.php/man/MD-SM3/7/markdown)
       MD5, see **EVP**___**[MD-MD5**(7)](https://www.chedong.com/phpMan.php/man/MD-MD5/7/markdown)
       MD5-SHA1, see **EVP**___**[MD-MD5-SHA1**(7)](https://www.chedong.com/phpMan.php/man/MD-MD5-SHA1/7/markdown)

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

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

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

### Key Exchange
       DH, see **EVP**___**[KEYEXCH-DH**(7)](https://www.chedong.com/phpMan.php/man/KEYEXCH-DH/7/markdown)
       ECDH, see **EVP**___**[KEYEXCH-ECDH**(7)](https://www.chedong.com/phpMan.php/man/KEYEXCH-ECDH/7/markdown)
       X25519, see **EVP**___**[KEYEXCH-X25519**(7)](https://www.chedong.com/phpMan.php/man/KEYEXCH-X25519/7/markdown)
       X448, see **EVP**___**[KEYEXCH-X448**(7)](https://www.chedong.com/phpMan.php/man/KEYEXCH-X448/7/markdown)

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

### Asymmetric Cipher
       RSA, see **EVP**___**ASYM**___**[CIPHER-RSA**(7)](https://www.chedong.com/phpMan.php/man/CIPHER-RSA/7/markdown)
       SM2, see **EVP**___**ASYM**___**[CIPHER-SM2**(7)](https://www.chedong.com/phpMan.php/man/CIPHER-SM2/7/markdown)

### Asymmetric Key Encapsulation
       RSA, see **EVP**___**[KEM-RSA**(7)](https://www.chedong.com/phpMan.php/man/KEM-RSA/7/markdown)

### Asymmetric Key Management
       DH, see **EVP**___**[KEYMGMT-DH**(7)](https://www.chedong.com/phpMan.php/man/KEYMGMT-DH/7/markdown)
       DSA, see **EVP**___**[KEYMGMT-DSA**(7)](https://www.chedong.com/phpMan.php/man/KEYMGMT-DSA/7/markdown)
       RSA, see **EVP**___**[KEYMGMT-RSA**(7)](https://www.chedong.com/phpMan.php/man/KEYMGMT-RSA/7/markdown)
       EC, see **EVP**___**[KEYMGMT-EC**(7)](https://www.chedong.com/phpMan.php/man/KEYMGMT-EC/7/markdown)
       X25519, see **EVP**___**[KEYMGMT-X25519**(7)](https://www.chedong.com/phpMan.php/man/KEYMGMT-X25519/7/markdown)
       X448, see **EVP**___**[KEYMGMT-X448**(7)](https://www.chedong.com/phpMan.php/man/KEYMGMT-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/ENCODER-RSA/7/markdown)
       DH, see **OSSL**___**[ENCODER-DH**(7)](https://www.chedong.com/phpMan.php/man/ENCODER-DH/7/markdown)
       DSA, see **OSSL**___**[ENCODER-DSA**(7)](https://www.chedong.com/phpMan.php/man/ENCODER-DSA/7/markdown)
       EC, see **OSSL**___**[ENCODER-EC**(7)](https://www.chedong.com/phpMan.php/man/ENCODER-EC/7/markdown)
       X25519, see **OSSL**___**[ENCODER-X25519**(7)](https://www.chedong.com/phpMan.php/man/ENCODER-X25519/7/markdown)
       X448, see **OSSL**___**[ENCODER-X448**(7)](https://www.chedong.com/phpMan.php/man/ENCODER-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/dispatch.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/PROVIDER-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)
