1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Divy Srivastava bfd5f1598c
feat(ext/crypto): initial support for p521 in generateKey and importKey (#21815)
Part 1 of a potential 3 part series. Ref #13449 

The current implementation passes key material back and forth RustCrypto
group of crates and ring. ring does not implement p521 yet.

This PR adds support for P521 named curve in `generateKey` and
`importKey` where we use RustCrypto. Other parts should be moved over to
the RustGroup group of crates for consistency.
2024-01-06 16:48:31 +05:30
..
broadcast_channel chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
cache chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
console chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
cron chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
crypto feat(ext/crypto): initial support for p521 in generateKey and importKey (#21815) 2024-01-06 16:48:31 +05:30
fetch chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
ffi chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
fs fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745) 2024-01-05 18:28:33 +05:30
http chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
io chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
kv chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
napi chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
net chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
node fix(ext/node): add WriteStream.isTTY (#21801) 2024-01-05 22:37:14 +01:00
tls chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
url chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
web chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
webgpu chore(ext/webgpu): include GPUCanvasContext in snapshot (#21773) 2024-01-05 19:55:01 +05:30
webidl chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
websocket chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
webstorage chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00