CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2020/01/26 00:24:47

Modified files:
        lib/libssl     : ssl_lib.c 

Log message:
When an SSL method is set, bump the max version back to that of the
incoming method if it is a client.

This addresses the case where TLS_method() is used to initialise a SSL_CTX,
then a TLS_client_method() is then set, resulting in TLSv1.2 being used
instead of TLSv1.3. This is observable in smtpd.

ok beck@

Reply via email to