Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Private_Key::public_key | Jack Lloyd | 2020-11-28 | 39 | -3/+163 |
| | |||||
* | Avoid using C++ attribute for ffi.h | Jack Lloyd | 2020-11-28 | 1 | -3/+7 |
| | |||||
* | Remove some unused macro checks/includes | Jack Lloyd | 2020-11-28 | 2 | -14/+7 |
| | |||||
* | Update news | Jack Lloyd | 2020-11-28 | 1 | -1/+4 |
| | |||||
* | Merge GH #2517 Allow custom RSA private keys during TLS | Jack Lloyd | 2020-11-28 | 1 | -1/+1 |
|\ | |||||
| * | Allow custom RSA Private_Key in Client_Key_Exchange message | Claudius Hauptmann | 2020-11-27 | 1 | -1/+1 |
| | | |||||
* | | Merge GH #2516 Add a flag for VSX instructions | Jack Lloyd | 2020-11-28 | 3 | -6/+11 |
|\ \ | |||||
| * | | Add a new ISA flag for VSX instructions | Jack Lloyd | 2020-11-27 | 3 | -6/+11 |
| |/ | | | | | | | GH #2515 | ||||
* | | Merge GH #2513 Various math improvements | Jack Lloyd | 2020-11-28 | 9 | -58/+128 |
|\ \ | |||||
| * | | SRP6 improvements | Jack Lloyd | 2020-11-24 | 1 | -28/+32 |
| | | | |||||
| * | | Some DL_Group and Montgomery exp improvements | Jack Lloyd | 2020-11-24 | 6 | -25/+86 |
| | | | | | | | | | | | | Leverage precomputation better | ||||
| * | | Fix speed's OS2ECP output | Jack Lloyd | 2020-11-24 | 1 | -3/+3 |
| | | | |||||
| * | | Add --hex flag to gen_prime | Jack Lloyd | 2020-11-24 | 1 | -2/+7 |
| |/ | |||||
* | | Merge GH #2512 Remove support for TLS DHE_PSK suites | Jack Lloyd | 2020-11-28 | 13 | -49/+25 |
|\ \ | |||||
| * | | Remove support for DHE_PSK | Jack Lloyd | 2020-11-24 | 13 | -49/+25 |
| |/ | | | | | | | Retains PSK and ECDHE_PSK | ||||
* / | Fix placement of deprecated macro | Jack Lloyd | 2020-11-28 | 1 | -1/+2 |
|/ | |||||
* | Update news | Jack Lloyd | 2020-11-24 | 1 | -1/+2 |
| | |||||
* | Merge GH #2511 Remove support for AES-128 OCB ciphersuites | Jack Lloyd | 2020-11-24 | 6 | -23/+2 |
|\ | |||||
| * | Remove support for AES-128 OCB ciphersuites | Jack Lloyd | 2020-11-24 | 6 | -23/+2 |
| | | |||||
* | | Merge GH #2510 Fix some C++17 todos | Jack Lloyd | 2020-11-24 | 2 | -43/+37 |
|\ \ | |/ |/| | |||||
| * | try to calm gcc 9 | Hannes Rantzsch | 2020-11-24 | 1 | -0/+2 |
| | | |||||
| * | directly use return value of emplace_back | Hannes Rantzsch | 2020-11-24 | 1 | -10/+7 |
| | | |||||
| * | use if constexpr rather than sfinae | Hannes Rantzsch | 2020-11-24 | 1 | -33/+28 |
| | | | | | | | | to disable asio_stream setup_native_handle setup in test code | ||||
* | | Update news | Jack Lloyd | 2020-11-24 | 1 | -1/+2 |
| | | |||||
* | | Merge GH #2509 Remove SEED and Camellia CBC ciphersuites | Jack Lloyd | 2020-11-24 | 6 | -64/+21 |
|\ \ | |||||
| * | | Update TLS docs | Jack Lloyd | 2020-11-23 | 1 | -4/+3 |
| | | | |||||
| * | | Remove Camellia CBC TLS ciphersuites | Jack Lloyd | 2020-11-23 | 5 | -51/+17 |
| | | | |||||
| * | | Remove support for SEED TLS ciphersuites | Jack Lloyd | 2020-11-23 | 5 | -10/+2 |
| | | | |||||
* | | | Update news [ci skip] | Jack Lloyd | 2020-11-23 | 1 | -1/+4 |
|/ / | |||||
* | | Update x509 docs | Jack Lloyd | 2020-11-23 | 1 | -14/+30 |
| | | |||||
* | | Merge GH #2484 Remove outer shared_ptr from certificate store interface | Jack Lloyd | 2020-11-23 | 35 | -371/+365 |
|\ \ | |||||
| * | | Remove outer shared_ptr from Certificate in certstore interface | Jack Lloyd | 2020-11-23 | 35 | -371/+365 |
|/ / | | | | | | | | | | | Since 2.4.0 X509_Certificate and X509_CRL have been internally shared so an other shared_ptr is just overhead and API complexity. Use std::optional for APIs where the object was optional. | ||||
* | | Improve Android build doc a bit [ci skip] | Jack Lloyd | 2020-11-23 | 1 | -1/+4 |
| | | |||||
* | | Avoid two shellcheck warnings [ci skip] | Jack Lloyd | 2020-11-23 | 1 | -2/+2 |
| | | |||||
* | | Merge GH #2507 Run more tests under qemu and valgrind | Jack Lloyd | 2020-11-23 | 2 | -12/+15 |
|\ \ | |||||
| * | | Remove a few more tests from the valgrind run | Jack Lloyd | 2020-11-23 | 1 | -1/+4 |
| | | | |||||
| * | | Time compression tests | Jack Lloyd | 2020-11-23 | 1 | -0/+4 |
| | | | |||||
| * | | Run more tests on qemu/valgrind CI | Jack Lloyd | 2020-11-22 | 1 | -12/+8 |
| | | | | | | | | | | | | | | | | | | | | | In CI run all tests even under qemu, it's fast enough For valgrind, running all tests is too slow, but instead of only running known fast tests try to run everything but the known slowest. | ||||
* | | | Merge GH #2506 Remove TLS-SRP support | Jack Lloyd | 2020-11-23 | 31 | -545/+46 |
|\ \ \ | |/ / |/| | | |||||
| * | | Remove SRP support from TLS | Jack Lloyd | 2020-11-23 | 31 | -545/+46 |
|/ / | |||||
* | | Add arm64 build back to Travis [ci skip] | Jack Lloyd | 2020-11-22 | 1 | -0/+5 |
| | | |||||
* | | Update deprecated note [ci skip] | Jack Lloyd | 2020-11-21 | 1 | -1/+1 |
|/ | |||||
* | Update news | Jack Lloyd | 2020-11-21 | 1 | -0/+14 |
| | |||||
* | Merge GH #2505 Remove support for DSA in TLS | Jack Lloyd | 2020-11-21 | 13 | -210/+10 |
|\ | |||||
| * | Remove TLS support for DSA certificates/ciphersuites | Jack Lloyd | 2020-11-21 | 13 | -210/+10 |
| | | |||||
* | | Add superh alias needed by Debian | Jack Lloyd | 2020-11-21 | 1 | -0/+1 |
|/ | |||||
* | Merge GH #2497 Remove TLS anonymous suites | Jack Lloyd | 2020-11-21 | 10 | -55/+18 |
|\ | |||||
| * | Improvements to TLS suite generation script | Jack Lloyd | 2020-11-21 | 2 | -20/+13 |
| | | | | | | | | | | | | | | | | Port to Python 3 Use SHA-256 instead of SHA-1 for the content hash Use C++17 nested namespace syntax | ||||
| * | Remove support for TLS anonymous DH/ECDH suites | Jack Lloyd | 2020-11-21 | 10 | -35/+5 |
|/ | |||||
* | Merge GH #2504 Add PKCS11 back to coverage build | Jack Lloyd | 2020-11-21 | 2 | -2/+2 |
|\ |