You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not set the salt or info if they are NULL for OpenSSL HKDF
OpenSSL made a change that prevents setting an empty salt with HKDF. This includes HKDF-Expand, which doesn't use the salt, so the salt was always NULL. The net result of this is that HKDF-Expand is broken.
This changes the parameters of HKDF to not be used if the salt or info are NULL.
0 commit comments