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