aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2976 from randombit/tls/timestamp_callbackHEADmasterRené Meusel2022-05-1814-38/+70
|\
| * Introduce TLS::Callbacks::tls_current_timestamp()René Meusel2022-05-1814-38/+70
|/
* Merge pull request #2960 from reneme/cli/client_authRené Meusel2022-04-196-41/+106
|\
| * more verbose error output in CLI testRené Meusel2022-04-191-3/+10
| * Documentation for --client-cert and --client-cert-keyRené Meusel2022-04-191-1/+3
| * allow client authentication in CLI TLS clientRené Meusel2022-04-192-37/+78
| * add CLI Command::get_arg_maybe()René Meusel2022-04-192-0/+15
* | Merge pull request #2959 from reneme/fix/clangd_nitRené Meusel2022-04-191-1/+1
|\ \ | |/ |/|
| * FIX: clangd complaining about 'suspicious string literal'René Meusel2022-04-191-1/+1
|/
* Move name to within #ifdef blockJack Lloyd2022-04-051-1/+1
* Merge GH #2944 Use prctl to name mlock'ed blocks on Linux/Android (part 2)Jack Lloyd2022-04-052-4/+5
|\
| * new util to name the data pages for now linux and especially androidDavid Carlier2022-04-044-0/+28
* | Merge pull request #2946 from neXenio/tls13/pimpl_refactoringRené Meusel2022-04-0571-2740/+4244
|\ \
| * | review commentsRené Meusel2022-04-056-19/+5
| * | include what you useRené Meusel2022-04-054-1/+4
| * | Remove redundant TLS_Policy::use_extended_master_secret()René Meusel2022-04-053-28/+0
| * | prepare TLS 1.2 for addition of TLS 1.3Hannes Rantzsch2022-04-0471-2744/+4287
* | | Merge GH #2944 Use prctl to name mlock'ed blocks on Linux/AndroidJack Lloyd2022-04-054-0/+27
|\ \ \
| * | | new util to name the data pages for now linux and especially androidDavid Carlier2022-04-024-0/+27
| | |/ | |/|
* | | Merge pull request #2949 from neXenio/tls13/fallback_rngRené Meusel2022-04-051-1/+12
|\ \ \ | |_|/ |/| |
| * | fallback for Fixed_Output_RNGHannes Rantzsch2022-04-041-1/+12
|/ /
* | Merge pull request #2947 from neXenio/tls13/transitionsRené Meusel2022-04-046-138/+338
|\ \
| * | adress review commentsRené Meusel2022-04-041-22/+20
| * | Extract helper for handshake message transitionsRené Meusel2022-04-046-138/+340
* | | Merge pull request #2948 from neXenio/tls13/tls_data_readerRené Meusel2022-04-041-2/+25
|\ \ \ | |/ / |/| |
| * | Additional convenience methods for TLS_Data_ReaderRené Meusel2022-04-041-2/+25
* | | Merge GH #2941 Improve and expand the test utilitiesJack Lloyd2022-04-043-40/+247
|\ \ \ | |/ / |/| |
| * | addressing review commentRené Meusel2022-04-041-1/+1
| * | add CHECK convenience helper and .require()René Meusel2022-03-301-1/+71
| * | allow registering multiple function-style tests in one compilation unitRené Meusel2022-03-301-8/+53
| * | add more test_throws overloadsRené Meusel2022-03-303-31/+123
| |/
* | Merge pull request #2943 from hrantzsch/fix/2920René Meusel2022-04-041-3/+0
|\ \ | |/ |/|
| * performance: don't reserve before buffer insertingHannes Rantzsch2022-04-011-3/+0
|/
* Merge GH #2936 Add FFI support for SRP6Jack Lloyd2022-03-265-0/+372
|\
| * Fix python3 linter complaintsRostyslav Khudolii2022-03-252-16/+16
| * Fix review commentsRostyslav Khudolii2022-03-252-122/+153
| * Add support for SRP6 FFIRostyslav Khudolii2022-03-195-14/+355
|/
* Merge GH #2933 Fix some X.509 test failures when SHA-1 is disabledJack Lloyd2022-03-121-2/+11
|\
| * Re-enable test without SHA-1, check resultRené Fischer2022-03-121-4/+9
| * Fix ecdsa_unit test failures when SHA-1 not availableRené Fischer2022-03-101-2/+6
* | Merge GH #2932 Add .editorconfig and Sublime Text helper scriptsJack Lloyd2022-03-108-2/+255
|\ \
| * | ignore top-level .cache directory (created by clangd)René Meusel2022-03-101-0/+1
| * | Provide a generic .editorconfigHannes Rantzsch2022-03-101-0/+17
| * | Provide a basic project configuration for Sublime TextRené Meusel2022-03-107-2/+237
|/ /
* | Merge GH #2930 Allow Argon2 and Kyber in BSI modeJack Lloyd2022-03-091-3/+11
|\ \
| * | Readd shake, blake2 to bsi policy, but comment outRené Fischer2022-03-091-0/+3
| * | Add kyber, argon2 to BSI module policyRené Fischer2022-03-091-3/+8
| |/
* | Merge GH #2929 More -Wredundant-tag fixesJack Lloyd2022-03-093-3/+8
|\ \ | |/ |/|
| * Fixed more -Wredundant-tags warningsJan Körner2022-03-083-3/+8
|/
* Merge GH #2928 Fix -Wredundant-tags warningsJack Lloyd2022-03-0710-27/+27
|\