aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Allow building asn1print even if PEM is disabledJack Lloyd2017-11-212-2/+12
* Add timings for RFC 3394 keywrapJack Lloyd2017-11-181-0/+40
* Move ASN1 printer to the libraryJack Lloyd2017-11-151-382/+3
* Encapsulate ASN1 printer logic in a classJack Lloyd2017-11-151-133/+163
* Merge GH #884 Refactor X.509 cert/CRL internalsJack Lloyd2017-11-151-7/+1
|\
| * Consolidate function for testing for ASN.1 string typesJack Lloyd2017-11-141-7/+1
* | Remove SIMD perf test from speedJack Lloyd2017-11-151-116/+0
|/
* Remove use of transcodeJack Lloyd2017-11-091-14/+1
* speed: simplify some codeJack Lloyd2017-11-021-167/+60
* Round block cipher buffer sizes to multiple of block sizeJack Lloyd2017-10-251-2/+12
* Add header for std::minJack Lloyd2017-10-241-0/+1
* Tweak help output a bitJack Lloyd2017-10-244-35/+53
* Merge GH #1273 Refactor test and cli runner codeJack Lloyd2017-10-2415-562/+753
|\
| * Avoid using namespace, other cleanupsJack Lloyd2017-10-241-27/+24
| * Refactor option parsing in cli and test codeJack Lloyd2017-10-2415-536/+730
* | In cipher tests count IV setup as part of the message costJack Lloyd2017-10-241-10/+2
|/
* Add ability to print fingerprint in cert_info cliJack Lloyd2017-10-201-1/+4
* In speed flush the output stream after each resultJack Lloyd2017-10-191-1/+1
* Simplify speed cmdlet, make summary optional, add JSON outputJack Lloyd2017-10-161-501/+455
* Additional final annotationsJack Lloyd2017-10-156-15/+16
* Update list of block ciphers in speed cliJack Lloyd2017-10-131-0/+11
* Optimize GCMJack Lloyd2017-10-131-0/+1
* Add mod_inverse cmdletJack Lloyd2017-10-061-0/+16
* Move block to its own functionJack Lloyd2017-10-021-17/+21
* Remove various unused variablesJack Lloyd2017-10-022-1/+2
* Remove redundant "virtual override" declarations.Jack Lloyd2017-10-022-3/+3
* Use explicit :: or std:: to refer to functions in namespacesJack Lloyd2017-10-012-5/+5
* Use class hereJack Lloyd2017-09-301-1/+1
* Fix bad comparisonJack Lloyd2017-09-301-1/+1
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-301-1/+1
* Further header cleanupsJack Lloyd2017-09-282-1/+3
* Reindent [ci skip]Jack Lloyd2017-09-241-1/+1
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-242-1/+5
* Fixes for headers missing in certain configurationsJack Lloyd2017-09-231-0/+1
* De-inline TLS::Text_PolicyJack Lloyd2017-09-211-0/+1
* More include header cleanupsJack Lloyd2017-09-217-12/+7
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-202-4/+4
* Reflect -fstack-protector and related flags in `botan config ldflags`Jack Lloyd2017-09-191-0/+2
* Correct output of `botan config libs`Jack Lloyd2017-09-161-2/+1
* 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