summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-10-31 16:31:28 +0000
committerHugo Landau <hlandau@openssl.org>2022-11-14 07:51:17 +0000
commitb83eac48ed44afecd0d392c2fa055d345578078d (patch)
tree9f348f240f2e875e3d7d1118ea1f1d48b974babb /ssl/ssl_local.h
parent6d814fd6074b5f293abc3f19a190d3e34c426b6a (diff)
Remove the read_iv/write_iv fields from SSL_CONNECTION
These fields are instead held in the new record layer code and are therefore no longer needed. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19586)
Diffstat (limited to 'ssl/ssl_local.h')
-rw-r--r--ssl/ssl_local.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h
index 33ae4c9663..cc1239287c 100644
--- a/ssl/ssl_local.h
+++ b/ssl/ssl_local.h
@@ -1500,9 +1500,6 @@ struct ssl_connection_st {
unsigned char exporter_master_secret[EVP_MAX_MD_SIZE];
unsigned char early_exporter_master_secret[EVP_MAX_MD_SIZE];
- unsigned char read_iv[EVP_MAX_IV_LENGTH]; /* TLSv1.3 static read IV */
- unsigned char write_iv[EVP_MAX_IV_LENGTH]; /* TLSv1.3 static write IV */
-
/* session info */
/* client cert? */
/* This is used to hold the server certificate used */