aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-01-24 20:37:09 +0100
committerRichard Levitte <levitte@openssl.org>2021-01-26 15:51:50 +0100
commitba0a6d1deb20d81bbf89b365c5c73879cbe0fae7 (patch)
treef7eb202d844136c8f427c3eed9f5bc92d6be755d /include
parent7b0f64b121860be91506906a2dc024e352b3d216 (diff)
downloadopenssl-ba0a6d1deb20d81bbf89b365c5c73879cbe0fae7.tar.gz
Clean away unnecessary length related OSSL_PARAM key names
This cleans away old misunderstandings of what can be done with OSSL_PARAM. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13946)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/core_names.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/core_names.h b/include/openssl/core_names.h
index 7b9af62962..6a4381659e 100644
--- a/include/openssl/core_names.h
+++ b/include/openssl/core_names.h
@@ -438,7 +438,6 @@ extern "C" {
* EVP_PKEY_CTX_{set0,get0}_rsa_oaep_label().
*/
#define OSSL_EXCHANGE_PARAM_KDF_UKM "kdf-ukm" /* see note above */
-#define OSSL_EXCHANGE_PARAM_KDF_UKM_LEN "kdf-ukm-len" /* size_t */
/* Signature parameters */
#define OSSL_SIGNATURE_PARAM_ALGORITHM_ID "algorithm-id"
@@ -463,7 +462,6 @@ extern "C" {
#define OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST OSSL_ALG_PARAM_DIGEST
#define OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS "digest-props"
#define OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL "oaep-label"
-#define OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL_LEN "oaep-label-len"
#define OSSL_ASYM_CIPHER_PARAM_TLS_CLIENT_VERSION "tls-client-version"
#define OSSL_ASYM_CIPHER_PARAM_TLS_NEGOTIATED_VERSION "tls-negotiated-version"