aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
...
* tls_client must not pass an IP address as server informationAlexander Bluhm2017-03-251-1/+11
* Add support for reaching IPv6 hosts in the tls_client CLIRené Korthaus2017-03-211-20/+26
* Add RDRAND_RNG speed testJack Lloyd2017-03-191-0/+12
* Fix compiler warnings in timing_test CLIJack Lloyd2017-03-031-2/+4
* Increase timing test defaultsJack Lloyd2017-02-261-1/+1
* Add `botan timing_test` command line utilityJack Lloyd2017-02-261-0/+454
* In CLI, if system RNG is available prefer itJack Lloyd2017-02-232-3/+10
* CLI OCSP: fix expected OK return codeNuno Goncalves2017-02-181-1/+1
* Add toggle to disable SIMD speed test added in 2a7127fea6Jack Lloyd2017-02-041-36/+105
* Add modexp speed testJack Lloyd2017-02-021-1/+38
* Report cycles/byte in speed testsJack Lloyd2017-02-021-19/+150
* Add CPUID::to_stringJack Lloyd2017-01-221-1/+1
* Fix duplicate entry in XMSS speed paramsJack Lloyd2017-01-061-1/+1
* Add tls_ciphers commandJack Lloyd2016-12-281-0/+123
* Fix XMSS speed commandJack Lloyd2016-12-241-4/+6
* Add DL_Group testsJack Lloyd2016-12-231-1/+1
* Document TLS::Policy::require_cert_revocation_infoJack Lloyd2016-11-281-1/+2
* Add OCSP stapling support to TLS clientJack Lloyd2016-11-261-2/+5
* Merge GH #653 OCSP and X.509 path validation refactorJack Lloyd2016-11-253-21/+38
|\
| * Add TLS::Policy::minimum_signature_strengthJack Lloyd2016-11-251-2/+3
| * Report OCSP status in tls_clientJack Lloyd2016-11-231-0/+7
| * Move TLS cert verification callback from Credentials_Manager to TLS::CallbacksJack Lloyd2016-11-232-18/+26
| * Refactor X.509 path validationJack Lloyd2016-11-231-3/+4
* | Make XMSS more friendly about invalid params.Jack Lloyd2016-11-251-1/+2
|/
* TLS CBC functionality now exposed to the library developer. Useful for direct...Juraj Somorovsky2016-11-191-20/+31
* Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-1/+1
* Fix TLS client next protocol handlingJack Lloyd2016-11-161-1/+2
* Basic speed test for XMSSJack Lloyd2016-11-121-0/+34
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-101-7/+7
* Remove remaining old style casts.Jack Lloyd2016-11-092-6/+5
* Add ec_group_info cmdletJack Lloyd2016-11-061-0/+35
* Merge GH #696 Add ECKCDSA and ECGDSA speed testsJack Lloyd2016-10-301-0/+62
|\
| * Add speedtests for ECKCDSA and ECGDSANever2016-10-301-0/+62
* | Fix crash when default IV is empty. GH #697Jack Lloyd2016-10-301-1/+2
|/
* Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runnerJack Lloyd2016-10-281-17/+0
* Initialize member variable (Coverity find)Jack Lloyd2016-10-221-1/+1
* Add create_private_key, expose key loading functions in pk_algs.hJack Lloyd2016-10-202-84/+11
* cli: Add dl_group_info cmdletJack Lloyd2016-10-201-0/+24
* Add OS2ECP benchmark.Jack Lloyd2016-10-131-0/+36
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-072-2/+2
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-073-11/+11
* Have cli cert_info parse multiple certs from fileJack Lloyd2016-10-021-3/+25
* Remove unused variableJack Lloyd2016-09-281-2/+0
* Merge GH #634 Correctly detect self-signed certsJack Lloyd2016-09-241-4/+12
|\
| * Make cli sign_cert key pass param optionalRené Korthaus2016-09-231-4/+12
* | Maintainer mode fixes.Jack Lloyd2016-09-211-1/+1
|/
* Merge GH #613 NewHope R-LWE key exchangeJack Lloyd2016-09-051-0/+77
|\
| * Newhope is really limited by RNG speed.Jack Lloyd2016-08-301-5/+33
| * Add NEWHOPE KEM schemeJack Lloyd2016-08-301-0/+49
* | Merge GH #616 ChaCha SSE2 optimizationsJack Lloyd2016-09-051-2/+3
|\ \