aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/test_cli.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve speed of cli testsJack Lloyd2018-08-101-37/+49
| | | | | Exit early from scrypt bench if we only computed a single value in the requested msec bounds. Reduce speed timeouts across board.
* Fix complaints from latest pylintJack Lloyd2018-08-021-6/+6
|
* More CLI testsJack Lloyd2018-08-021-1/+9
|
* Additional CLI testsJack Lloyd2018-08-021-0/+38
|
* In ECC private key encoding, include the optional public key fieldJack Lloyd2018-07-231-7/+8
| | | | Otherwise GnuTLS refuses to parse the private key. Fixes #1634
* Update password hashing default settingsJack Lloyd2018-07-131-1/+1
| | | | | | | | Bcrypt work factor 10 is looking pretty low these days, as is 100K iterations of PBKDF2. Increase bcrypt to 12 and PBKDF2 to 150K, and also transition passhash9 to using SHA-512 instead of SHA-256. Also document bcrypt better, and add speed tests for bcrypt and passhash9
* Tighten up error checking in pk_decryptJack Lloyd2018-07-131-1/+1
|
* More CLI testsJack Lloyd2018-07-041-15/+68
|
* Need to bypass OpenSSL-based RSA keygenJack Lloyd2018-07-041-1/+1
|
* Add pk_encrypt/pk_decrypt commandsJack Lloyd2018-07-041-0/+29
|
* Correct command to check for PSK cli testsJack Lloyd2018-07-021-1/+1
|
* Lint fixesJack Lloyd2018-06-301-8/+5
|
* Correct test for subcommand existingJack Lloyd2018-06-301-1/+1
|
* Add a timing check for modular exponentiationJack Lloyd2018-06-301-1/+18
|
* Fix CLI tests when OpenSSL is enabledJack Lloyd2018-06-291-1/+1
|
* More CLI testsJack Lloyd2018-06-291-5/+66
|
* More cli tests, and a lint fixJack Lloyd2018-06-281-3/+4
|
* Add --max-clients= option to tls_server CLIJack Lloyd2018-06-281-2/+2
| | | | | | | Killing the process seems to result in the coverage info being lost. I think because gcov writes during an exit handler which ends up not running if we SIGTERM
* Lint fixesJack Lloyd2018-06-281-7/+4
|
* More CLI testsJack Lloyd2018-06-281-2/+95
|
* More cli testsJack Lloyd2018-06-191-0/+27
|
* Fix CLI testJack Lloyd2018-06-141-0/+1
|
* Add 192-bit Suite B policyJack Lloyd2018-06-141-2/+2
| | | | Since 128-bit policy is actually not even allowed since 2015.
* Fix bug in CLI, and fix bug in CLI testsJack Lloyd2018-04-051-2/+4
| | | | | | | The tests were detecting the problem and failing, but just returned zero in any case so CI did not fail. Also fix some CLI bugs that caused failures if OpenSSL was enabled.
* Further cli testsJack Lloyd2018-03-111-3/+37
|
* Lint fixesJack Lloyd2018-03-101-1/+2
|
* More CLI testsJack Lloyd2018-03-101-2/+88
|
* Lint fixes [ci skip]Jack Lloyd2018-03-101-2/+5
|
* Add new CLI test scriptJack Lloyd2018-03-101-0/+252