summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-authenticated.js
Commit message (Expand)AuthorAgeFilesLines
* crypto: make authTagLength optional for CC20P1305Tobias Nießen2022-03-271-4/+45
* doc,test: clarify ChaCha20-Poly1305 usageTobias Nießen2022-03-211-0/+44
* crypto: fix auth tag length error when mode != GCMTobias Nießen2022-03-201-1/+15
* crypto: fix crash in CCM mode without dataTobias Nießen2021-04-081-0/+22
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-4/+4
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-15/+15
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-15/+16
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-18/+18
* crypto: check for invalid chacha20-poly1305 IVsSam Roberts2019-03-111-0/+48
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-2/+2
* test: refactor `common.expectWarning()`Ruben Bridgewater2019-01-101-19/+19
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-2/+2
* tools: capitalize sentencesRuben Bridgewater2018-12-101-2/+2
* crypto: add support for chacha20-poly1305 for AEADchux05192018-11-071-1/+2
* crypto: do not allow multiple calls to setAuthTagTobias Nießen2018-09-211-0/+26
* crypto: fix edge case in authenticated encryptionTobias Nießen2018-09-181-16/+24
* crypto: improve setAuthTagTobias Nießen2018-09-021-0/+26
* crypto: deprecate useless crypto APIsTobias Nießen2018-08-101-21/+0
* crypto: move createCipher to runtime deprecationTobias Nießen2018-08-051-2/+4
* test: move AEAD test vectors out of scriptTobias Nießen2018-07-221-666/+2
* crypto: add support for OCB mode for AEADTobias Nießen2018-07-181-20/+232
* crypto: fix UB in computing max message sizeBen Noordhuis2018-06-251-0/+10
* crypto: throw in setAuthTag on invalid lengthTobias Nießen2018-06-011-5/+7
* crypto: support authTagLength in GCM encryptionTobias Nießen2018-04-261-0/+29
* crypto: allow to restrict valid GCM tag lengthTobias Nießen2018-04-231-0/+37
* crypto: throw on invalid authentication tag lengthTobias Nießen2018-04-141-13/+13
* crypto: add support for AES-CCMTobias Nießen2018-04-061-30/+477
* test: update link according to NIST bibliographyTobias Nießen2018-03-271-3/+2
* test: add deprecation code to expectWarningDaniel Bevenius2018-03-261-4/+7
* crypto: runtime deprecate DEFAULT_ENCODINGJames M Snell2018-01-311-0/+2
* crypto: assign deprecation code for setAuthTag/GCMTobias Nießen2018-01-141-6/+10
* test: fix crypto test case to use correct encodingTobias Nießen2018-01-051-1/+1
* test: improve readability of some crypto testsTobias Nießen2018-01-011-3/+1
* crypto: warn on invalid authentication tag lengthTobias Nießen2017-12-221-0/+19
* test: simplify test skippingVse Mozhet Byt2017-07-041-7/+5
* test: fix RegExp nitsVse Mozhet Byt2017-06-211-10/+18
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: skip tests with common.skipSakthipriyan Vairamani (thefourtheye)2017-03-011-1/+1
* lib: refactor crypto cipher/hash/curve gettersRich Trott2017-01-101-1/+1
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-5/+10
* test: renamed assert.Equal to assert.strictEqualJared Young2016-12-081-1/+1
* crypto: fix faulty logic in iv size checkBen Noordhuis2016-10-171-25/+17
* test: favor `===` over `==` in crypto testsRich Trott2016-08-211-1/+1
* test: cleanup IIFE testscjihrig2016-07-141-39/+39
* lib,benchmark,test: implement consistent bracesRich Trott2016-07-121-9/+7
* crypto: Allow GCM ciphers to have a longer IV lengthMichael Wain2016-06-271-23/+302
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-121-2/+2
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-13/+13
* crypto: disable crypto.createCipher in FIPS modeStefan Budeanu2015-11-201-20/+32