aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Introduce TLS::Callbacks::tls_current_timestamp()René Meusel2022-05-181-1/+1
* Merge pull request #2960 from reneme/cli/client_authRené Meusel2022-04-194-37/+93
|\
| * allow client authentication in CLI TLS clientRené Meusel2022-04-192-37/+78
| * add CLI Command::get_arg_maybe()René Meusel2022-04-192-0/+15
* | FIX: clangd complaining about 'suspicious string literal'René Meusel2022-04-191-1/+1
|/
* prepare TLS 1.2 for addition of TLS 1.3Hannes Rantzsch2022-04-041-3/+3
* Compile fix with Argon2 but not argon2fmtJack Lloyd2022-03-041-3/+3
* Add threading to Argon2Jack Lloyd2022-03-041-2/+2
* Fix clang-tidy readability-convert-member-functions-to-staticJack Lloyd2022-02-118-12/+11
* More clang-tidy fixesJack Lloyd2022-02-106-13/+29
* Fix build problemsJack Lloyd2022-02-091-2/+2
* Avoid mutable global warningJack Lloyd2022-02-061-1/+1
* Some fixes for modernize-loop-convertJack Lloyd2022-02-061-3/+3
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-062-4/+4
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-067-16/+16
* Fix clang-tidy performance warningsJack Lloyd2022-02-0610-32/+30
* Various ZFEC inprovementsJack Lloyd2021-12-212-11/+17
* Add a zfec-compatible forward error correction implementationJack Lloyd2021-12-163-4/+442
* Ciphersuite::by_id() ::from_name() return a std::optionalRené Meusel2021-10-282-8/+8
* tls_server add linux for marking the socketDavid Carlier2021-07-111-17/+12
* Merge GH #2768 Improve BigInt::to_dec_string performanceJack Lloyd2021-07-011-2/+2
|\
| * Improve BigInt::to_dec_string performanceJack Lloyd2021-06-301-2/+2
* | tls server: socket identifier support for openbsd.David Carlier2021-06-271-2/+12
|/
* Add gcd results to speed cliJack Lloyd2021-05-191-2/+6
* Merge GH #2726 Add support for IRTF hash to curveJack Lloyd2021-04-251-0/+41
|\
| * Implement draft-irtf-cfrg-hash-to-curveJack Lloyd2021-04-251-0/+41
* | Modify BigInt constructorsJack Lloyd2021-04-241-5/+8
|/
* Run scrypt and bcrypt-pbkdf through PasswordHashJack Lloyd2021-04-192-10/+16
* Avoid using the bare argon2() functionJack Lloyd2021-04-151-12/+9
* Use auto for timers in the speed utilJack Lloyd2021-04-151-71/+71
* Add a hint to help output for pk_workfactor [ci skip]Jack Lloyd2021-04-151-1/+1
* Merge GH #2685 Avoid use of raw in the cliJack Lloyd2021-04-039-63/+55
|\
| * Remove most uses of explicit new operator in cliJack Lloyd2021-04-039-63/+55
* | Remove use of explicit new from compression APIsJack Lloyd2021-04-033-9/+4
|/
* Remove TLS 1.0/1.1 and DTLS 1.0Jack Lloyd2021-04-014-60/+2
* Clean up the JSON output from speed cliJack Lloyd2021-03-031-9/+10
* using pragma directives insteadDavid CARLIER2021-02-281-0/+4
* we re not exploiting the error returned, discarding it.David CARLIER2021-02-221-3/+1
* cli sandbox implementation proposal for mac.David CARLIER2021-02-221-0/+13
* Support arbitrary input files for cipher commandJack Lloyd2021-02-041-2/+3
* Rewrite the encryption cli to support any cipherJack Lloyd2021-01-152-127/+89
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-6/+6
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-6/+6
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-8/+8
* Convert DL_Group::Format to enum classJack Lloyd2020-12-151-5/+5
* Fix constructorsJack Lloyd2020-12-142-2/+2
* Avoid using deprecated functions for key loadingJack Lloyd2020-12-144-10/+13
* Have gen_dl_group default to 2048 bit groupsJack Lloyd2020-12-131-1/+1
* Correct DL format of DSA groups generated by the CLIJack Lloyd2020-12-121-2/+2
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-282-3/+3