Absorb SSL_AEAD_CTX into struct tls12_record_protection.
authorjsing <jsing@openbsd.org>
Sun, 16 May 2021 15:49:01 +0000 (15:49 +0000)
committerjsing <jsing@openbsd.org>
Sun, 16 May 2021 15:49:01 +0000 (15:49 +0000)
commit7b133c71d1f99377b8bcc62ed304be9e5ed79e80
tree32ab6eb2965508300465f405815b29a88e54ebb4
parent60497c21aeb56e3c73351ebf6849438e543c19b8
Absorb SSL_AEAD_CTX into struct tls12_record_protection.

The information contained in SSL_AEAD_CTX really belongs in the
tls12_record_protection struct. Absorb SSL_AEAD_CTX, using more appropriate
types in the process.

ok tb@
lib/libssl/ssl.h
lib/libssl/ssl_locl.h
lib/libssl/tls12_record_layer.c