aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix speed's OS2ECP outputJack Lloyd2020-11-241-3/+3
* Add --hex flag to gen_primeJack Lloyd2020-11-241-2/+7
* Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-232-3/+3
* Remove SRP support from TLSJack Lloyd2020-11-232-3/+2
* Merge GH #2469 More work on calendar interfaceJack Lloyd2020-11-081-2/+2
|\
| * More calendar cleanupsJack Lloyd2020-11-081-2/+2
* | Add -Wshorten-64-to-32 for ClangJack Lloyd2020-11-081-1/+1
|/
* Modify calendar interfaceJack Lloyd2020-11-081-2/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-0612-23/+55
* Remove XTEAJack Lloyd2020-11-051-1/+0
* Remove KASUMIJack Lloyd2020-11-051-1/+0
* Remove Tiger hash functionJack Lloyd2020-11-051-1/+0
* Remove MISTY1Jack Lloyd2020-11-051-1/+0
* Remove CAST-256Jack Lloyd2020-11-051-1/+0
* Some math deprecationsJack Lloyd2020-11-051-2/+2
* Merge psk_db_sql.h into psk_db.hJack Lloyd2020-11-041-1/+1