summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
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 /ssl/ssl_local.h
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 'ssl/ssl_local.h')
-rw-r--r--ssl/ssl_local.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h
index 61b77602ba..90e6209f77 100644
--- a/ssl/ssl_local.h
+++ b/ssl/ssl_local.h
@@ -1793,11 +1793,6 @@ struct ssl_connection_st {
*/
uint32_t early_data_count;
- /* TLS1.3 padding callback */
- size_t (*record_padding_cb)(SSL *s, int type, size_t len, void *arg);
- void *record_padding_arg;
- size_t block_padding;
-
/* The number of TLS1.3 tickets to automatically send */
size_t num_tickets;
/* The number of TLS1.3 tickets actually sent so far */