]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use macros internally for algorithm names
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2019 10:39:20 +0000 (12:39 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 19 Aug 2019 06:10:16 +0000 (08:10 +0200)
commit81ff9eebbcf15ce04b52cc4257b265617ba412eb
tree41a8d094bed2e3bfaa2b5f323134ca63241ee72b
parentfaee6b21048623a422d537cdbad24f50c5c21937
Use macros internally for algorithm names

The macros are defined in include/openssl/core_names.h and follow the
naming standard OSSL_{OPNAME}_NAME_{ALGONAME}, where {OPNAME} is the
name of the operation (such as MAC) and {ALGONAME} is the name of the
algorithm.  Example: OSSL_MAC_NAME_HMAC

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9635)
crypto/evp/p_lib.c
crypto/kdf/sskdf.c
crypto/kdf/tls1_prf.c
crypto/modes/siv128.c
include/openssl/core_names.h
providers/common/macs/kmac_prov.c
test/evp_kdf_test.c