summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-authenticated.js
AgeCommit message (Expand)Author
2019-03-11crypto: check for invalid chacha20-poly1305 IVsSam Roberts
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-01-10test: refactor `common.expectWarning()`Ruben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-07crypto: add support for chacha20-poly1305 for AEADchux0519
2018-09-21crypto: do not allow multiple calls to setAuthTagTobias Nießen
2018-09-18crypto: fix edge case in authenticated encryptionTobias Nießen
2018-09-02crypto: improve setAuthTagTobias Nießen
2018-08-10crypto: deprecate useless crypto APIsTobias Nießen
2018-08-05crypto: move createCipher to runtime deprecationTobias Nießen
2018-07-22test: move AEAD test vectors out of scriptTobias Nießen
2018-07-18crypto: add support for OCB mode for AEADTobias Nießen
2018-06-25crypto: fix UB in computing max message sizeBen Noordhuis
2018-06-01crypto: throw in setAuthTag on invalid lengthTobias Nießen
2018-04-26crypto: support authTagLength in GCM encryptionTobias Nießen
2018-04-23crypto: allow to restrict valid GCM tag lengthTobias Nießen
2018-04-14crypto: throw on invalid authentication tag lengthTobias Nießen
2018-04-06crypto: add support for AES-CCMTobias Nießen
2018-03-27test: update link according to NIST bibliographyTobias Nießen
2018-03-26test: add deprecation code to expectWarningDaniel Bevenius
2018-01-31crypto: runtime deprecate DEFAULT_ENCODINGJames M Snell
2018-01-14crypto: assign deprecation code for setAuthTag/GCMTobias Nießen
2018-01-05test: fix crypto test case to use correct encodingTobias Nießen
2018-01-01test: improve readability of some crypto testsTobias Nießen
2017-12-22crypto: warn on invalid authentication tag lengthTobias Nießen
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-06-21test: fix RegExp nitsVse Mozhet Byt
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-01test: skip tests with common.skipSakthipriyan Vairamani (thefourtheye)
2017-01-10lib: refactor crypto cipher/hash/curve gettersRich Trott
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2016-12-08test: renamed assert.Equal to assert.strictEqualJared Young
2016-10-17crypto: fix faulty logic in iv size checkBen Noordhuis
2016-08-21test: favor `===` over `==` in crypto testsRich Trott
2016-07-14test: cleanup IIFE testscjihrig
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-06-27crypto: Allow GCM ciphers to have a longer IV lengthMichael Wain
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2015-11-20crypto: disable crypto.createCipher in FIPS modeStefan Budeanu
2015-07-20test: changing process.exit to return while skipping testsSakthipriyan Vairamani
2015-07-20test: formatting skip messages for TAP parsingSakthipriyan Vairamani
2015-05-19test: enable linting for testsRoman Reiss
2015-03-05test: refactor all tests that depends on cryptoJohan Bergström
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny