CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/03/29 10:19:15
Modified files: lib/libssl : ssl_locl.h t1_enc.c tls12_record_layer.c Log message: Move the TLSv1.2 record number increment into the new record layer. This adds checks (based on the TLSv1.3 implementation) to ensure that the TLS/DTLS sequence numbers do not wrap, as required by the respective RFCs. ok inoguchi@ tb@