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
/
crypto
Age
Commit message (
Expand
)
Author
2021-10-01
fix(ext/crypto): decode id-RSASSA-PSS with default params (#12147)
Divy Srivastava
2021-09-28
chore: bump crate versions for 1.14.2 (#12253)
Aaron O'Mullan
2021-09-25
fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)
李瑞丰
2021-09-22
chore: bump crate versions for 1.14.1 (#12172)
Kitson Kelly
2021-09-16
fix(ext/crypto): use DataError in importKey() (#12071)
Divy Srivastava
2021-09-16
fix(ext/crypto): don't use core.decode for encoding jwk keys (#12088)
Divy Srivastava
2021-09-14
chore: bump crate versions for 0.14 (#12072)
David Sherret
2021-09-14
feat(ext/crypto): import RSA pkcs#8 keys (#11891)
Divy Srivastava
2021-09-13
feat(ext/crypto): generate ECDH keys (#11870)
Luca Casonato
2021-09-13
feat(ext/crypto): export RSA keys as pkcs#8 (#11880)
Divy Srivastava
2021-09-12
fix(ext/crypto): add HkdfParams and Pkdf2Params types (#11991)
Divy Srivastava
2021-09-11
feat(ext/crypto): implement HKDF operations (#11865)
Divy Srivastava
2021-09-11
feat(ext/crypto): verify ECDSA signatures (#11739)
Divy Srivastava
2021-09-02
feat(fmt): add basic JS doc formatting (#11902)
David Sherret
2021-09-02
chore: update dependencies (#11856)
Luca Casonato
2021-08-31
feat(ext/crypto): AES key generation (#11869)
Luca Casonato
2021-08-29
feat(ext/crypto): support JWK export for HMAC (#11864)
Divy Srivastava
2021-08-27
feat(ext/crypto): support JWK import for HMAC (#11716)
Divy Srivastava
2021-08-26
feat(ext/crypto): implement importKey and deriveBits for PBKDF2 (#11642)
Divy Srivastava
2021-08-24
feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)
Divy Srivastava
2021-08-24
fix(ext/crypto): KeyAlgorithm typings for supported algorithms (#11738)
Divy Srivastava
2021-08-23
chore: release crates for 1.13.2 (#11820)
David Sherret
2021-08-23
fix(ext/crypto): remove duplicate Algorithm interface defination (#11807)
Feng Yu
2021-08-17
fix(ext/crypto): exportKey() for HMAC (#11737)
Divy Srivastava
2021-08-16
chore: release crates for 1.13.1 (#11729)
David Sherret
2021-08-16
fix(ext/crypto): enable non-extractable keys (#11705)
Divy Srivastava
2021-08-15
fix(ext/crypto): fix copying buffersource (#11714)
Divy Srivastava
2021-08-13
fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)
Divy Srivastava
2021-08-13
fix(ext/crypto): handle idlValue not being present (#11685)
Divy Srivastava
2021-08-13
fix(ext/crypto): take a copy of keyData bytes (#11666)
Divy Srivastava
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl
[prev]