CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2022/10/14 00:56:33

Modified files:
        lib/libssl     : tls13_key_schedule.c 

Log message:
Error out if the out secret wasn't properly initialized

Calling HKDF_expand() with a length of 0 happens to succeed due to a quirk
in the API inherited from BoringSSL.  This hides caller-side errors during
development.  Error out to catch such mistakes early on.

ok jsing

Reply via email to