CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/05/02 09:55:29

Modified files:
        lib/libssl     : ssl_both.c 

Log message:
Stop deriving peer finished twice for TLSv1.2.

We already derive the peer finished in ssl3_do_change_cipher_spec(), which
DTLS relies on. In the case of TLS we've been doing it twice - once in
ssl3_get_message() and once in ssl3_do_change_cipher_spec().

ok tb@

Reply via email to