Move sequence numbers into the new TLSv1.2 record layer.
authorjsing <jsing@openbsd.org>
Tue, 26 Jan 2021 14:22:19 +0000 (14:22 +0000)
committerjsing <jsing@openbsd.org>
Tue, 26 Jan 2021 14:22:19 +0000 (14:22 +0000)
commitf2284ad0cdee0d2243e19a1dda1588956f603b5d
treec65bf00b35e83639bc94dcf7f30b9d6db3969446
parentf8e1ec60098a5fd46417b8f8a31adf6799684b8d
Move sequence numbers into the new TLSv1.2 record layer.

This allows for all of the DTLS sequence number save/restore code to be
removed.

ok inoguchi@ "whee!" tb@
lib/libssl/d1_both.c
lib/libssl/d1_pkt.c
lib/libssl/ssl_lib.c
lib/libssl/ssl_locl.h
lib/libssl/ssl_srvr.c
lib/libssl/t1_enc.c
lib/libssl/tls12_record_layer.c