Age | Commit message (Expand) | Author |
---|---|---|
2021-08-11 | Rename extensions/ directory to ext/ (#11643) | Ryan Dahl |
2021-08-04 | feat(extensions/crypto): implement verify() for HMAC (#11387) | Divy Srivastava |
2021-08-03 | feat(extensions/crypto): implement importKey and exportKey for raw HMAC keys ... | Divy Srivastava |
2021-07-26 | refactor: use `primordials` in runtime, extensions and core (#11500) | Yusuke Tanaka |
2021-07-19 | fix: Big{U|}Int64Array in crypto.getRandomValues (#11447) | Luca Casonato |
2021-07-13 | chore(extensions/crypto): use primoridials with verify() (#11384) | Divy Srivastava |
2021-07-12 | feat(extensions/crypto): implement verify() for RSA (#11312) | Divy Srivastava |
2021-07-09 | chore(extensions/crypto): enable WPT stringification test (#11336) | Divy Srivastava |
2021-07-08 | refactor: use primordials for extensions/crypto (#11229) | Divy Srivastava |
2021-07-07 | refactor(extensions/crypto): use key::CryptoHash with digest (#11309) | Divy Srivastava |
2021-07-06 | feat(crypto): implement generateKey() and sign() (#9614) | Divy Srivastava |