| Commit message (Expand) | Author | Age | Files | Lines |
* | Relax SAN DNSname validation and constraints to permit non leading * | beck | 2021-04-27 | 2 | -27/+25 |
* | Clean up derivation of finished/peer finished. | jsing | 2021-04-25 | 8 | -116/+147 |
* | Do not leave errors on the error stack on PKCS12_parse() success. | tb | 2021-04-24 | 1 | -1/+3 |
* | Enable the new verifier again so hopefully the remaining kinks get ironed | tb | 2021-04-24 | 1 | -2/+2 |
* | Remove "-4" option treatment and use it always on s_server test in appstest.sh | inoguchi | 2021-04-24 | 1 | -9/+2 |
* | Enable test-renegotiation-changed-clienthello.py but skip | tb | 2021-04-23 | 1 | -1/+7 |
* | whitespace | tb | 2021-04-23 | 1 | -3/+3 |
* | Only hash known CH extensions | tb | 2021-04-22 | 1 | -5/+5 |
* | Add a test that roundtrips a bunch of points on all builtin curves | tb | 2021-04-21 | 2 | -6/+268 |
* | Clean up TLSv1.2 certificate request handshake data. | jsing | 2021-04-21 | 5 | -43/+27 |
* | Fix const in previous. Pointed out by asou | tb | 2021-04-21 | 1 | -5/+5 |
* | Fix indent of EC_METHODs as requested by jsing. | tb | 2021-04-20 | 6 | -192/+192 |
* | Adjust ectest.c for set_compressed_coordinates | tb | 2021-04-20 | 1 | -9/+9 |
* | Compare pointer against NULL and fix a KNF issue. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_POINT_set_compressed_coordinates | tb | 2021-04-20 | 5 | -57/+41 |
* | Adjust ectest.c for get_Jprojective coordinate change | tb | 2021-04-20 | 1 | -2/+2 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal use | tb | 2021-04-20 | 10 | -77/+97 |
* | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | tb | 2021-04-20 | 3 | -73/+18 |
* | Adjust ecdhtest.c for affine_coordinates change | tb | 2021-04-20 | 2 | -7/+7 |
* | Adjust ectest.c for affine_coordinates change | tb | 2021-04-20 | 1 | -17/+17 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | tb | 2021-04-20 | 18 | -92/+90 |
* | Simplify after EC_POINT_get_curve() addition | tb | 2021-04-20 | 2 | -30/+8 |
* | Adjust ectest.c for EC_GROUP_{g,s}et_curve change | tb | 2021-04-20 | 2 | -15/+15 |
* | Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}(). | tb | 2021-04-20 | 1 | -1/+6 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_GROUP_{get,set}_curve(3) | tb | 2021-04-20 | 6 | -41/+51 |
* | Remove new_sym_enc and new_aead. | jsing | 2021-04-19 | 3 | -10/+19 |
* | Avoid division by zero in hybrid point encoding | tb | 2021-04-19 | 1 | -17/+49 |
* | Move new_mac_secret_size into the TLSv1.2 handshake struct. | jsing | 2021-04-19 | 2 | -5/+7 |
* | Move reuse_message, message_type, message_size and cert_verify into the | jsing | 2021-04-19 | 6 | -59/+62 |
* | Set alpn_selected_len to zero when freeing alpn_selected. | jsing | 2021-04-19 | 1 | -1/+2 |
* | The powerpc64 ELFv2 ABI explicitly states that exception enable bits | kettenis | 2021-04-19 | 1 | -1/+9 |
* | mention DTLS1_2_VERSION | tb | 2021-04-15 | 1 | -3/+4 |
* | Mention DTLS1_2_VERSION here, too | tb | 2021-04-15 | 1 | -6/+8 |
* | Document SSL_OP_NO_DTLSv1{,_2} | tb | 2021-04-15 | 1 | -2/+15 |
* | Document DTLSv1_2_{,client_,server_}method(3) | tb | 2021-04-15 | 1 | -4/+36 |
* | Merge documentation for SSL_is_dtls() from OpenSSL | tb | 2021-04-15 | 1 | -5/+21 |
* | Switch back to the legacy verifier for the release. | tb | 2021-04-15 | 1 | -2/+2 |
* | revert previous. some of the keyupdate tests still fail occasionally | tb | 2021-04-14 | 1 | -2/+11 |
* | Enable test-tls13-keyupdate.py | tb | 2021-04-14 | 1 | -9/+2 |
* | move test-record-size-limit.py to unsupported | tb | 2021-04-14 | 1 | -4/+3 |
* | enable test-record-layer-fragmentation.py | tb | 2021-04-14 | 1 | -7/+2 |
* | factor argument to catch an alert mismatch into a helper function | tb | 2021-04-14 | 1 | -7/+8 |
* | enable test-tlsfuzzer-invalid-compression-methods.py | tb | 2021-04-13 | 1 | -5/+10 |
* | enable test-large-hello.py as a slow test | tb | 2021-04-13 | 1 | -3/+2 |
* | with new defaults, test-fuzzed-plaintext.py is no longer slow | tb | 2021-04-13 | 1 | -3/+2 |
* | move a few tests to the unsupported group and fix two comments | tb | 2021-04-13 | 1 | -15/+15 |
* | annotate test-ecdhe-rsa-key-exchange-with-bad-messages.py with expected | tb | 2021-04-13 | 1 | -2/+3 |