CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/01/19 12:07:40
Modified files: lib/libssl : d1_both.c d1_pkt.c ssl_locl.h t1_enc.c tls12_record_layer.c Log message: Add code to handle change of cipher state in the new TLSv1.2 record layer. This provides the basic framework for handling change of cipher state in the new TLSv1.2 record layer, creating new record protection. In the DTLS case we retain the previous write record protection and can switch back to it when retransmitting. This will allow the record layer to start owning sequence numbers and encryption/decryption state. ok inoguchi@ tb@