summaryrefslogtreecommitdiff
path: root/extensions/crypto
AgeCommit message (Collapse)Author
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl
2021-08-10chore: release crates (#11628)Bartek Iwańczuk
2021-08-06chore: Upgrade RSA to 0.5.0 (#11589)Divy Srivastava
2021-08-04feat(extensions/crypto): implement verify() for HMAC (#11387)Divy Srivastava
2021-08-03feat(extensions/crypto): implement importKey and exportKey for raw HMAC keys ↵Divy Srivastava
(#11367) This commit introduces "SubtleCrypto.importKey()" and "SubtleCrypto.exportKey()" APIs.
2021-08-02chore: format toml files internally (#11563)David Sherret
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-26chore: release crates (#11519)Bartek Iwańczuk
2021-07-26chore(crypto): use WebIDL BufferSource in types (#11510)Divy Srivastava
2021-07-26refactor: use `primordials` in runtime, extensions and core (#11500)Yusuke Tanaka
2021-07-19chore: release crates (#11454)Bartek Iwańczuk
2021-07-19fix: Big{U|}Int64Array in crypto.getRandomValues (#11447)Luca Casonato
Relevant spec change: https://github.com/w3c/webcrypto/pull/266
2021-07-13chore(extensions/crypto): use primoridials with verify() (#11384)Divy Srivastava
2021-07-13chore: release crates (#11378)Bartek Iwańczuk
2021-07-12feat(extensions/crypto): implement verify() for RSA (#11312)Divy Srivastava
2021-07-09chore: update crates (#11332)Luca Casonato
2021-07-09chore(extensions/crypto): enable WPT stringification test (#11336)Divy Srivastava
2021-07-08refactor: use primordials for extensions/crypto (#11229)Divy Srivastava
2021-07-07refactor(extensions/crypto): use key::CryptoHash with digest (#11309)Divy Srivastava
2021-07-07fix(crypto): hash input for RSASSA-PKCS1-v1_5 before signing (#11314)Divy Srivastava
2021-07-06feat(crypto): implement generateKey() and sign() (#9614)Divy Srivastava
Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-07-05chore: upgrade Tokio to 1.8.0 (#11281)Yusuke Tanaka
2021-07-03refactor: introduce primordials for ext/web (#11228)Luca Casonato
2021-07-02v1.11.3Luca Casonato
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2021-06-28chore: release deno_core (#11164)Bartek Iwańczuk
2021-06-21chore: release crates (#11068)Bartek Iwańczuk
2021-06-19chore: upgrade Tokio to 1.7.1 (#11045)Yusuke Tanaka
2021-06-16chore: upgrade Tokio to 1.7.0 (#11008)Yusuke Tanaka
2021-06-15chore: release crates (#10976)Bartek Iwańczuk
2021-06-08chore: release crates (#10896)Bartek Iwańczuk
2021-06-07refactor: clean up webidl protype configuration (#10871)Luca Casonato
2021-06-06feat(extensions/crypto): implement subtle.digest (#10796)Casper Beyer
Co-authored-by: Yacine Hmito yacinehmito@users.noreply.github.com
2021-06-05fix(crypto): change Crypto to interface (#10853)Leo K
Co-authored-by: Luca Casonato <hello@lcas.dev>
2021-06-05refactor(crypto): validate max random bytes in Rust (#10857)Leo K
2021-06-05feat(extensions/crypto): implement randomUUID (#10848)Leo K
2021-05-31v1.10.3Bert Belder
2021-05-17chore: release crates (#10661)Luca Casonato
For the Deno 1.10.2 release.
2021-05-11chore: release crates (#10596)Bartek Iwańczuk
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden