deno/ext
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
..
broadcast_channel 1.26.0 2022-09-29 00:10:44 +02:00
cache chore(ext/cache): make helper functions public (#16117) 2022-10-03 10:52:54 +05:30
console 1.26.0 2022-09-29 00:10:44 +02:00
crypto fix(ext/crypto): interoperable import/export (#16153) 2022-10-04 17:37:59 +05:30
fetch refactor(ext/fetch): avoid extra headers copy in .clone (#16130) 2022-10-03 13:34:13 +02:00
ffi 1.26.0 2022-09-29 00:10:44 +02:00
flash refactor(ext/http): remove op_http_read (#16096) 2022-09-30 07:54:12 +02:00
http refactor(ext/http): remove op_http_read (#16096) 2022-09-30 07:54:12 +02:00
net fix(runtime): no FastStream for unrefable streams (#16095) 2022-09-30 00:42:33 +02:00
node fix(npm): better error is version is specified after subpath (#16131) 2022-10-03 19:10:53 +02:00
tls 1.26.0 2022-09-29 00:10:44 +02:00
url 1.26.0 2022-09-29 00:10:44 +02:00
web refactor(ext/http): remove op_http_read (#16096) 2022-09-30 07:54:12 +02:00
webgpu 1.26.0 2022-09-29 00:10:44 +02:00
webidl 1.26.0 2022-09-29 00:10:44 +02:00
websocket 1.26.0 2022-09-29 00:10:44 +02:00
webstorage 1.26.0 2022-09-29 00:10:44 +02:00