gecko-dev/dom/crypto
Dana Keeler 79bcf1e75e Bug 1718899 - webcrypto: handle the 'alg' field in ECDSA JWK keys r=rmf
KeyAlgorithmProxy::JwkAlg() didn't account for ECDSA, so when
ImportKeyTask::JwkCompatible() checked the 'alg' field, if it was present and
correct, it would never match for ECDSA keys, so importing would fail.

Differential Revision: https://phabricator.services.mozilla.com/D128116
2021-10-12 20:35:07 +00:00
..
test Bug 1718899 - webcrypto: handle the 'alg' field in ECDSA JWK keys r=rmf 2021-10-12 20:35:07 +00:00
CryptoBuffer.cpp Bug 1713523 - Remove 'else' after 'return' in CryptoBuffer. r=andi 2021-07-09 12:20:40 +00:00
CryptoBuffer.h
CryptoKey.cpp
CryptoKey.h
KeyAlgorithmProxy.cpp Bug 1718899 - webcrypto: handle the 'alg' field in ECDSA JWK keys r=rmf 2021-10-12 20:35:07 +00:00
KeyAlgorithmProxy.h
moz.build
WebCryptoCommon.h Bug 1718899 - webcrypto: handle the 'alg' field in ECDSA JWK keys r=rmf 2021-10-12 20:35:07 +00:00
WebCryptoTask.cpp Bug 1133698 - Implement PKCS8 import/export of ECDSA keys for WebCrypto API. r=keeler 2021-08-09 18:59:02 +00:00
WebCryptoTask.h