Age | Commit message (Expand) | Author |
2021-04-25 | Clean up derivation of finished/peer finished. | Joel Sing |
2021-04-24 | Do not leave errors on the error stack on PKCS12_parse() success. | Theo Buehler |
2021-04-24 | Enable the new verifier again so hopefully the remaining kinks get ironed | Theo Buehler |
2021-04-23 | whitespace | Theo Buehler |
2021-04-22 | Only hash known CH extensions | Theo Buehler |
2021-04-22 | kqueue: Make timer re-addition reset existing timer | Visa Hankala |
2021-04-21 | Clean up TLSv1.2 certificate request handshake data. | Joel Sing |
2021-04-20 | Fix indent of EC_METHODs as requested by jsing. | Theo Buehler |
2021-04-20 | Compare pointer against NULL and fix a KNF issue. | Theo Buehler |
2021-04-20 | Prepare to provide EC_POINT_set_compressed_coordinates | Theo Buehler |
2021-04-20 | Compare function pointers against NULL, not 0. | Theo Buehler |
2021-04-20 | Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal use | Theo Buehler |
2021-04-20 | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | Theo Buehler |
2021-04-20 | Compare function pointers against NULL, not 0. | Theo Buehler |
2021-04-20 | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | Theo Buehler |
2021-04-20 | Simplify after EC_POINT_get_curve() addition | Theo Buehler |
2021-04-20 | Compare function pointers against NULL, not 0. | Theo Buehler |
2021-04-20 | Prepare to provide EC_GROUP_{get,set}_curve(3) | Theo Buehler |
2021-04-19 | Remove new_sym_enc and new_aead. | Joel Sing |
2021-04-19 | Avoid division by zero in hybrid point encoding | Theo Buehler |
2021-04-19 | Move new_mac_secret_size into the TLSv1.2 handshake struct. | Joel Sing |
2021-04-19 | Move reuse_message, message_type, message_size and cert_verify into the | Joel Sing |
2021-04-19 | Set alpn_selected_len to zero when freeing alpn_selected. | Joel Sing |
2021-04-15 | mention DTLS1_2_VERSION | Theo Buehler |
2021-04-15 | Mention DTLS1_2_VERSION here, too | Theo Buehler |
2021-04-15 | Document SSL_OP_NO_DTLSv1{,_2} | Theo Buehler |
2021-04-15 | Document DTLSv1_2_{,client_,server_}method(3) | Theo Buehler |
2021-04-15 | Merge documentation for SSL_is_dtls() from OpenSSL | Theo Buehler |
2021-04-15 | Switch back to the legacy verifier for the release. | Theo Buehler |
2021-04-11 | Update a stale comment and fix a typo. | Theo Buehler |
2021-04-09 | An extra internal consistency check and a missing stats adjustment. ok tb@ | Otto Moerbeek |
2021-04-09 | Cache implementation has changed, we do not hold on to an exact number | Otto Moerbeek |
2021-04-07 | Avoid clobbering the error code when sending an alert | Theo Buehler |
2021-04-06 | Shared semaphores are not supported | kn |
2021-04-05 | Don't leak param->name in x509_verify_param_zero() | Theo Buehler |
2021-04-02 | swap rname and mname in debug output, and handle the USE_CD flag | Eric Faurot |
2021-04-01 | For the snprintf range check demo, add a (size_t) cast in the right place | Theo de Raadt |
2021-03-31 | tweak column widths of a .Bl -column table | Ingo Schwarze |
2021-03-31 | Update for DTLSv1.2 support. | Theo Buehler |
2021-03-31 | change the barrier so that fd's are always passed and received with | Eric Faurot |
2021-03-31 | Bump minors after symbol addition | Theo Buehler |
2021-03-31 | Expose various DTLSv1.2 specific functions and defines | Theo Buehler |
2021-03-31 | Document SSL_set_hostflags(3) and SSL_get0_peername(3) | Theo Buehler |
2021-03-31 | Expose SSL_set_hostflags(3) and SSL_get0_peername(3) | Theo Buehler |
2021-03-31 | Document SSL_use_certificate_chain_file(3) | Theo Buehler |
2021-03-31 | Expose SSL_use_certificate_chain_file(3) | Theo Buehler |
2021-03-31 | Provide missing prototype for d2i_DSAPrivateKey_fp(3) | Theo Buehler |
2021-03-31 | Document EVP_PKEY_new_CMAC_key(3) | Theo Buehler |
2021-03-31 | Provide EVP_PKEY_new_CMAC_key(3) | Theo Buehler |
2021-03-29 | whitespace nits | Theo Buehler |