summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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-16document PKCS7_set_type(3);schwarze3-3/+123
2020-05-15Factor out session reuse test and verification testinoguchi1-56/+74
2020-05-15Factor out the test for all available ciphers and add TLSv1.3 caseinoguchi1-46/+61
2020-05-15Add ECDSA certificate test in appstest.shinoguchi1-8/+71
2020-05-14go fmt whitespace nittb1-3/+3
2020-05-14reinstate an error check that was commented out while waiting for armtb1-5/+4
2020-05-14move a #define after the last #include linetb1-3/+3
2020-05-14Skip protocol version message check in appstest.shinoguchi1-10/+15
2020-05-14Factor out the protocol version test in appstest.shinoguchi1-49/+26
2020-05-13Add TLS versioning tests.jsing1-2/+96
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
2020-05-13Switch the legacy version to TLS1_2_VERSION when processing server hello.jsing1-2/+2
2020-05-13Add description for -tls1_3 and -no_tls1_3 options to openssl(1) s_serverinoguchi1-6/+8
2020-05-13Add -tls1_3 and -no_tls1_3 options to openssl(1) s_serverinoguchi1-6/+28
2020-05-12there should only be one i in gratuitoustb1-3/+3
2020-05-11Revise regress for TLSv1.3 server being enabled.jsing4-14/+17
2020-05-11Enable the TLSv1.3 server.jsing1-1/+5
2020-05-11Use tls_legacy_server_method() for SSLv2 record tests.jsing2-5/+7
2020-05-11Revise regress now that record overflows are propagated.jsing1-2/+2
2020-05-11Propagate record overflows to the record layer and alert.jsing3-6/+8
2020-05-11Add record version checks.jsing3-18/+28
2020-05-11Set the record layer legacy version from the TLSv1.3 server.jsing1-1/+5
2020-05-11Provide an alert sent record layer callback.jsing4-8/+29
2020-05-11Move the record layer callbacks into a struct.jsing3-35/+33
2020-05-11Use ssl_get_new_session() in the TLSv1.3 server.jsing1-4/+3
2020-05-10Make openssl X509 handle the failure case return code from X509_time_cmp.beck1-5/+16
2020-05-10Send dummy ChangeCipherSpec messages from the TLSv1.3 servertb3-3/+41
2020-05-10Honour SSL_VERIFY_FAIL_IF_NO_PEER_CERT in the TLSv1.3 server.jsing3-8/+16
2020-05-10Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.jsing7-65/+97
2020-05-10Conditionalize sleep-before-retry in server code to only be done whenbeck1-3/+5
2020-05-10Provide an easy way to get debug information from TLSv1.3 handshakes.jsing2-3/+61
2020-05-10Use size_t for OCSP response length.jsing8-27/+35
2020-05-10Only reset TLS extension state when parsing client hello or server hello.jsing1-5/+7
2020-05-10Correct tlsext_ocsp_resplen check.jsing1-2/+2
2020-05-09Back out server side CCS sending. It breaks TLSv1.3 client communicationtb3-34/+3
2020-05-09Forcibly ensure that only PSS may be used with RSA in TLS 1.3.beck1-2/+8
2020-05-09Send dummy ChangeCipherSpec messages from the TLSv1.3 servertb3-3/+34
2020-05-09Send dummy ChangeCipherSpec messages from the TLSv1.3 client.jsing4-6/+45
2020-05-09Correct return value check to handle TLS13_IO_EOF case.jsing1-2/+2
2020-05-09Add a middlebox_compat flag and condition session ID randomisation on it.jsing3-4/+7
2020-05-09catch the other place this needs to changebeck1-2/+2
2020-05-09now that 3.1.1 is out the door as a stable release bump the developmentbeck1-2/+2
2020-05-09Add support for certificate status requests in TLS 1.3 clientbeck4-12/+81
2020-05-09Make the test for the legacy_compression_method vector in the ClientHellotb1-12/+7