aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
...
* | Optimize inverse_modJack Lloyd2020-03-061-18/+22
|/
* Reorder report from TLS HTTP test server cliJack Lloyd2020-03-041-1/+1
* Remove use of Binary Extended Euclidean Algorithm for inversionJack Lloyd2020-03-011-10/+27
* Add more tests for speed utilJack Lloyd2020-02-091-2/+1
* Add util to estimate speed of the CPU cycle counterJack Lloyd2020-01-291-0/+76
* Fix crashes in tls_client_hello printer cliJack Lloyd2020-01-161-2/+20
* Multithread the CLI testsJack Lloyd2019-12-091-1/+1
* Fix warnings in CLI socket operationsJack Lloyd2019-12-063-29/+54
* Add -Werror mode for CI buildJack Lloyd2019-12-031-1/+1
* Fix cli ldflags outputJack Lloyd2019-11-151-1/+1
* cli: pubkey: fingerprint: read from stdinNuno Goncalves2019-11-111-2/+5
* format codeNuno Goncalves2019-11-101-15/+15
* CLI encryption can exist without AES if with AEAD_CHACHA20_POLY1305Nuno Goncalves2019-11-101-1/+1
* silence trivial warningsNuno Goncalves2019-10-201-0/+2
* Merge GH #2143 Add RoughtimeJack Lloyd2019-10-161-0/+215
|\
| * Add roughtime CLINuno Goncalves2019-10-141-0/+215
* | prefer std::shared_ptr to boost::shared_ptrNuno Goncalves2019-10-152-8/+4
|/
* Tweak block cipher encryption perf testJack Lloyd2019-10-031-2/+3
* Merge GH #2124 Add poly_dbl speed utilJack Lloyd2019-09-281-0/+30
|\
| * Add poly_dbl speed utilJack Lloyd2019-09-281-0/+30
* | OCB optimizationsJack Lloyd2019-09-281-1/+1
|/
* Fix small bug in is_prime speed testJack Lloyd2019-09-271-2/+2
* Add base32 encoding/decoding util to the cliJack Lloyd2019-09-231-1/+65
* tls cli: getting real number of cores as possible.David Carlier2019-09-142-2/+4
* Add a variant of RandomNumberGenerator::random_vecJack Lloyd2019-09-131-2/+2
* Deprecate many publically available headersJack Lloyd2019-09-063-3/+2
* Don't assume any particular kind of RNG is available in the cliJack Lloyd2019-08-305-71/+52
* Don't strictly require auto_rng in tls_proxyJack Lloyd2019-08-281-2/+11
* Add a cmdlet which allows sampling/testing raw entropy sourcesJack Lloyd2019-08-271-0/+104
* 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