summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJon Spillett <jon.spillett@oracle.com>2021-05-04 15:19:42 +1000
committerTomas Mraz <tomas@openssl.org>2021-05-07 11:00:54 +0200
commit592ea4ba94b790a9c366fd12792d88fb9c28ef88 (patch)
treec8ecab66773bf0d4993ca16579225583041105f1 /include
parent6d1bb1fffdeb053c6448ebf025979f9ad4689aaf (diff)
Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphers
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15130)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/core_names.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/core_names.h b/include/openssl/core_names.h
index 02476560f0..7ebde7c2a1 100644
--- a/include/openssl/core_names.h
+++ b/include/openssl/core_names.h
@@ -94,7 +94,7 @@ extern "C" {
#define OSSL_CIPHER_PARAM_SPEED "speed" /* uint */
#define OSSL_CIPHER_PARAM_CTS_MODE "cts_mode" /* utf8_string */
/* For passing the AlgorithmIdentifier parameter in DER form */
-#define OSSL_CIPHER_PARAM_ALG_ID "alg_id_param" /* octet_string */
+#define OSSL_CIPHER_PARAM_ALGORITHM_ID_PARAMS "alg_id_param" /* octet_string */
#define OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_MAX_SEND_FRAGMENT \
"tls1multi_maxsndfrag" /* uint */