summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-02In the TLSv1.2 server, set up the key block after sending the CCS.jsing1-7/+7
2021-05-02Clean up dtls1_reset_seq_numbers().jsing5-26/+22
2021-05-02Ensure that handshake hash is non-NULL in tls1_transcript_hash_value().jsing1-1/+4
2021-05-02Harden tls12_finished_verify_data() by checking master key length.jsing1-1/+4
2021-05-02Stop deriving peer finished twice for TLSv1.2.jsing1-12/+1
2021-05-02Make TS_compute_imprint a bit more robust.tb1-20/+28
2021-05-01Retire OpenBSD/sgi.visa1-5/+1
2021-05-01bump to LibreSSL 3.4.0 in -currentbcook1-3/+3
2021-05-01Plug leak in c2i_ASN1_OBJECTtb1-3/+8
2021-05-01Prevent double free in int_TS_RESP_verify_tokentb1-1/+2
2021-04-30Clean up and harden TLSv1.2 master key derivation.jsing5-54/+51
2021-04-28Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in newtb1-4/+1
2021-04-27Add DTLS test in appstest.shinoguchi1-1/+70
2021-04-27test-verify-unusual-wildcard-cert is no longer expected to fail withtb1-2/+1
2021-04-27Relax SAN DNSname validation and constraints to permit non leading *beck2-27/+25
2021-04-25Clean up derivation of finished/peer finished.jsing8-116/+147
2021-04-24Do not leave errors on the error stack on PKCS12_parse() success.tb1-1/+3
2021-04-24Enable the new verifier again so hopefully the remaining kinks get ironedtb1-2/+2
2021-04-24Remove "-4" option treatment and use it always on s_server test in appstest.shinoguchi1-9/+2
2021-04-23Enable test-renegotiation-changed-clienthello.py but skiptb1-1/+7
2021-04-23whitespacetb1-3/+3
2021-04-22Only hash known CH extensionstb1-5/+5
2021-04-21Add a test that roundtrips a bunch of points on all builtin curvestb2-6/+268
2021-04-21Clean up TLSv1.2 certificate request handshake data.jsing5-43/+27
2021-04-21Fix const in previous. Pointed out by asoutb1-5/+5
2021-04-20Fix indent of EC_METHODs as requested by jsing.tb6-192/+192
2021-04-20Adjust ectest.c for set_compressed_coordinatestb1-9/+9
2021-04-20Compare pointer against NULL and fix a KNF issue.tb1-3/+3
2021-04-20Prepare to provide EC_POINT_set_compressed_coordinatestb5-57/+41
2021-04-20Adjust ectest.c for get_Jprojective coordinate changetb1-2/+2
2021-04-20Compare function pointers against NULL, not 0.tb1-3/+3
2021-04-20Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal usetb10-77/+97
2021-04-20Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()tb3-73/+18
2021-04-20Adjust ecdhtest.c for affine_coordinates changetb2-7/+7
2021-04-20Adjust ectest.c for affine_coordinates changetb1-17/+17
2021-04-20Compare function pointers against NULL, not 0.tb1-3/+3
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatestb18-92/+90
2021-04-20Simplify after EC_POINT_get_curve() additiontb2-30/+8
2021-04-20Adjust ectest.c for EC_GROUP_{g,s}et_curve changetb2-15/+15
2021-04-20Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}().tb1-1/+6
2021-04-20Compare function pointers against NULL, not 0.tb1-3/+3
2021-04-20Prepare to provide EC_GROUP_{get,set}_curve(3)tb6-41/+51
2021-04-19Remove new_sym_enc and new_aead.jsing3-10/+19
2021-04-19Avoid division by zero in hybrid point encodingtb1-17/+49
2021-04-19Move new_mac_secret_size into the TLSv1.2 handshake struct.jsing2-5/+7
2021-04-19Move reuse_message, message_type, message_size and cert_verify into thejsing6-59/+62
2021-04-19Set alpn_selected_len to zero when freeing alpn_selected.jsing1-1/+2
2021-04-19The powerpc64 ELFv2 ABI explicitly states that exception enable bitskettenis1-1/+9
2021-04-15mention DTLS1_2_VERSIONtb1-3/+4
2021-04-15Mention DTLS1_2_VERSION here, tootb1-6/+8