aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Add some options to tls_client cli to control trusted CAsJack Lloyd2018-03-242-15/+28
* Improve modular inverse speed testsJack Lloyd2018-03-221-34/+30
* Support multiple DNS names through the command line interfaceJack Lloyd2018-03-191-3/+5
* Avoid throwing out of destructorJack Lloyd2018-03-191-1/+5
* Fix missing comma - unintended string contatentationJack Lloyd2018-03-111-1/+1
* Merge GH #1485 Add new cli test scriptJack Lloyd2018-03-101-2/+2
|\
| * Add new CLI test scriptJack Lloyd2018-03-101-2/+2
* | Fix error in FPE_FE1Jack Lloyd2018-03-101-1/+1
|/
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-2/+2
* Don't default to PSS signaturesJack Lloyd2018-03-091-4/+17
* Fix cpu clock ratio [ci skip]Jack Lloyd2018-03-091-0/+2
* Add benchmark for GOST-34.10 signaturesJack Lloyd2018-03-081-0/+14
* Merge GH #1478 Add mixed (J+A) point addition, faster scalar multsJack Lloyd2018-03-081-8/+15
|\
| * Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-8/+15
* | Add a way of specifying CPU clock speed for output purposesJack Lloyd2018-03-081-5/+22
* | Add estimate of cycle counter rate to speed outputJack Lloyd2018-03-081-3/+19
|/
* Extend speed to support ratio of CPU clocksJack Lloyd2018-03-061-146/+173
* Fix ASN1 printer testJack Lloyd2018-03-051-1/+1
* Add speed comparison of Barrett vs % operatorJack Lloyd2018-03-041-0/+32
* In ECC bench test brainpool tooJack Lloyd2018-03-041-1/+3
* Fix timing_test namesJack Lloyd2018-03-041-10/+10
* RSA - just bench PKCS signaturesJack Lloyd2018-03-011-4/+4
* Optimize FE1 format preserving encryptionJack Lloyd2018-02-281-2/+5
* Splitout binary extended GCD algorithmJack Lloyd2018-02-281-2/+2
* Implement chacha20poly1305 in botan CLISimon Warta2018-02-281-0/+1
* Add functions to EC_Group for getting base point coordinatesJack Lloyd2018-02-251-2/+1
* Benchmark larger DH valuesJack Lloyd2018-02-251-1/+1
* New API for blinded ECC point multiplicationJack Lloyd2018-02-212-17/+109
* Support generating DSA groups in gen_dl_group CLIJack Lloyd2018-02-201-2/+28
* Add benchmarks for ElGamal and DSAJack Lloyd2018-02-181-0/+59
* Increase default speed --msec to 300Jack Lloyd2018-02-021-1/+1
* Use shared representation of EC_GroupJack Lloyd2018-01-312-7/+6
* For hash/mac speed tests finalize the computation under the timerJack Lloyd2018-01-301-1/+6
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-3/+3
* In client hello printer, don't require the handshake headerJack Lloyd2018-01-271-11/+8
* Fix speed test of cipher modes [ci skip]Jack Lloyd2018-01-271-3/+3
* Remove iostream includes [ci skip]Jack Lloyd2018-01-241-1/+0
* Fix a bug in command line handlingJack Lloyd2018-01-211-9/+12
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-196-111/+117
* Enforce an overall max depth on recursion in ASN1 printerJack Lloyd2018-01-151-6/+10
* Merge the rest of GH #1387Jack Lloyd2018-01-142-28/+22
|\
| * Use search_mapRené Korthaus2018-01-141-6/+1
| * Simplify codeRené Korthaus2018-01-142-30/+30
| * Print a command description for cli helpRené Korthaus2018-01-1417-13/+542
* | Merge GH #1387 Improve help output of cli toolJack Lloyd2018-01-1417-13/+542
|\ \ | |/ |/|
| * Print a command description for cli helpRené Korthaus2018-01-0417-13/+542
* | Add --der-format flag to sign and verify cli utilsJack Lloyd2018-01-121-4/+10
* | Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-122-6/+44
* | Remove dependency: base depends on macSimon Warta2018-01-112-2/+12
* | In asn1print, if input file ends in .pem assume --pem flagJack Lloyd2018-01-101-1/+1