summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-02KNF and comment tweakstb1-8/+10
2020-09-01Zero out data to avoid leaving stack garbage in the tail oftb1-1/+3
2020-09-01The bumping of sess_cb_hit stats can wait until handling oftb1-4/+3
2020-09-01In the explanatory comment of ssl_get_prev_session fix the spelling oftb1-5/+6
2020-09-01Split session retrieval out of ssl_get_prev_session()tb1-78/+92
2020-09-01copy session id directly in ssl_get_prev_sessiontb3-27/+23
2020-09-01indent the only other label in this filetb1-2/+2
2020-09-01Indent label and remove dangling elsetb1-4/+4
2020-09-01Zap NULL check before SSL_SESSION_free()tb1-3/+2
2020-09-01Rename the session pointer ret to sesstb1-25/+25
2020-09-01Hoist ERR_clear_error() call into the derr: labeltb1-4/+2
2020-09-01simplify tls1_process_ticket() exit pathtb2-19/+7
2020-08-31Return code tweaks for session ticket handlerstb3-47/+51
2020-08-31Send alert on ssl_get_prev_session failuretb4-20/+32
2020-08-30Start replacing the existing TLSv1.2 record layer.jsing7-195/+614
2020-08-29define OPENSSL_NO_SSL_TRACE in opensslfeatures.hinoguchi1-1/+1
2020-08-17Fix append mode so it always writes to the end and expand regress.libressl-v3.2.1millert1-26/+77
2020-08-17Also print a list of missing scripts in summarytb1-5/+10
2020-08-17Avoid test failures due to outdated packagestb1-1/+6
2020-08-15enable jsing's zero content type testtb1-1/+2
2020-08-11Send an unexpected message alert if no valid content type is found.jsing1-2/+5
2020-08-11Increment the epoch in the same place for both read and write.jsing1-3/+3
2020-08-11Use 0 instead of 0x00 for memset() calls.jsing2-8/+8
2020-08-11Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.jsing1-2/+2
2020-08-11In SSL_new() just 'goto err' on allocation failure.jsing1-11/+6
2020-08-11I accidentally zeored out a few bytes of the TLSv1.0 session ID.tb1-1/+1
2020-08-10Avoid passing -1 to freezero.tb1-9/+10
2020-08-09Fix some wrapping/indent.jsing1-4/+3
2020-08-09Convert openssl req option handling.jsing1-378/+572
2020-08-09Update TLS versions to match TLSv1.3 being enabled for TLS_method().jsing1-8/+8
2020-08-09Fix regress test so that it exits non-zero for failure cases.jsing1-1/+11
2020-08-09Update golden values to match P-521 being enabled by default in the client.jsing1-20/+21
2020-08-09Update golden values to match P-521 being enabled by default in the client.jsing1-10/+11
2020-08-09Add P-521 to the list of curves supported by default in the client.jsing1-5/+18
2020-08-09Use CBB more correctly when writing SSL3/DTLS records.jsing2-66/+92
2020-08-09Make the explicit IV length handling in DTLS the same as SSL3/TLS.jsing1-8/+13
2020-08-08Session resumption is not currently supported for TLSv1.3.tb1-4/+4
2020-08-08Enable P-521 and run the tests that use it.tb1-5/+3
2020-08-06delete another word to improve the wording; suggested by jmc@schwarze1-2/+2
2020-08-06Explain the purpose of CMAC_resume(3) in more detail.schwarze1-3/+9
2020-08-04Cleanup aead_ctxinoguchi1-1/+3
2020-08-03Only parse a client's status_request in the CHtb1-1/+4
2020-08-03Ensure clients only send a status_request in the CHtb1-3/+7
2020-08-03Correctly handle server requests for an OCSP responsetb1-1/+12
2020-08-02Check the return value of tls1_enc() in the write path.jsing2-6/+6
2020-08-01Clean up/simplify more of the dtls1/ssl3 record writing code:jsing2-73/+34
2020-08-01Pull record version selection code up and pass it as an argument tojsing1-15/+15
2020-08-01Replace hostname underscore with hyphen in appstest.shinoguchi1-28/+28
2020-07-30Have ssl_init_wbio_buffer() push the buffering BIO rather than doing itjsing1-5/+2
2020-07-30Clean up and simplify some of the SSL3/DTLS1 record writing code.jsing2-76/+72