CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2017/04/29 18:06:09

Modified files:
        lib/libssl/src/ssl: Tag: OPENBSD_6_0 s3_srvr.c 

Log message:
MFC.

Fix a bug caused by the return value being set early to signal successful
DTLS cookie validation. This can mask a later failure and result in a
positive return value being returned from ssl3_get_client_hello(), when
it should return a negative value to propagate the error.

ok beck@

Reply via email to