openssl/providers/implementations
Tomas Mraz ed576acdf5 Rename all getters to use get/get0 in name
For functions that exist in 1.1.1 provide a simple aliases via #define.

Fixes #15236

Functions with OSSL_DECODER_, OSSL_ENCODER_, OSSL_STORE_LOADER_,
EVP_KEYEXCH_, EVP_KEM_, EVP_ASYM_CIPHER_, EVP_SIGNATURE_,
EVP_KEYMGMT_, EVP_RAND_, EVP_MAC_, EVP_KDF_, EVP_PKEY_,
EVP_MD_, and EVP_CIPHER_ prefixes are renamed.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15405)
2021-06-01 12:40:00 +02:00
..
asymciphers Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
ciphers Fix param indentation in ciphercommon_hw.c 2021-06-01 15:22:30 +10:00
digests Drop libimplementations.a 2021-05-07 10:17:23 +02:00
encode_decode Pass library context and property query into private key decoders 2021-06-01 12:16:27 +02:00
exchange Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
include/prov Add PBKDF1 to the legacy provider 2021-05-24 15:21:25 +10:00
kdfs Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
kem prov: add zero strenght arguments to BN and RAND RNG calls 2021-05-29 17:17:12 +10:00
keymgmt Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
macs Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
rands Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
signature Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
storemgmt Make sure to include "crypto/ctype.h" to get ossl_isdigit() 2021-05-19 12:41:34 +02:00
build.info Add KEM (Key encapsulation mechanism) support to providers 2020-09-19 18:08:46 +10:00