aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve AVX-512 detectionJack Lloyd2020-10-241-2/+0
* Fix build problemJack Lloyd2020-10-011-2/+2
* Fix some warnings in the Boost specific code/testsJack Lloyd2020-09-272-2/+2
* using smart ptr over raw C workflow.David Carlier2020-07-081-42/+29
* solaris/illumos build update and cli sandbox support proposal.David Carlier2020-07-081-0/+54
* Merge GH #2372 Update ECDSA timing_testJack Lloyd2020-06-181-7/+17
|\
| * Update ECDSA timing testsRené Fischer2020-06-171-7/+17
* | Fix timing test when system_rng is disabledJack Lloyd2020-06-161-1/+1
|/
* Minor cleanups to timing_testJack Lloyd2020-06-061-23/+24
* Should be dl_groupRené Fischer2020-06-051-4/+4
* Fix cppcheck findingsRené Fischer2020-06-052-24/+24
* Add Processor_RNGJack Lloyd2020-05-082-13/+13
* In the cli, init the mlock allocator before entering sandboxJack Lloyd2020-04-091-1/+3
* FIX: build with --minimized-build --enable-modules=tls --with-boostRené Meusel2020-03-162-0/+2
* Add a 'none' OS target for bare metal builds.Jack Lloyd2020-03-142-2/+2
* Merge GH #2298 Clean up prime generation logicJack Lloyd2020-03-061-6/+18
|\
| * Clean up prime generation logic slightlyJack Lloyd2020-03-061-6/+18
* | 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