summaryrefslogtreecommitdiff
path: root/ext/crypto/00_crypto.js
AgeCommit message (Expand)Author
2024-10-07feat(ext/crypto): X448 support (#26043)Divy Srivastava
2024-09-20fix(ext/crypto): reject empty usages in SubtleCrypto#importKey (#25759)Divy Srivastava
2024-09-05refactor(ext/crypto): align error messages (#25440)Ian Bull
2024-07-04feat(ext/crypto): make deriveBits length parameter optional and nullable (#24...Filip Skokan
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-06feat(ext/crypto): initial support for p521 in `generateKey` and `importKey` (...Divy Srivastava
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-10-30chore: upgrade rsa to 0.9 (#21016)Divy Srivastava
2023-10-10fix(ext/web): writability of `ReadableStream.from` (#20836)Luca Casonato
2023-08-31fix(ext/crypto): remove EdDSA alg key checks and export (#20331)Filip Skokan
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-19fix(deno/ext): Fix WebCrypto API's deriveKey (#19545)Santhanam
2023-06-05fix(ext/crypto): fix JWK import of Ed25519 (#19279)Levente Kurusa
2023-05-09fix(core): let V8 drive extension ESM loads (#18997)Luca Casonato
2023-05-08refactor: prefix ops w/ crate they are defined in (#19044)Luca Casonato
2023-05-02refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...Kenta Moriuchi
2023-05-01fix(core): Use primordials for methods (#18839)Kenta Moriuchi
2023-05-01refactor(webidl): move prefix & context out of converters options bag (#18931)Leo Kettmeir
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi
2023-04-12refactor(ext/webidl): remove object from 'requiredArguments' (#18674)Bartek Iwańczuk
2023-04-02chore: Turn back on dlintPreferPrimordials (#17715)Kenta Moriuchi
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030)Filip Skokan
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-01-18chore(ext/crypto): Update rsa to 0.7.0 (#16327)Kyle Willmon
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-22fix(ext): Add checks for owning properties in for-in loops (#17139)Kenta Moriuchi
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-10-28fix(ext/crypto): fix HMAC jwk import "use" check (#16465)Filip Skokan
2022-10-15fix(ext/crypto): correct HMAC get key length op (#16201)Filip Skokan
2022-10-09perf(ext/crypto): optimize `getRandomValues` (#16212)Divy Srivastava
2022-10-04fix(ext/crypto): ECDH and X25519 non byte length and 0 length fixes (#16146)Filip Skokan
2022-10-03fix(ext/crypto): deriveBits for ECDH not taking length into account (#16128)Aurélien Bertron
2022-10-03fix(ext/crypto): curve25519 import export (#16140)Filip Skokan
2022-09-30fix(ext/crypto): use correct handle for public keys (#16099)Colin Ihrig
2022-09-27feat(ext/crypto): add x25519 and Ed25519 CFRG curves (#14119)Divy Srivastava
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-06-08feat(ext/crypto): export elliptic keys as "raw" (#14764)diachedelic
2022-04-07fix(ext/crypto): check extractable in exportKey (#14222)EduM22
2022-03-11fix(ext/crypto): handle JWK import with "use" (#13912)Filip Skokan
2022-03-09chore(ext/crypto): remove old todos (#13887)Divy Srivastava
2022-03-02feat(ext/crypto): AES-GCM support for 128bit IVs (#13805)Divy Srivastava
2022-02-16fix(ext/crypto): optional additionalData in encrypt/decrypt (#13669)Divy Srivastava