1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/node/ops
Divy Srivastava b00f076017
fix(ext/node): Support private EC key signing (#22914)
Fixes https://github.com/denoland/deno/issues/18972

Support for web-push VAPID keys & jws signing

- Fixes EC keygen to return raw private key and uncompressed public key
point.
- Support for `EC PRIVATE KEY`
2024-03-14 14:53:50 +01:00
..
crypto fix(ext/node): Support private EC key signing (#22914) 2024-03-14 14:53:50 +01:00
os fix(ext/node): Ensure os.cpus() works on arm64 linux (#22302) 2024-02-06 16:27:42 -07:00
zlib fix(ext/node): flush brotli decompression stream (#22856) 2024-03-12 17:23:31 +05:30
fs.rs fix(node): add nul byte to statfs path on windows (#22905) 2024-03-13 20:57:34 +00:00
http.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
http2.rs fix(node): require of pkg json imports was broken (#22821) 2024-03-09 10:21:31 -05:00
idna.rs fix(ext/node): Match punycode module behavior to node (#22847) 2024-03-11 15:49:43 -07:00
ipc.rs chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
require.rs fix(node): require of pkg json imports was broken (#22821) 2024-03-09 10:21:31 -05:00
util.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
v8.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
winerror.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00