summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/aes.js
Commit message (Expand)AuthorAgeFilesLines
* crypto: use WebIDL converters in WebCryptoAPIFilip Skokan2023-01-171-17/+11
* crypto: handle more webcrypto errors with OperationErrorFilip Skokan2022-11-071-4/+4
* crypto: add causes to applicable webcrypto's OperationErrorFilip Skokan2022-10-101-2/+1
* crypto: fix webcrypto generateKey() AES key length validation errorFilip Skokan2022-08-121-7/+5
* crypto: fix webcrypto operation errors to be OperationErrorFilip Skokan2022-08-121-17/+15
* crypto: fix webcrypto AES-KW keys accepting encrypt/decrypt usagesFilip Skokan2022-06-161-3/+7
* crypto: remove Node.js-specific webcrypto extensionsFilip Skokan2022-06-111-20/+0
* tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott2022-01-051-1/+2
* lib: make lazyDOMException more commonXadillaX2021-06-281-1/+4
* crypto: fix aes crash when tag length too smallXadillaX2021-06-151-2/+15
* crypto: refactor hasAnyNotIn to avoid unsafe array iterationAntoine du Hamel2021-02-261-5/+4
* crypto: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-191-3/+4
* crypto: fix passing TypedArray to webcrypto AES methodsAntoine du Hamel2020-11-131-2/+6
* crypto: refactor to use more primordialsAntoine du Hamel2020-11-091-2/+3
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-0/+342