Remove the read_iv/write_iv fields from SSL_CONNECTION
authorMatt Caswell <matt@openssl.org>
Mon, 31 Oct 2022 16:31:28 +0000 (16:31 +0000)
committerHugo Landau <hlandau@openssl.org>
Mon, 14 Nov 2022 07:51:17 +0000 (07:51 +0000)
commitb83eac48ed44afecd0d392c2fa055d345578078d
tree9f348f240f2e875e3d7d1118ea1f1d48b974babb
parent6d814fd6074b5f293abc3f19a190d3e34c426b6a
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)
ssl/ssl_local.h
ssl/tls13_enc.c