From b83eac48ed44afecd0d392c2fa055d345578078d Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 31 Oct 2022 16:31:28 +0000 Subject: 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 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19586) --- ssl/ssl_local.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ssl/ssl_local.h') 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 */ -- cgit v1.2.3