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 Bug 1673424 - Fix includes around JS/StructuredClone.h. 2020-11-23 16:06:52 +00:00
CryptoKey.h Bug 1673424 - Fix includes around JS/StructuredClone.h. 2020-11-23 16:06:52 +00:00
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 Bug 1673424 - Fix includes around JS/StructuredClone.h. 2020-11-23 16:06:52 +00:00
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
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00