aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Improve PEM detection for asn1 printerJack Lloyd2018-05-031-5/+22
* Let pkcs8 command line util accept '-' for stdinJack Lloyd2018-05-031-3/+6
* Use Montgomery_Int::sub to avoid an allocationJack Lloyd2018-05-021-2/+2
* Improve performance of Pollard rho implementationJack Lloyd2018-05-021-12/+36
* Use EC_Group::inverse_mod_order where appropriateJack Lloyd2018-04-201-1/+1
* Add timing for ECC double and addition algorithmsJack Lloyd2018-04-181-0/+33
* Add cycle counter for NIST reductionJack Lloyd2018-04-181-0/+52
* Fix indentation [ci skip]Jack Lloyd2018-04-111-5/+5
* Remove redundant access specifierJack Lloyd2018-04-091-1/+0
* Remove extra trailing ;Jack Lloyd2018-04-091-1/+1
* Fix off by one when decoding TLS-CBC ciphertextsJack Lloyd2018-04-091-1/+3
* Add BigInt::square plus a speed test for BigInt multiplyJack Lloyd2018-04-081-0/+47
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-073-4/+4
* Add pk_workfactor CLI and refactor workfactor estimator functionsJack Lloyd2018-04-051-0/+34
* Fix bug in CLI, and fix bug in CLI testsJack Lloyd2018-04-051-3/+3
* Add --provider option to sign commandJack Lloyd2018-04-051-2/+4
* Fix buildJack Lloyd2018-04-011-1/+1
* Fix problems with failure to build in various configurationsJack Lloyd2018-03-311-1/+5
* Fix headers for mini buildsJack Lloyd2018-03-271-2/+8
* Fix timing_test cli with minimized buildsJack Lloyd2018-03-271-1/+3
* Support other list args in argument parserJack Lloyd2018-03-271-5/+4
* 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