index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
polyfills
/
internal
/
crypto
/
keys.ts
Age
Commit message (
Expand
)
Author
2024-08-28
fix(ext/node): import RSA JWK keys (#25267)
Divy Srivastava
2024-08-28
fix(ext/node): export JWK public key (#25239)
Divy Srivastava
2024-08-28
fix(ext/node): import EC JWK keys (#25266)
Divy Srivastava
2024-08-23
fix(ext/node): import JWK octet key pairs (#25180)
Divy Srivastava
2024-08-08
fix(ext/node): add crypto.diffieHellman (#24938)
Luca Casonato
2024-08-07
feat(ext/node): rewrite crypto keys (#24463)
Luca Casonato
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-07-02
fix(ext/node): add Symbol.toStringTag to KeyObject instances (#24377)
Filip Skokan
2024-04-29
fix(ext/node): exporting rsa public keys (#23596)
Divy Srivastava
2024-03-22
fix(ext/node): handle KeyObject in `prepareAsymmetricKey` (#23026)
Divy Srivastava
2024-03-14
fix(ext/node): support `spki` format in createPublicKey (#22918)
Divy Srivastava
2024-03-13
fix(ext/node): initial `crypto.createPublicKey()` support (#22509)
Asher Gomez
2024-01-29
refactor: migrate 'ext/node' extension to virtual ops module (#22157)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-03
fix(ext/node): sign with PEM private keys (#21287)
Divy Srivastava
2023-11-09
fix(node): implement createPrivateKey (#20981)
Divy Srivastava
2023-08-11
fix(node): object keys in publicEncrypt (#20128)
Divy Srivastava
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-04-06
fix(ext/node): add symmetric keygen (#18609)
Divy Srivastava
2023-03-24
feat(ext/node): implement crypto.createSecretKey (#18413)
Divy Srivastava
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk