aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Increase default speed --msec to 300Jack Lloyd2018-02-021-1/+1
* Use shared representation of EC_GroupJack Lloyd2018-01-312-7/+6
* For hash/mac speed tests finalize the computation under the timerJack Lloyd2018-01-301-1/+6
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-3/+3
* In client hello printer, don't require the handshake headerJack Lloyd2018-01-271-11/+8
* Fix speed test of cipher modes [ci skip]Jack Lloyd2018-01-271-3/+3
* Remove iostream includes [ci skip]Jack Lloyd2018-01-241-1/+0
* Fix a bug in command line handlingJack Lloyd2018-01-211-9/+12
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-196-111/+117
* Enforce an overall max depth on recursion in ASN1 printerJack Lloyd2018-01-151-6/+10
* Merge the rest of GH #1387Jack Lloyd2018-01-142-28/+22
|\
| * Use search_mapRené Korthaus2018-01-141-6/+1
| * Simplify codeRené Korthaus2018-01-142-30/+30
| * Print a command description for cli helpRené Korthaus2018-01-1417-13/+542
* | Merge GH #1387 Improve help output of cli toolJack Lloyd2018-01-1417-13/+542
|\ \ | |/ |/|
| * Print a command description for cli helpRené Korthaus2018-01-0417-13/+542
* | Add --der-format flag to sign and verify cli utilsJack Lloyd2018-01-121-4/+10
* | Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-122-6/+44
* | Remove dependency: base depends on macSimon Warta2018-01-112-2/+12
* | In asn1print, if input file ends in .pem assume --pem flagJack Lloyd2018-01-101-1/+1
* | Test OS features by the feature vs the OS nameJack Lloyd2017-12-303-4/+4
|/
* Remove BOTAN_FORCE_SEMICOLON macroJack Lloyd2017-12-301-4/+3
* Convert TLS server to new style TLS interface (GH #1350)Jack Lloyd2017-12-231-78/+71
* Add wrapper functions to clean up cli code using socketsJack Lloyd2017-12-233-98/+88
* Avoid uninitialized field warningsJack Lloyd2017-12-231-1/+2
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-4/+7
* Correct JSON output (trailing comma) and add byte-per-second valueJack Lloyd2017-12-181-3/+10
* Expose timeouts on the freestanding OCSP request utilsJack Lloyd2017-12-171-2/+3
* Expose timeouts to the HTTP APIJack Lloyd2017-12-171-2/+6
* Add ability to fingerprint public keysJack Lloyd2017-12-141-0/+20
* Avoid a shadow warning under old Clang [ci skip]Jack Lloyd2017-12-111-2/+2
* Add a new version function returning just the version without extrasJack Lloyd2017-12-061-3/+1
* Merge GH #1302 Add PSK database interfaceJack Lloyd2017-11-261-0/+86
|\
| * PSK DatabaseJack Lloyd2017-11-261-0/+86
* | Add tls_http_server cmd utilJack Lloyd2017-11-261-0/+543
|/
* 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