CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2020/06/05 19:40:09
Modified files: regress/lib/libssl/tlsfuzzer: tlsfuzzer.py lib/libssl : s3_lib.c ssl_locl.h ssl_tlsext.c tls13_internal.h tls13_lib.c tls13_server.c Log message: Implement a rolling hash of the ClientHello message, Enforce RFC 8446 section 4.1.2 to ensure subsequent ClientHello messages after a HelloRetryRequest messages must be unchanged from the initial ClientHello. ok tb@ jsing@