1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-18 11:53:59 -05:00
denoland-deno/ext
Levente Kurusa c3d670dbc9
feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832)
- ECDH class
- crypto.createECDH()
- Supported curves:
  - secp256k1
  - prime256v1 / secp256r1
  - secp384r1
  - secp224r1

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-04-27 18:31:35 +02:00
..
broadcast_channel chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
cache chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
console fix(core): Wrap safe collections' argument of primordials (#18750) 2023-04-26 00:36:22 +02:00
crypto chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
fetch refactor(ext/webidl): remove option bags from "makeException" (#18679) 2023-04-20 00:58:41 +02:00
ffi chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
fs chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
http fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859) 2023-04-27 00:58:18 +02:00
io chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
kv feat(kv): return ok bool from atomic commit (#18873) 2023-04-27 16:59:02 +02:00
napi chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
net feat(ext/http): h2c for http/2 (#18817) 2023-04-24 23:24:40 +02:00
node feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832) 2023-04-27 18:31:35 +02:00
tls chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
url fix(dts): URLPatternComponentResult groups should have possibly undefined key values (#18643) 2023-04-26 19:15:25 -04:00
web refactor(ext/webidl): remove option bags from "makeException" (#18679) 2023-04-20 00:58:41 +02:00
webidl refactor(ext/webidl): remove option bags from "makeException" (#18679) 2023-04-20 00:58:41 +02:00
websocket perf(ext/websocket): various performance improvements (#18862) 2023-04-27 12:47:52 +02:00
webstorage chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00