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
/
00_crypto.js
Age
Commit message (
Collapse
)
Author
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-17
fix(ext/crypto): exportKey() for HMAC (#11737)
Divy Srivastava
Fixes typings and innerKey processing (WPT doesn't test exportKey for HMAC so this wasn't caught earlier).
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
Co-authored-by: Luca Casonato <hello@lcas.dev>
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]