summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix append mode so it always writes to the end and expand regress.libressl-v3.2.1millert2020-08-171-26/+77
* Also print a list of missing scripts in summarytb2020-08-171-5/+10
* Avoid test failures due to outdated packagestb2020-08-171-1/+6
* enable jsing's zero content type testtb2020-08-151-1/+2
* Send an unexpected message alert if no valid content type is found.jsing2020-08-111-2/+5
* Increment the epoch in the same place for both read and write.jsing2020-08-111-3/+3
* Use 0 instead of 0x00 for memset() calls.jsing2020-08-112-8/+8
* Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.jsing2020-08-111-2/+2
* In SSL_new() just 'goto err' on allocation failure.jsing2020-08-111-11/+6
* I accidentally zeored out a few bytes of the TLSv1.0 session ID.tb2020-08-111-1/+1
* Avoid passing -1 to freezero.tb2020-08-101-9/+10
* Fix some wrapping/indent.jsing2020-08-091-4/+3
* Convert openssl req option handling.jsing2020-08-091-378/+572
* Update TLS versions to match TLSv1.3 being enabled for TLS_method().jsing2020-08-091-8/+8
* Fix regress test so that it exits non-zero for failure cases.jsing2020-08-091-1/+11
* Update golden values to match P-521 being enabled by default in the client.jsing2020-08-091-20/+21
* Update golden values to match P-521 being enabled by default in the client.jsing2020-08-091-10/+11
* Add P-521 to the list of curves supported by default in the client.jsing2020-08-091-5/+18
* Use CBB more correctly when writing SSL3/DTLS records.jsing2020-08-092-66/+92
* Make the explicit IV length handling in DTLS the same as SSL3/TLS.jsing2020-08-091-8/+13
* Session resumption is not currently supported for TLSv1.3.tb2020-08-081-4/+4
* Enable P-521 and run the tests that use it.tb2020-08-081-5/+3
* delete another word to improve the wording; suggested by jmc@schwarze2020-08-061-2/+2
* Explain the purpose of CMAC_resume(3) in more detail.schwarze2020-08-061-3/+9
* Cleanup aead_ctxinoguchi2020-08-041-1/+3
* Only parse a client's status_request in the CHtb2020-08-031-1/+4
* Ensure clients only send a status_request in the CHtb2020-08-031-3/+7
* Correctly handle server requests for an OCSP responsetb2020-08-031-1/+12
* Check the return value of tls1_enc() in the write path.jsing2020-08-022-6/+6
* Clean up/simplify more of the dtls1/ssl3 record writing code:jsing2020-08-012-73/+34
* Pull record version selection code up and pass it as an argument tojsing2020-08-011-15/+15
* Replace hostname underscore with hyphen in appstest.shinoguchi2020-08-011-28/+28
* Have ssl_init_wbio_buffer() push the buffering BIO rather than doing itjsing2020-07-301-5/+2
* Clean up and simplify some of the SSL3/DTLS1 record writing code.jsing2020-07-302-76/+72
* Add minimal info callback support for TLSv1.3tb2020-07-303-3/+32
* Wrap long lines s_server.cinoguchi2020-07-271-67/+130
* Add function prototype and move sub functions to bottominoguchi2020-07-271-198/+197
* Remove space between '*' and pointer variable in s_server.cinoguchi2020-07-271-12/+12
* Remove 's_' prefix from member of s_server_config structinoguchi2020-07-271-110/+110
* Convert openssl(1) s_server option handlinginoguchi2020-07-271-568/+929
* Handle SSL_MODE_AUTO_RETRY being changed during a TLSv1.3 session.jsing2020-07-251-1/+4
* remove half a dozen "goto" statements and a labelschwarze2020-07-251-14/+1
* tweak previous;jmc2020-07-241-4/+4
* document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)schwarze2020-07-237-14/+207
* Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeschwarze2020-07-234-22/+211
* Fix perl bugs that had me printing the wrong cert number for errorsbeck2020-07-161-8/+9
* The exit code from the perl matters herebeck2020-07-151-1/+3
* Don't leak the X509_STOREbeck2020-07-151-1/+3
* Add certificate validation tests generated using the tools frombeck2020-07-1510945-0/+444760
* Convert option handling for openssl(1) verify.jsing2020-07-141-88/+220