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