aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Fix transcoding of asn1print strings to UTF-8René Korthaus2017-06-281-2/+2
* Update speedJack Lloyd2017-06-071-0/+29
* Fix missing binary mode flag on compression ofstreamsVolker Aßmann2017-06-062-4/+4
* Added std::ios::binary option for istream open in compression. WithoutVolker Aßmann2017-06-051-2/+2
* Add --ecc-groups= option to speedJack Lloyd2017-06-041-37/+41
* Add HOTP (RFC 4226) and TOTP (RFC 6238)Jack Lloyd2017-05-191-0/+4
* Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-191-0/+2
* Merge GH #359 Add botan cli encryption toolJack Lloyd2017-05-191-0/+139
|\
| * Fix 3 space indentSimon Warta2017-04-181-4/+4
| * Add BOTAN_HAS_AEAD_MODES requirement for encryption cliSimon Warta2017-04-181-1/+1
| * Update registration format of "encryption" cli commandSimon Warta2017-04-181-2/+2
| * Add more ciphersSimon Warta2017-04-181-6/+20
| * Adapt cli command encryption to new cli interfaceSimon Warta2017-04-181-37/+42
| * Add botan encryption cli appSimon Warta2017-04-181-0/+120
* | Add ability to clear cpuid bits before running benchmarks.Jack Lloyd2017-05-181-1/+14
* | Reformat code with astyle + fix code styleTomasz Frydrych2017-05-0116-487/+775
|/
* Add hex encoder/decoder CLI utilJack Lloyd2017-04-131-0/+37
* Add HMAC CLI commandRené Korthaus2017-04-131-0/+48
* Content:Tomasz Frydrych2017-04-034-12/+5
* Use entropy source for cli rng.Alexander Bluhm2017-03-291-1/+11
* Remove old timing test suiteJack Lloyd2017-03-281-2/+5
* 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