Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script: Limit public exports. (#34915) | Josh Matthews | 2025-01-10 | 1 | -7/+7 |
* | Add CanGc argument to reflect_dom_object (#34606) | Domenico Rizzo | 2024-12-13 | 1 | -1/+2 |
* | Generate a trait abstracting over all known DOM interfaces (#34357) | Josh Matthews | 2024-11-24 | 1 | -1/+1 |
* | Implement `crypto.subtle.sign/verify` with HMAC (#34223) | Simon Wülker | 2024-11-11 | 1 | -0/+2 |
* | Implement HKDF support for `subtlecrypto.deriveBits` (#34200) | Simon Wülker | 2024-11-10 | 1 | -0/+2 |
* | Implement `SubtleCrypto.deriveBits` with PBDKF2 (#34164) | Simon Wülker | 2024-11-06 | 1 | -4/+16 |
* | Return cached object from `CryptoKey.algorithm` getter (#34092) | Simon Wülker | 2024-11-04 | 1 | -38/+35 |
* | crypto: Implement encrypt/decrypt for AES-CBC + JWK support (#33795) | Daniel Adams | 2024-10-21 | 1 | -0/+4 |
* | Clippy: fix clone_on_copy in components\script\dom\cryptokey (#33730) | Adavize Promise | 2024-10-08 | 1 | -1/+1 |
* | crypto: Begin SubtleCrypto implementation (#33628) | Daniel Adams | 2024-10-08 | 1 | -0/+140 |