=pod =head1 NAME OSSL_PROVIDER-default - OpenSSL default provider =head1 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. =head2 Properties The implementations in this provider specifically have this property defined: =over 4 =item "provider=default" =back It may be used in a property query string with fetching functions such as L or L, as well as with other functions that take a property query string, such as L. 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 =head1 OPERATIONS AND ALGORITHMS The OpenSSL default provider supports these operations and algorithms: =head2 Hashing Algorithms / Message Digests =over 4 =item SHA1, see L =item SHA2, see L =item SHA3, see L =item KECCAK, see L =item KECCAK-KMAC, see L =item SHAKE, see L =item BLAKE2, see L =item SM3, see L =item MD5, see L =item MD5-SHA1, see L =item RIPEMD160, see L =item NULL, see L =back =head2 Symmetric Ciphers =over 4 =item AES, see L =item ARIA, see L =item CAMELLIA, see L =item 3DES, see L =item SM4, see L =item ChaCha20, see L =item ChaCha20-Poly1305, see L =item NULL, see L =back =head2 Message Authentication Code (MAC) =over 4 =item BLAKE2, see L =item CMAC, see L =item GMAC, see L =item HMAC, see L =item KMAC, see L =item SIPHASH, see L =item POLY1305, see L =back =head2 Key Derivation Function (KDF) =over 4 =item HKDF, see L =item TLS13-KDF, see L =item SSKDF, see L =item PBKDF2, see L =item PKCS12KDF, see L =item SSHKDF, see L =item TLS1-PRF, see L =item KBKDF, see L =item X942KDF-ASN1, see L =item X942KDF-CONCAT, see L =item X963KDF, see L =item SCRYPT, see L =item KRB5KDF, see L =item HMAC-DRBG, see L =item ARGON2, see L =back =head2 Key Exchange =over 4 =item DH, see L =item ECDH, see L =item X25519, see L =item X448, see L =item TLS1-PRF =item HKDF =item SCRYPT =back =head2 Asymmetric Signature =over 4 =item DSA, see L =item RSA, see L =item ED25519, see L =item ED448, see L =item ECDSA, see L =item SM2 =item HMAC, see L =item SIPHASH, see L =item POLY1305, see L =item CMAC, see L =back =head2 Asymmetric Cipher =over 4 =item RSA, see L =item SM2, see L =back =head2 Asymmetric Key Encapsulation =over 4 =item RSA, see L =item X25519, see L =item X448, see L =item EC, see L =back =head2 Asymmetric Key Management =over 4 =item DH, see L =item DHX, see L =item DSA, see L =item RSA, see L =item RSA-PSS =item EC, see L =item X25519, see L =item X448, see L =item ED25519, see L =item ED448, see L =item TLS1-PRF =item HKDF =item SCRYPT =item HMAC, see L =item SIPHASH, see L =item POLY1305, see L =item CMAC, see L =item SM2, see L =back =head2 Random Number Generation =over 4 =item CTR-DRBG, see L =item HASH-DRBG, see L =item HMAC-DRBG, see L =item SEED-SRC, see L =item TEST-RAND, see L =back In addition to this provider, the "SEED-SRC" algorithm is also available in the base provider. =head2 Asymmetric Key Encoder =over 4 =item RSA =item RSA-PSS =item DH =item DHX =item DSA =item EC =item ED25519 =item ED448 =item X25519 =item X448 =item SM2 =back In addition to this provider, all of these encoding algorithms are also available in the base provider. Some of these algorithms may be used in combination with the FIPS provider. =head2 Asymmetric Key Decoder =over 4 =item RSA =item RSA-PSS =item DH =item DHX =item DSA =item EC =item ED25519 =item ED448 =item X25519 =item X448 =item SM2 =item DER =back In addition to this provider, all of these decoding algorithms are also available in the base provider. Some of these algorithms may be used in combination with the FIPS provider. =head2 Stores =over 4 =item file =item org.openssl.winstore, see L =back In addition to this provider, all of these store algorithms are also available in the base provider. =head1 SEE ALSO L, L, L, L =head1 HISTORY The RIPEMD160 digest was added to the default provider in OpenSSL 3.0.7. All other functionality was added in OpenSSL 3.0. =head1 COPYRIGHT Copyright 2020-2024 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 L. =cut