| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: make authTagLength optional for CC20P1305 | Tobias Nießen | 2022-03-27 | 1 | -4/+45 |
* | doc,test: clarify ChaCha20-Poly1305 usage | Tobias Nießen | 2022-03-21 | 1 | -0/+44 |
* | crypto: fix auth tag length error when mode != GCM | Tobias Nießen | 2022-03-20 | 1 | -1/+15 |
* | crypto: fix crash in CCM mode without data | Tobias Nießen | 2021-04-08 | 1 | -0/+22 |
* | test: prepare for consistent comma-dangle lint rule | Rich Trott | 2021-04-01 | 1 | -4/+4 |
* | crypto: refactoring internals, add WebCrypto | James M Snell | 2020-10-07 | 1 | -15/+15 |
* | lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING | Denys Otrishko | 2020-09-11 | 1 | -15/+16 |
* | test: refactor common.expectsError | Ruben Bridgewater | 2019-12-31 | 1 | -18/+18 |
* | crypto: check for invalid chacha20-poly1305 IVs | Sam Roberts | 2019-03-11 | 1 | -0/+48 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -2/+2 |
* | test: refactor `common.expectWarning()` | Ruben Bridgewater | 2019-01-10 | 1 | -19/+19 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -2/+2 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -2/+2 |
* | crypto: add support for chacha20-poly1305 for AEAD | chux0519 | 2018-11-07 | 1 | -1/+2 |
* | crypto: do not allow multiple calls to setAuthTag | Tobias Nießen | 2018-09-21 | 1 | -0/+26 |
* | crypto: fix edge case in authenticated encryption | Tobias Nießen | 2018-09-18 | 1 | -16/+24 |
* | crypto: improve setAuthTag | Tobias Nießen | 2018-09-02 | 1 | -0/+26 |
* | crypto: deprecate useless crypto APIs | Tobias Nießen | 2018-08-10 | 1 | -21/+0 |
* | crypto: move createCipher to runtime deprecation | Tobias Nießen | 2018-08-05 | 1 | -2/+4 |
* | test: move AEAD test vectors out of script | Tobias Nießen | 2018-07-22 | 1 | -666/+2 |
* | crypto: add support for OCB mode for AEAD | Tobias Nießen | 2018-07-18 | 1 | -20/+232 |
* | crypto: fix UB in computing max message size | Ben Noordhuis | 2018-06-25 | 1 | -0/+10 |
* | crypto: throw in setAuthTag on invalid length | Tobias Nießen | 2018-06-01 | 1 | -5/+7 |
* | crypto: support authTagLength in GCM encryption | Tobias Nießen | 2018-04-26 | 1 | -0/+29 |
* | crypto: allow to restrict valid GCM tag length | Tobias Nießen | 2018-04-23 | 1 | -0/+37 |
* | crypto: throw on invalid authentication tag length | Tobias Nießen | 2018-04-14 | 1 | -13/+13 |
* | crypto: add support for AES-CCM | Tobias Nießen | 2018-04-06 | 1 | -30/+477 |
* | test: update link according to NIST bibliography | Tobias Nießen | 2018-03-27 | 1 | -3/+2 |
* | test: add deprecation code to expectWarning | Daniel Bevenius | 2018-03-26 | 1 | -4/+7 |
* | crypto: runtime deprecate DEFAULT_ENCODING | James M Snell | 2018-01-31 | 1 | -0/+2 |
* | crypto: assign deprecation code for setAuthTag/GCM | Tobias Nießen | 2018-01-14 | 1 | -6/+10 |
* | test: fix crypto test case to use correct encoding | Tobias Nießen | 2018-01-05 | 1 | -1/+1 |
* | test: improve readability of some crypto tests | Tobias Nießen | 2018-01-01 | 1 | -3/+1 |
* | crypto: warn on invalid authentication tag length | Tobias Nießen | 2017-12-22 | 1 | -0/+19 |
* | test: simplify test skipping | Vse Mozhet Byt | 2017-07-04 | 1 | -7/+5 |
* | test: fix RegExp nits | Vse Mozhet Byt | 2017-06-21 | 1 | -10/+18 |
* | test: reduce string concatenations | Vse Mozhet Byt | 2017-05-05 | 1 | -1/+1 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
* | test: skip tests with common.skip | Sakthipriyan Vairamani (thefourtheye) | 2017-03-01 | 1 | -1/+1 |
* | lib: refactor crypto cipher/hash/curve getters | Rich Trott | 2017-01-10 | 1 | -1/+1 |
* | benchmark,lib,test: adjust for linting | Rich Trott | 2017-01-06 | 1 | -5/+10 |
* | test: renamed assert.Equal to assert.strictEqual | Jared Young | 2016-12-08 | 1 | -1/+1 |
* | crypto: fix faulty logic in iv size check | Ben Noordhuis | 2016-10-17 | 1 | -25/+17 |
* | test: favor `===` over `==` in crypto tests | Rich Trott | 2016-08-21 | 1 | -1/+1 |
* | test: cleanup IIFE tests | cjihrig | 2016-07-14 | 1 | -39/+39 |
* | lib,benchmark,test: implement consistent braces | Rich Trott | 2016-07-12 | 1 | -9/+7 |
* | crypto: Allow GCM ciphers to have a longer IV length | Michael Wain | 2016-06-27 | 1 | -23/+302 |
* | test: abstract skip functionality to common | Jeremiah Senkpiel | 2016-05-12 | 1 | -2/+2 |
* | buffer: add .from(), .alloc() and .allocUnsafe() | James M Snell | 2016-03-16 | 1 | -13/+13 |
* | crypto: disable crypto.createCipher in FIPS mode | Stefan Budeanu | 2015-11-20 | 1 | -20/+32 |