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
/
ops
/
crypto
Age
Commit message (
Expand
)
Author
2024-11-06
refactor: use concrete error type for remaining ops (#26746)
Leo Kettmeir
2024-11-01
chore: upgrade to rust 1.82 and LLVM 19 (#26615)
Divy Srivastava
2024-10-31
fix: clamp smi in fast calls by default (#26506)
Divy Srivastava
2024-10-14
fix(ext/node): compute pem length (upper bound) for key exports (#26231)
Divy Srivastava
2024-09-19
fix(ext/node): support x509 certificates in `createPublicKey` (#25731)
Divy Srivastava
2024-09-16
fix(ext/crypto): support md4 digest algorithm (#25656)
Luca Casonato
2024-09-11
fix(ext/node): validate input lengths in `Cipheriv` and `Decipheriv` (#25570)
Yoshiya Hinosawa
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-11
fix(ext/node): rewrite X509Certificate resource and add `publicKey()` (#24988)
Divy Srivastava
2024-08-11
fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981)
Divy Srivastava
2024-08-09
fix(ext/node): use pem private keys in createPublicKey (#24969)
Luca Casonato
2024-08-09
fix(ext/node): ed25519 signing and cipheriv autopadding fixes (#24957)
Luca Casonato
2024-08-08
fix(ext/node): add `CipherIv.setAutoPadding()` (#24940)
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-07-05
fix(ext/node): rewrite digest handling (#24392)
Luca Casonato
2024-07-01
feat: upgrade deno_core (#24364)
snek
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-21
fix: upgrade deno_core to 0.291.0 (#24297)
Divy Srivastava
2024-06-14
chore: upgrade to rust 1.79 (#24207)
Satya Rohith
2024-04-29
fix(ext/node): exporting rsa public keys (#23596)
Divy Srivastava
2024-03-21
fix(ext/node): ECDH.publicKey() point encoding (#23013)
Divy Srivastava
2024-03-21
fix(ext/node): panic in `op_node_ecdh_generate_keys` (#23011)
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): 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-03-07
perf(cli): use faster_hex (#22761)
Matt Mastracci
2024-02-01
fix(ext/node): add `aes256` algorithm support (#22198)
Asher Gomez
2024-01-27
chore: upgrade deno_core to 0.256.0 (#22145)
Divy Srivastava
2024-01-24
feat(publish): error on invalid external imports (#22088)
Luca Casonato
2024-01-20
fix(node): use `cppgc` for managing X509Certificate (#21999)
Divy Srivastava
2024-01-09
chore: upgrade deno_core to 0.244.0 (#21859)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
fix(ext/node): Implement `aes-192-ecb` and `aes-256-ecb` (#21710)
Lino Le Van
2023-12-03
fix(ext/node): sign with PEM private keys (#21287)
Divy Srivastava
2023-11-10
chore: use pure rust secp256k1 crate (#21154)
Divy Srivastava
2023-11-09
fix(node): implement createPrivateKey (#20981)
Divy Srivastava
2023-10-30
chore: upgrade rsa to 0.9 (#21016)
Divy Srivastava
2023-10-27
chore(ext/crypto): upgrade to ring 0.17 (#20824)
Divy Srivastava
2023-10-06
refactor: migrate ext/node/ops to op2 (#20805)
Bartek Iwańczuk
2023-09-26
refactor: rewrite ext/node/crypto to op2 macro (#20675)
Bartek Iwańczuk
[next]