logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

OSSL_PROVIDER-base - OpenSSL base provider

Description

The OpenSSL base provider supplies the encoding for OpenSSL's asymmetric cryptography. Properties The implementations in this provider specifically have this property defined: "provider=base" It may be used in a property query string with fetching functions. It isn't mandatory to query for this property, except to make sure to get implementations of this provider and none other. "type=parameters" "type=private" "type=public" These may be used in a property query string with fetching functions to select which data are to be encoded. Either the private key material, the public key material or the domain parameters can be selected. "format=der" "format=pem" "format=text" These may be used in a property query string with fetching functions to select the encoding output format. Either the DER, PEM and plaintext are currently permitted.

History

This functionality was added in OpenSSL 3.0. Support for ML-DSA and <ML-KEM> was added in OpenSSL 3.5.

Name

OSSL_PROVIDER-base - OpenSSL base provider

Operations And Algorithms

The OpenSSL base provider supports these operations and algorithms: RandomNumberGeneration SEED-SRC, see EVP_RAND-SEED-SRC(7) JITTER, see EVP_RAND-JITTER(7) In addition to this provider, the "SEED-SRC" and "JITTER" algorithms are also available in the default provider. AsymmetricKeyEncoder RSA RSA-PSS DH DHX DSA EC ED25519 ED448 X25519 X448 SM2 ML-DSA-44 ML-DSA-65 ML-DSA-87 ML-KEM-512 ML-KEM-768 ML-KEM-1024 SLH-DSA-SHA2-128s SLH-DSA-SHA2-128f SLH-DSA-SHA2-192s SLH-DSA-SHA2-192f SLH-DSA-SHA2-256s SLH-DSA-SHA2-256f SLH-DSA-SHAKE-128s SLH-DSA-SHAKE-128f SLH-DSA-SHAKE-192s SLH-DSA-SHAKE-192f SLH-DSA-SHAKE-256s SLH-DSA-SHAKE-256f In addition to this provider, all of these encoding algorithms are also available in the default provider. Some of these algorithms may be used in combination with the FIPS provider. AsymmetricKeyDecoder RSA RSA-PSS DH DHX DSA EC ED25519 ED448 X25519 X448 SM2 DER ML-DSA-44 ML-DSA-65 ML-DSA-87 ML-KEM-512 ML-KEM-768 ML-KEM-1024 SLH-DSA-SHA2-128s SLH-DSA-SHA2-128f SLH-DSA-SHA2-192s SLH-DSA-SHA2-192f SLH-DSA-SHA2-256s SLH-DSA-SHA2-256f SLH-DSA-SHAKE-128s SLH-DSA-SHAKE-128f SLH-DSA-SHAKE-192s SLH-DSA-SHAKE-192f SLH-DSA-SHAKE-256s SLH-DSA-SHAKE-256f In addition to this provider, all of these decoding algorithms are also available in the default provider. Some of these algorithms may be used in combination with the FIPS provider. Stores file org.openssl.winstore, see OSSL_STORE-winstore(7) In addition to this provider, all of these store algorithms are also available in the default provider.

See Also

OSSL_PROVIDER-default(7), openssl-core.h(7), openssl-core_dispatch.h(7), provider(7)

See Also