Age | Commit message (Expand) | 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 |
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 |