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
Stateless retry keys are generated using a non-standard KDF.
Use a standardized KDF, SP800-108 Hashed Counter, to generate the key.
This work will involve exposing a new crypto API through the CXPLAT interface, for both bcrypt and libcrypto (openSSL), which perform this functionality.