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
Some internal customers want to use HKDF in compliance with the Microsoft crypto policy. This means using OpenSSL/CNG under the hood.
Go 1.24 will most likely move golang.org/x/crypto/hkdf into the standard library package crypto/hkdf (see the proposal). We should patch it so it uses OpenSSL/CNG under the hood.
Note that both backends already support HKDF, as we were using it on other parts of the standard library. There is some work to do to better support some small changes in the crypto/hkdf API.
The text was updated successfully, but these errors were encountered:
Some internal customers want to use HKDF in compliance with the Microsoft crypto policy. This means using OpenSSL/CNG under the hood.
Go 1.24 will most likely move
golang.org/x/crypto/hkdf
into the standard library packagecrypto/hkdf
(see the proposal). We should patch it so it uses OpenSSL/CNG under the hood.Note that both backends already support HKDF, as we were using it on other parts of the standard library. There is some work to do to better support some small changes in the
crypto/hkdf
API.The text was updated successfully, but these errors were encountered: