gecko-dev/dom/crypto/test
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
..
browser
.eslintrc.js
file_indexedDB.html
mochitest.ini
test-array.js
test-vectors.js Bug 1718899 - webcrypto: handle the 'alg' field in ECDSA JWK keys r=rmf 2021-10-12 20:35:07 +00:00
test-worker.js
test_WebCrypto.css Bug 1679758 - Remove trailing empty lines r=sylvestre,marionette-reviewers,jgraham 2020-12-15 10:34:54 +00:00
test_WebCrypto.html Bug 1360715 - Part 2: Modify instanceofs in tests to non-cross-context r=edgar 2021-03-04 22:03:57 +00:00
test_WebCrypto_DH.html
test_WebCrypto_ECDH.html Bug 1133698 - Implement PKCS8 import/export of ECDSA keys for WebCrypto API. r=keeler 2021-08-09 18:59:02 +00:00
test_WebCrypto_ECDSA.html Bug 1718899 - webcrypto: handle the 'alg' field in ECDSA JWK keys r=rmf 2021-10-12 20:35:07 +00:00
test_WebCrypto_HKDF.html
test_WebCrypto_Import_Multiple_Identical_Keys.html
test_WebCrypto_JWK.html
test_WebCrypto_Normalize.html
test_WebCrypto_PBKDF2.html
test_WebCrypto_RSA_OAEP.html
test_WebCrypto_RSA_PSS.html
test_WebCrypto_Reject_Generating_Keys_Without_Usages.html
test_WebCrypto_Structured_Cloning.html
test_WebCrypto_Workers.html
test_WebCrypto_Wrap_Unwrap.html Bug 1410861 - Support for `unwrapKey` of ECDH/ECDSA keys r=keeler 2021-02-22 22:15:57 +00:00
test_indexedDB.html
util.js