aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Merge duplicated logic for clearing CPUID bitsJack Lloyd2017-09-161-9/+5
* Fix bad write if a socket error occurred using --dump-tracesJack Lloyd2017-09-071-5/+5
* Avoid leaking address info in the case of a connection failureJack Lloyd2017-09-031-2/+2
* Add missing overrideJack Lloyd2017-09-031-1/+1
* Avoid using std::cout and std::cerr within cli codeJack Lloyd2017-09-025-85/+87
* Add --dump-traces option to tls_serverJack Lloyd2017-09-021-1/+18
* Add a script for running TLS-Attacker, remove old shell scriptsJack Lloyd2017-09-021-20/+18
* Add a CLI util for inspecting TLS client hellosJack Lloyd2017-09-011-0/+111
* Fix --error-output= option to cliJack Lloyd2017-09-011-3/+3
* Enforce signature hash policy properlyJack Lloyd2017-08-311-1/+1
* Simplify RNG logic in CLI a bitJack Lloyd2017-08-312-15/+13
* Merge GH #1169 Add LLVM bitcode targetJack Lloyd2017-08-312-69/+81
|\
| * Work around limitation in old GCC and ClangJack Lloyd2017-08-311-1/+1
| * Refactor RNG seeding logic in command line interfaceJack Lloyd2017-08-302-69/+81
* | More MSVC warnings fixesJack Lloyd2017-08-312-3/+11
* | Fix various MSVC warningsJack Lloyd2017-08-311-4/+2
|/
* Avoid catching by valueJack Lloyd2017-08-291-1/+1
* Newhope cleanupsJack Lloyd2017-08-181-1/+1
* Add support for Windows sockets to http_utilRené Korthaus2017-08-042-3/+88
* Add ChaCha_RNGJack Lloyd2017-07-311-47/+16
* Fix loading of unencrypted PKCS#8 key via CLIRené Korthaus2017-07-111-10/+16
* Fix sign_cert CLI incorrectly handling --ca-key-passRené Korthaus2017-07-011-2/+4
* Merge GH #1082 Add support for SM2 signature schemeJack Lloyd2017-06-301-0/+32
|\
| * Add SM2 signature schemeJack Lloyd2017-06-291-0/+32
* | Merge GH #1084 Support multiple buffer sizes in speed reportJack Lloyd2017-06-301-86/+446
|\ \ | |/ |/|
| * use buffer sizes only once in performance tests0xdefaced2017-06-261-2/+16
| * print a summary for performance tests0xdefaced2017-06-241-7/+306
| * only speed test different msg sizes when tests require a message size0xdefaced2017-06-241-204/+222
| * accept multiple buffer sizes used for speed tests0xdefaced2017-06-241-141/+170
* | 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