CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2021/09/14 08:31:21

Modified files:
        lib/libssl     : tls13_legacy.c tls13_internal.h 

Log message:
Call the info cb on connect/accept exit in TLSv1.3

The p5-Net-SSLeay test expects the info callback to be called on
connect exit. This is the behavior in the legacy stack but wasn't
implemented in the TLSv1.3 stack. With this commit, p5-Net-SSLeay
tests are happy again after the bump.

ok bluhm inoguchi jsing

Reply via email to