aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1858 Update XMSS to conform to RFC 8391Jack Lloyd2019-05-241-4/+4
|\
| * Fix param names to match RFCJack Lloyd2019-05-131-4/+4
| * Fix param namesJack Lloyd2019-05-101-4/+4
* | Avoid warningsJack Lloyd2019-05-241-0/+2
* | Fix TLS CBC in DTLS when a bad packet is received.Jack Lloyd2019-05-211-1/+1
* | Merge GH #1945 Add --format option to rng cliJack Lloyd2019-05-104-43/+69
|\ \
| * | Add --format option for RNG cmdletJack Lloyd2019-05-094-43/+69
| |/
* / Mark some classes as finalJack Lloyd2019-05-094-8/+8
|/
* Add a cast for WindowsJack Lloyd2019-04-301-1/+1
* Fix tls_serverJack Lloyd2019-04-301-1/+9
* Fix feature macro checks.Jack Lloyd2019-04-262-6/+4
* Add a cmdlet to print UUIDsJack Lloyd2019-04-261-0/+32
* Understand --versionJack Lloyd2019-04-181-0/+2
* 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