summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-07-30Add minimal info callback support for TLSv1.3tb3-3/+32
2020-07-27Wrap long lines s_server.cinoguchi1-67/+130
2020-07-27Add function prototype and move sub functions to bottominoguchi1-198/+197
2020-07-27Remove space between '*' and pointer variable in s_server.cinoguchi1-12/+12
2020-07-27Remove 's_' prefix from member of s_server_config structinoguchi1-110/+110
2020-07-27Convert openssl(1) s_server option handlinginoguchi1-568/+929
2020-07-25Handle SSL_MODE_AUTO_RETRY being changed during a TLSv1.3 session.jsing1-1/+4
2020-07-25remove half a dozen "goto" statements and a labelschwarze1-14/+1
2020-07-24tweak previous;jmc1-4/+4
2020-07-23document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)schwarze7-14/+207
2020-07-23Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeschwarze4-22/+211
2020-07-16Fix perl bugs that had me printing the wrong cert number for errorsbeck1-8/+9
2020-07-15The exit code from the perl matters herebeck1-1/+3