aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Support recovering ECDSA public key from message/signature pairJack Lloyd2018-12-101-0/+51
* In speed, track number of invalid generated signatures and print onceJack Lloyd2018-12-081-1/+6
* Add a constant time divide variant for dividing by uint8_tJack Lloyd2018-12-021-0/+43
* Merge GH #1757 Add a constant time division algorithmJack Lloyd2018-12-021-0/+45
|\
| * Add a const-time division algorithmJack Lloyd2018-12-021-0/+45
* | Support getting a passphrase from most of the cli toolsJack Lloyd2018-12-019-23/+46
* | Promote echo suppression of terminal to Botan::OSJack Lloyd2018-12-011-24/+15
|/
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-172-2/+2
* Avoid throwing std:: exceptionsJack Lloyd2018-11-071-1/+1
* Avoid using std::invalid_argumentJack Lloyd2018-11-071-1/+1
* Document TSSJack Lloyd2018-10-301-1/+8
* Add test for TSS cli utilJack Lloyd2018-10-301-0/+9
* Add CLI util for threshold secret sharingJack Lloyd2018-10-292-0/+115
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-121-0/+1
* Fix more MSVC warningsJack Lloyd2018-10-011-1/+1
* Spell check the documentationJack Lloyd2018-09-281-2/+2
* fileno is a macro on OpenBSDJack Lloyd2018-09-271-3/+4
* Merge GH #1670 New password hashing interfaceJack Lloyd2018-09-132-306/+117
|\
| * Add testsJack Lloyd2018-09-101-9/+12
| * Add pbkdf_tune command line utilJack Lloyd2018-09-101-0/+99
| * Promote Timer to an internal util classJack Lloyd2018-09-101-301/+10
* | Fix TLS client CLI which was broken by disabling v1.0/v1.1 by defaultJack Lloyd2018-09-122-12/+56
* | Better error repoting for invalid/out of range --buf-size argJack Lloyd2018-09-101-2/+7
* | Fix cipher mode speed benchmark ignoring provider argumentJose Pereira2018-09-061-2/+2
|/
* Default disable support for TLS v1.0/v1.1 and all CBC and CCM suitesJack Lloyd2018-08-221-0/+6
* In speed test, check for availability of NIST reducer functionsJack Lloyd2018-08-151-0/+2
* Improve speed of cli testsJack Lloyd2018-08-101-12/+23
* Add --no-fsname option to fingerprint commandJack Lloyd2018-08-021-2/+8
* Add Lucas test from FIPS 186-4Jack Lloyd2018-07-311-0/+37
* Update password hashing default settingsJack Lloyd2018-07-131-0/+65
* Tighten up error checking in pk_decryptJack Lloyd2018-07-131-16/+26
* In speed command warn if some unknown flag is passed to --clear-cpuidJack Lloyd2018-07-111-1/+7
* In cli ASN1 pretty printer default to printing context specificJack Lloyd2018-07-041-2/+2
* More CLI testsJack Lloyd2018-07-041-2/+8
* Need to bypass OpenSSL-based RSA keygenJack Lloyd2018-07-041-3/+4
* Add pk_encrypt/pk_decrypt commandsJack Lloyd2018-07-043-2/+250
* Add a timing check for modular exponentiationJack Lloyd2018-06-301-23/+48
* Fix file descriptor leak in tls_serverJack Lloyd2018-06-291-0/+2
* Add `botan has_command`Jack Lloyd2018-06-291-0/+42
* Fix error - testing input file instead of output fileJack Lloyd2018-06-291-1/+1
* Add --max-clients= option to tls_server CLIJack Lloyd2018-06-281-1/+8
* Allow setting extended key usage when generating PKCS10Jack Lloyd2018-06-281-1/+6
* More CLI testsJack Lloyd2018-06-281-2/+2
* Add --no-fsname option to hash cliJack Lloyd2018-06-281-2/+8
* Avoid a small timing channel in Barrett reductionJack Lloyd2018-06-201-17/+19
* Merge GH #1605 Add 192-bit Suite B TLS policyJack Lloyd2018-06-141-1/+5
|\
| * Add 192-bit Suite B policyJack Lloyd2018-06-141-1/+5
* | Output order with ec_group_infoJack Lloyd2018-06-141-0/+1
|/
* Add "info" and "codec" groups for cli commands [ci skip]Jack Lloyd2018-06-072-10/+12
* Benchmark only H10 XMSS signaturesJack Lloyd2018-05-281-4/+4