| Commit message (Expand) | Author | Files | Lines |
2021-05-02 | In the TLSv1.2 server, set up the key block after sending the CCS. | jsing | 1 | -7/+7 |
2021-05-02 | Clean up dtls1_reset_seq_numbers(). | jsing | 5 | -26/+22 |
2021-05-02 | Ensure that handshake hash is non-NULL in tls1_transcript_hash_value(). | jsing | 1 | -1/+4 |
2021-05-02 | Harden tls12_finished_verify_data() by checking master key length. | jsing | 1 | -1/+4 |
2021-05-02 | Stop deriving peer finished twice for TLSv1.2. | jsing | 1 | -12/+1 |
2021-05-02 | Make TS_compute_imprint a bit more robust. | tb | 1 | -20/+28 |
2021-05-01 | Retire OpenBSD/sgi. | visa | 1 | -5/+1 |
2021-05-01 | bump to LibreSSL 3.4.0 in -current | bcook | 1 | -3/+3 |
2021-05-01 | Plug leak in c2i_ASN1_OBJECT | tb | 1 | -3/+8 |
2021-05-01 | Prevent double free in int_TS_RESP_verify_token | tb | 1 | -1/+2 |
2021-04-30 | Clean up and harden TLSv1.2 master key derivation. | jsing | 5 | -54/+51 |
2021-04-28 | Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new | tb | 1 | -4/+1 |
2021-04-27 | Add DTLS test in appstest.sh | inoguchi | 1 | -1/+70 |
2021-04-27 | test-verify-unusual-wildcard-cert is no longer expected to fail with | tb | 1 | -2/+1 |
2021-04-27 | Relax SAN DNSname validation and constraints to permit non leading * | beck | 2 | -27/+25 |
2021-04-25 | Clean up derivation of finished/peer finished. | jsing | 8 | -116/+147 |
2021-04-24 | Do not leave errors on the error stack on PKCS12_parse() success. | tb | 1 | -1/+3 |
2021-04-24 | Enable the new verifier again so hopefully the remaining kinks get ironed | tb | 1 | -2/+2 |
2021-04-24 | Remove "-4" option treatment and use it always on s_server test in appstest.sh | inoguchi | 1 | -9/+2 |
2021-04-23 | Enable test-renegotiation-changed-clienthello.py but skip | tb | 1 | -1/+7 |
2021-04-23 | whitespace | tb | 1 | -3/+3 |
2021-04-22 | Only hash known CH extensions | tb | 1 | -5/+5 |
2021-04-21 | Add a test that roundtrips a bunch of points on all builtin curves | tb | 2 | -6/+268 |
2021-04-21 | Clean up TLSv1.2 certificate request handshake data. | jsing | 5 | -43/+27 |
2021-04-21 | Fix const in previous. Pointed out by asou | tb | 1 | -5/+5 |
2021-04-20 | Fix indent of EC_METHODs as requested by jsing. | tb | 6 | -192/+192 |
2021-04-20 | Adjust ectest.c for set_compressed_coordinates | tb | 1 | -9/+9 |
2021-04-20 | Compare pointer against NULL and fix a KNF issue. | tb | 1 | -3/+3 |
2021-04-20 | Prepare to provide EC_POINT_set_compressed_coordinates | tb | 5 | -57/+41 |
2021-04-20 | Adjust ectest.c for get_Jprojective coordinate change | tb | 1 | -2/+2 |
2021-04-20 | Compare function pointers against NULL, not 0. | tb | 1 | -3/+3 |
2021-04-20 | Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal use | tb | 10 | -77/+97 |
2021-04-20 | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | tb | 3 | -73/+18 |
2021-04-20 | Adjust ecdhtest.c for affine_coordinates change | tb | 2 | -7/+7 |
2021-04-20 | Adjust ectest.c for affine_coordinates change | tb | 1 | -17/+17 |
2021-04-20 | Compare function pointers against NULL, not 0. | tb | 1 | -3/+3 |
2021-04-20 | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | tb | 18 | -92/+90 |
2021-04-20 | Simplify after EC_POINT_get_curve() addition | tb | 2 | -30/+8 |
2021-04-20 | Adjust ectest.c for EC_GROUP_{g,s}et_curve change | tb | 2 | -15/+15 |
2021-04-20 | Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}(). | tb | 1 | -1/+6 |
2021-04-20 | Compare function pointers against NULL, not 0. | tb | 1 | -3/+3 |
2021-04-20 | Prepare to provide EC_GROUP_{get,set}_curve(3) | tb | 6 | -41/+51 |
2021-04-19 | Remove new_sym_enc and new_aead. | jsing | 3 | -10/+19 |
2021-04-19 | Avoid division by zero in hybrid point encoding | tb | 1 | -17/+49 |
2021-04-19 | Move new_mac_secret_size into the TLSv1.2 handshake struct. | jsing | 2 | -5/+7 |
2021-04-19 | Move reuse_message, message_type, message_size and cert_verify into the | jsing | 6 | -59/+62 |
2021-04-19 | Set alpn_selected_len to zero when freeing alpn_selected. | jsing | 1 | -1/+2 |
2021-04-19 | The powerpc64 ELFv2 ABI explicitly states that exception enable bits | kettenis | 1 | -1/+9 |
2021-04-15 | mention DTLS1_2_VERSION | tb | 1 | -3/+4 |
2021-04-15 | Mention DTLS1_2_VERSION here, too | tb | 1 | -6/+8 |