1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 15:39:49 -05:00
denoland-deno/cli/tests
Filip Skokan 0d042d8e54
fix(ext/crypto): interoperable import/export (#16153)
This PR updates RSA key import/export to a state which is interoperable
with other implementations.

For RSA the only OID in and out is `rsaEncryption`.
For EC the only OID in and out is `id-ecpublickey` (fixed in #16152).

see https://github.com/w3c/webcrypto/issues/307#issuecomment-995813032
see https://github.com/w3c/webcrypto/issues/307
see https://github.com/w3c/webcrypto/pull/305
see https://github.com/nodejs/node/pull/42816
2022-10-04 17:37:59 +05:30
..
integration feat(unstable): add support for npm specifier cli arguments for 'deno cache' (#16141) 2022-10-03 23:26:42 +02:00
testdata feat(unstable): add support for npm specifier cli arguments for 'deno cache' (#16141) 2022-10-03 23:26:42 +02:00
unit fix(ext/crypto): interoperable import/export (#16153) 2022-10-04 17:37:59 +05:30
integration_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00