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
/
tests
/
unit_node
/
crypto
Age
Commit message (
Expand
)
Author
2024-09-16
fix(ext/crypto): support md4 digest algorithm (#25656)
Luca Casonato
2024-09-13
fix(ext/node): fix Decipheriv when autoPadding disabled (#25598)
Yoshiya Hinosawa
2024-09-11
fix(ext/node): fix `Cipheriv#update(string, undefined)` (#25571)
Yoshiya Hinosawa
2024-09-11
fix(ext/node): validate input lengths in `Cipheriv` and `Decipheriv` (#25570)
Yoshiya Hinosawa
2024-08-30
fix: upgrade deno_ast 0.42 (#25313)
David Sherret
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-28
fix(ext/node): update aead-gcm-stream to 0.3 (#25261)
Divy Srivastava
2024-08-23
fix(ext/node): import JWK octet key pairs (#25180)
Divy Srivastava
2024-08-12
chore: update the copyright of c, mjs, and jsx (#25005)
Kenta Moriuchi
2024-08-11
fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981)
Divy Srivastava
2024-08-07
feat(ext/node): rewrite crypto keys (#24463)
Luca Casonato
2024-08-01
fix(ext/crypto): respect offsets when writing into ab views in randomFillSync...
Luca Casonato
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-07-05
fix(ext/node): rewrite digest handling (#24392)
Luca Casonato
2024-06-24
fix(ext/node): rewrite crypto.Hash (#24302)
Luca Casonato
2024-06-21
fix(ext/node): don't panic on invalid utf-8 in pem (#24303)
Luca Casonato
2024-06-05
chore: upgrade dlint to 0.60.0 (#24041)
Bartek IwaĆczuk
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-21
fix(ext/node): ECDH.publicKey() point encoding (#23013)
Divy Srivastava
2024-03-19
fix(ext/node): support Diffie-Hellman key type in `crypto.createPrivateKey()`...
Asher Gomez
2024-03-18
fix(ext/node): support public key point encoding in ECDH.generateKeys() (#22976)
Satya Rohith
2024-03-14
fix(ext/node): Support private EC key signing (#22914)
Divy Srivastava
2024-03-14
fix(ext/node): support `spki` format in createPublicKey (#22918)
Divy Srivastava
2024-03-14
fix(ext/node): crypto.getCipherInfo() (#22916)
Divy Srivastava
2024-03-14
fix(ext/node): DH (`dhKeyAgreement`) support for `createPrivateKey` (#22891)
Divy Srivastava
2024-03-13
fix(ext/node): initial `crypto.createPublicKey()` support (#22509)
Asher Gomez
2024-03-13
feat(ext/node): add more named curves in `crypto.generateKeyPair[Sync]()` (#2...
Asher Gomez
2024-02-13
chore: use `@std` import instead of `@test_util/std` (#22398)
Asher Gomez
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci