CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/06/14 08:22:52
Modified files: lib/libssl : tls12_record_layer.c Log message: Simplify nonce handling in the TLSv1.2 record layer. Pass the CBS for the sequence number through, which also allows us to do more sensible length checks. Also, add a missing length check while here. ok inoguchi@ tb@