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
The HmacCryptoKey and AesCryptoKey interfaces wrongfully require the alg attribute to be present when importing keyData in jwk key format.
Every other webcrypto runtime allows these to omitted and in order to have interoperable behaviour between runtimes it is in fact better to remove the alg attribute.
The text was updated successfully, but these errors were encountered:
panva
changed the title
oct JWK should not require algoct JWK should not require alg during importKey
Nov 9, 2021
The HmacCryptoKey and AesCryptoKey interfaces wrongfully require the
alg
attribute to be present when importing keyData injwk
key format.Every other webcrypto runtime allows these to omitted and in order to have interoperable behaviour between runtimes it is in fact better to remove the
alg
attribute.The text was updated successfully, but these errors were encountered: