aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add McEliece timeJack Lloyd2016-04-031-0/+82
* Clean up PK decryption encoding.Jack Lloyd2016-03-202-25/+35
* TLS client featuresJack Lloyd2016-03-161-9/+52
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-053-11/+11
* For odd moduli use a input-independent modular inverse algorithm.Jack Lloyd2016-02-201-4/+49
* Add tests and timings for inverse_modJack Lloyd2016-02-201-7/+38
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-183-14/+14
* Remove TLS heartbeat support.Jack Lloyd2016-02-071-2/+0
* Guard use of X9.31 RNG in macro checkJack Lloyd2016-01-291-3/+5
* Fix buffer sizes in speed. Avoid repeated MAC keyingsJack Lloyd2016-01-291-12/+8
* Add time tests for all RNG typesJack Lloyd2016-01-261-11/+68
* Add speed test for entropy sourcesJack Lloyd2016-01-171-6/+31
* Add missing overrides and fix -Wpedantic 'extra ;' warningsJack Lloyd2016-01-173-4/+4
* Support small buffers in speed tests. Add RNG speed tests.Jack Lloyd2016-01-171-90/+136