CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/02/20 01:22:55
Modified files: lib/libssl : ssl_clnt.c ssl_srvr.c Log message: Revise HelloVerifyRequest handling for DTLSv1.2. Per RFC 6347 section 4.2.1, the HelloVerifyRequest should always contain DTLSv1.0 - ensure this is the case on the server side, allow both DTLSv1.0 and DTLSv1.2 on the client. ok tb@