aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Add a wrapper class that wraps macOS or Linux certificate stores.Jack Lloyd2019-04-132-26/+69
* Fix a few warnings in Boost specific codeJack Lloyd2019-04-132-3/+3
* Allow creating intermediate CAs using CLIJack Lloyd2019-04-101-3/+8
* boost 1.70 compatibilityRalf van der Enden2019-04-052-2/+14
* Tracing socket feature for the CLI TLS server.David Carlier2019-03-291-0/+27
* Fix some extra semicolonsJack Lloyd2019-03-272-2/+2
* s/as_string/to_string/Jack Lloyd2019-03-011-1/+1
* Split CLI utils.cpp into more partsJack Lloyd2019-02-285-236/+336
* Windows compilation fixVitaly Ivanov2019-02-221-1/+1
* macOS fix for tls_server in UDP/DTLS modeVitaly Ivanov2019-02-211-1/+4
* Fixes for minimized buildsJack Lloyd2019-02-161-0/+1
* cli: sign and verify emsa default is empty for Ed25519 (fix #1828)Nuno Goncalves2019-02-071-14/+33
* Fix macro checksJack Lloyd2019-01-241-2/+1
* Split out bcrypt cli util to its own fileJack Lloyd2019-01-222-78/+89
* Move hash util to hash.cpp and add --format optionJack Lloyd2019-01-222-65/+118
* Sandboxing feature from CLI pov.David Carlier2019-01-143-1/+74
* Proposal of sandboxing feature.David Carlier2019-01-061-0/+6
* Casts to avoid MSVC warningsJack Lloyd2019-01-031-1/+9
* Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counterJack Lloyd2018-12-231-1/+1
* Test how long it takes to precompute base point multiplesJack Lloyd2018-12-161-0/+20
* Fix more MSVC warningsJack Lloyd2018-12-102-4/+4
* Work around a problem when built with OpenSSLJack Lloyd2018-12-101-1/+8
* Support recovering ECDSA public key from message/signature pairJack Lloyd2018-12-101-0/+51
* In speed, track number of invalid generated signatures and print onceJack Lloyd2018-12-081-1/+6
* Add a constant time divide variant for dividing by uint8_tJack Lloyd2018-12-021-0/+43
* Merge GH #1757 Add a constant time division algorithmJack Lloyd2018-12-021-0/+45
|\
| * Add a const-time division algorithmJack Lloyd2018-12-021-0/+45
* | Support getting a passphrase from most of the cli toolsJack Lloyd2018-12-019-23/+46
* | Promote echo suppression of terminal to Botan::OSJack Lloyd2018-12-011-24/+15
|/
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-172-2/+2
* Avoid throwing std:: exceptionsJack Lloyd2018-11-071-1/+1
* Avoid using std::invalid_argumentJack Lloyd2018-11-071-1/+1
* Document TSSJack Lloyd2018-10-301-1/+8
* Add test for TSS cli utilJack Lloyd2018-10-301-0/+9
* Add CLI util for threshold secret sharingJack Lloyd2018-10-292-0/+115
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-121-0/+1
* Fix more MSVC warningsJack Lloyd2018-10-011-1/+1
* Spell check the documentationJack Lloyd2018-09-281-2/+2
* fileno is a macro on OpenBSDJack Lloyd2018-09-271-3/+4
* Merge GH #1670 New password hashing interfaceJack Lloyd2018-09-132-306/+117
|\
| * Add testsJack Lloyd2018-09-101-9/+12
| * Add pbkdf_tune command line utilJack Lloyd2018-09-101-0/+99
| * Promote Timer to an internal util classJack Lloyd2018-09-101-301/+10
* | Fix TLS client CLI which was broken by disabling v1.0/v1.1 by defaultJack Lloyd2018-09-122-12/+56
* | Better error repoting for invalid/out of range --buf-size argJack Lloyd2018-09-101-2/+7
* | Fix cipher mode speed benchmark ignoring provider argumentJose Pereira2018-09-061-2/+2
|/
* Default disable support for TLS v1.0/v1.1 and all CBC and CCM suitesJack Lloyd2018-08-221-0/+6
* In speed test, check for availability of NIST reducer functionsJack Lloyd2018-08-151-0/+2
* Improve speed of cli testsJack Lloyd2018-08-101-12/+23
* Add --no-fsname option to fingerprint commandJack Lloyd2018-08-021-2/+8