summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-08-31 16:39:36 +0100
committerMatt Caswell <matt@openssl.org>2022-09-23 14:54:49 +0100
commiteb7d6c2a9b3b9d1582e3e1b65c9d431cf3209207 (patch)
treeb5eea05b839850d54337ad1345c0736216a6c47f /include
parent5f95eb77e780cc0b90a7da6cc4f79c7bb153ca64 (diff)
Move the record block_padding capability fully into the record layer
Previously we were referencing the block_padding value through the SSL_CONNECTION. Now it is held within OSSL_RECORD_LAYER. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19198)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/core_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/core_names.h b/include/openssl/core_names.h
index 487b928e44..d0b9c37bc5 100644
--- a/include/openssl/core_names.h
+++ b/include/openssl/core_names.h
@@ -572,6 +572,7 @@ extern "C" {
#define OSSL_LIBSSL_RECORD_LAYER_PARAM_TLSTREE "tlstree"
#define OSSL_LIBSSL_RECORD_LAYER_PARAM_MAX_FRAG_LEN "max_frag_len"
#define OSSL_LIBSSL_RECORD_LAYER_PARAM_MAX_EARLY_DATA "max_early_data"
+#define OSSL_LIBSSL_RECORD_LAYER_PARAM_BLOCK_PADDING "block_padding"
# ifdef __cplusplus
}