aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Remove modexp based inversion from speed testJack Lloyd2019-08-231-9/+0
* Merge GH #2051 Have cli sign util update stateful keysJack Lloyd2019-08-201-2/+16
|\
| * Updates private key prior to signature outputMatthias Gierlings2019-08-171-2/+5
| * Add Private_Key::stateful_operation and use it in cli signerJack Lloyd2019-07-301-0/+11
* | Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-2/+2
* | Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-4/+4
|/
* Fix tls_proxy and use =default for policy optionsJack Lloyd2019-07-224-5/+5
* In CLI support setting TLS policy to any known typeJack Lloyd2019-07-226-128/+109
* Remove tab charsJack Lloyd2019-07-101-9/+9
* tls cli sandbox freebsd update.David Carlier2019-07-051-0/+28
* Fix some MSVC and LGTM warningsJack Lloyd2019-06-296-4/+24
* Merge GH #2010 Fix MSVC warningsJack Lloyd2019-06-292-2/+3
|\
| * Fix various MSVC warningsJack Lloyd2019-06-292-2/+3
* | Fix some minimized build problemsJack Lloyd2019-06-291-3/+3
|/
* Change XMSS OIDs and feature macro nameJack Lloyd2019-06-231-2/+2
* Fix some LGTM issuesJack Lloyd2019-06-194-13/+19
* Add --max-clients option to tls_proxy and tls_http_serverJack Lloyd2019-05-312-53/+107
* Argon2: minor optimizations, add tests of CLI, tweak tuningJack Lloyd2019-05-302-1/+47
* Argon2: PasswordHash, documentation, hash formattingJack Lloyd2019-05-292-2/+80
* 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