openssl/crypto/cmp
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
..
build.info Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests 2020-04-02 18:17:00 +02:00
cmp_asn.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
cmp_client.c Use <> for #include openssl/xxx 2021-05-27 09:56:41 +10:00
cmp_ctx.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
cmp_err.c err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
cmp_hdr.c add zero strenght arguments to BN and RAND RNG calls 2021-05-29 17:17:12 +10:00
cmp_http.c Use <> for #include openssl/xxx 2021-05-27 09:56:41 +10:00
cmp_local.h Fix memory leak in OSSL_CMP_CTX 2021-05-28 11:11:53 +02:00
cmp_msg.c Add ossl_ x509 symbols 2021-03-18 17:52:38 +10:00
cmp_protect.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
cmp_server.c CMP test server: Extend error reporting on cert rejected for revocation 2021-05-14 19:24:42 +02:00
cmp_status.c CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data() 2020-11-13 09:35:31 +01:00
cmp_util.c Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain() 2021-04-20 10:47:24 +02:00
cmp_vfy.c Add ossl_ x509 symbols 2021-03-18 17:52:38 +10:00