aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-101-7/+7
* Remove remaining old style casts.Jack Lloyd2016-11-092-6/+5
* Add ec_group_info cmdletJack Lloyd2016-11-061-0/+35
* Merge GH #696 Add ECKCDSA and ECGDSA speed testsJack Lloyd2016-10-301-0/+62
|\
| * Add speedtests for ECKCDSA and ECGDSANever2016-10-301-0/+62
* | Fix crash when default IV is empty. GH #697Jack Lloyd2016-10-301-1/+2
|/
* Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runnerJack Lloyd2016-10-281-17/+0
* Initialize member variable (Coverity find)Jack Lloyd2016-10-221-1/+1
* Add create_private_key, expose key loading functions in pk_algs.hJack Lloyd2016-10-202-84/+11
* cli: Add dl_group_info cmdletJack Lloyd2016-10-201-0/+24
* Add OS2ECP benchmark.Jack Lloyd2016-10-131-0/+36
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-072-2/+2
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-073-11/+11
* Have cli cert_info parse multiple certs from fileJack Lloyd2016-10-021-3/+25
* Remove unused variableJack Lloyd2016-09-281-2/+0
* Merge GH #634 Correctly detect self-signed certsJack Lloyd2016-09-241-4/+12
|\
| * Make cli sign_cert key pass param optionalRené Korthaus2016-09-231-4/+12
* | Maintainer mode fixes.Jack Lloyd2016-09-211-1/+1
|/
* Merge GH #613 NewHope R-LWE key exchangeJack Lloyd2016-09-051-0/+77
|\
| * Newhope is really limited by RNG speed.Jack Lloyd2016-08-301-5/+33
| * Add NEWHOPE KEM schemeJack Lloyd2016-08-301-0/+49
* | Merge GH #616 ChaCha SSE2 optimizationsJack Lloyd2016-09-051-2/+3
|\ \
| * | 4x interleaved SSE2Jack Lloyd2016-09-011-2/+3
* | | Remove deprecated Nyberg-Rueppel and Rabin-Williams signaturesJack Lloyd2016-09-021-2/+0
|/ /
* | Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-316-67/+136
|\ \
| * | Maintainer mode fixesJack Lloyd2016-08-311-2/+2
| * | Fix another unused variable warningJack Lloyd2016-08-311-1/+1
| * | Merge GH #567/GH #457 TLS refactoring and Callbacks interfaceJack Lloyd2016-08-312-31/+25
| |\ \
| | * | Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-163-39/+28
| | * | Removed TLS::Session::PropertiesMatthias Gierlings2016-06-191-4/+3
| | * | Compatibility patch for TLS::Callback interfaceMatthias Gierlings2016-06-191-2/+2
| | * | Added virtual Callback InterfaceMatthias Gierlings2016-06-192-2/+2
| | * | Implemented Feedback on GH #457Matthias Gierlings2016-06-193-5/+5
| | * | Fix For Travis CI build errors on Mac-Systems.Matthias Gierlings2016-06-191-2/+2
| | * | Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-193-11/+17
| * | | Fix gen_bcrypt cmdletJack Lloyd2016-08-301-1/+1
| * | | Add /etc/ssl/certs to default cert pathJack Lloyd2016-08-301-1/+1
| | |/ | |/|
| * | RNG changes (GH #593)Jack Lloyd2016-08-243-7/+26
| * | Add RDRAND_RNGJack Lloyd2016-07-191-1/+14
| * | Revamp entropy pollingJack Lloyd2016-07-171-20/+8
| * | HMAC_RNG not always in buildJack Lloyd2016-07-171-2/+7
| * | Update rng cli - can make multiple requestsJack Lloyd2016-07-171-5/+10
| * | Add Stateful_RNGJack Lloyd2016-07-171-4/+2
| |/
| * Add FPE_FE1 runtime metricsJack Lloyd2016-05-231-0/+47
* | Merge branch 'master' into Encrypt-then-MAC-with-policyJuraj Somorovsky2016-05-121-5/+7
|\|
| * Somewhat more helpful helpJack Lloyd2016-04-281-5/+7
* | TLS Policy supportChristian Mainka2016-05-031-3/+20
|/
* Remove Transform base classJack Lloyd2016-04-212-41/+49
* Catch the right exception type so errors are reported instead ofJack Lloyd2016-04-151-8/+17
* Fix a couple MSVC warnings.Jack Lloyd2016-04-092-7/+9