summaryrefslogtreecommitdiffstats
path: root/lib/libssl
AgeCommit message (Expand)AuthorFilesLines
2020-06-19We inherited the constant time CBC padding removal from BoringSSL, buttb1-4/+4
2020-06-09The check_includes step is incorrect dependency management model forderaadt1-11/+1
2020-06-06Implement a rolling hash of the ClientHello message, Enforce RFC 8446beck6-7/+179
2020-06-05Use IANA allocated GOST ClientCertificateTypes.jsing3-9/+15
2020-06-05Stop sending GOST R 34.10-94 as a CertificateType.jsing1-3/+1
2020-06-05Handle GOST in ssl_cert_dup().jsing1-1/+5
2020-06-05Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.jsing2-2/+15
2020-06-04Align tls13_server_select_certificate() withtb1-3/+7
2020-06-04Improve client certificate selection for TLSv1.3tb1-16/+80
2020-06-04mention that TLS_method(3) also supports TLSv1.3;schwarze1-3/+3
2020-06-02Remove const modifier in return type of tls13_handshake_active_state()tb1-3/+3
2020-06-02distracting whitespacetb1-5/+5
2020-06-01Split the handling of post handshake handshake messages into itstb1-55/+44
2020-06-01Send an illegal_parameter alert if a client sends us invalid DH keytb1-3/+15
2020-06-01Add a mechanism to set an alert in those parts of the read half oftb1-3/+21
2020-05-31Replace ssl_max_server_version() with ssl_downgrade_max_version()jsing3-30/+6
2020-05-31Correct downgrade sentinels when a version pinned method is in use.jsing4-7/+40
2020-05-29Improve server certificate selection for TLSv1.3.jsing2-23/+94
2020-05-29Handle the case where we receive a valid 0 byte application data record.jsing1-1/+10
2020-05-29Wire up the servername callback in the TLSv1.3 server.jsing3-3/+45
2020-05-29Mop up servername_done, which is unused.jsing3-14/+3
2020-05-26minor cleanup ahead of the following work:schwarze1-12/+14
2020-05-26Add additional length checks for TLSv1.3 plaintext and inner plaintext.jsing1-1/+6
2020-05-24Fix some stylistic nits from jsing.tb1-8/+11
2020-05-23Enforce that SNI hostnames be correct as per rfc 6066 and 5980.beck2-17/+80
2020-05-23Enable SSL_MODE_AUTO_RETRY by default.jsing1-1/+2
2020-05-23Wire up SSL_MODE_AUTO_RETRY mode to retrying after PHH messages.jsing2-2/+8
2020-05-23Provide the option to retry or return after post-handshake messages.jsing2-4/+16
2020-05-23fix a confusingly wrapped linetb1-3/+3
2020-05-23Do not assume that server_group != 0 or tlsext_supportedgroups != NULLtb2-9/+15
2020-05-22Ensure we only attach an ocsp staple to a leaf certificate, becausebeck2-5/+16
2020-05-21Simplify: transform a dangling else into an early return andtb1-18/+18
2020-05-21Make ssl_set_cert_masks() more consistent and closer to readable.jsing1-44/+27
2020-05-21Avoid a shadowing issue by renaming cbs and cbb to cbb_hs and cbb_hs,tb1-8/+7
2020-05-21A failure of tls13_handshake_msg_new() could lead to a NULL dereftb1-11/+15
2020-05-21Actually set the hrr flag when sending a HelloRetryRequest.jsing1-1/+3
2020-05-20Revert 1.43 - this fix for PHH in blocking mode breaks SSL_accept andbeck1-2/+2
2020-05-19Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.jsing8-46/+31
2020-05-19Only send ocsp staples if the client asked for ocsp certificate status.beck1-1/+2
2020-05-19Add support for TLS 1.3 server to send certificate statusbeck5-15/+38
2020-05-17Send alerts back correctly when handling key shares, includingbeck1-8/+19
2020-05-17Free handshake message correctly, noticed by tb@beck1-2/+2
2020-05-17Send a decode error alert if a server provides an empty certificate list.jsing1-2/+2
2020-05-16Return TLS13_IO_WANT_POLLIN after processing post-handshake messages.jsing1-2/+2
2020-05-16Ensure that a TLSv1.3 server has provided a certificate.jsing1-1/+9
2020-05-16Add TLS13_ERR_NO_CERTIFICATE.jsing2-3/+7
2020-05-16Avoid sending an empty certificate list from the TLSv1.3 server.jsing1-5/+8
2020-05-13Fix pesky whitespace.jsing1-2/+2
2020-05-13Remove a no longer relevant XXX comment.jsing1-3/+1
2020-05-13Switch back to the legacy stack where the maximum is less than TLSv1.3.jsing1-2/+2