summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-26Add test-sig-algs-renegotiation-resumption.pytb1-1/+5
2021-03-26Sort header files and wrap long lines in x509.cinoguchi1-67/+110
2021-03-25Avoid mangled output in BIO_debug_callbacktb1-4/+12
2021-03-24The server only sends a cookie during a HRR, not a SHtb1-4/+4
2021-03-24Update regress for new_cipher rename.jsing2-6/+6
2021-03-24Rename new_cipher to cipher.jsing11-64/+64
2021-03-24Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.jsing5-40/+48
2021-03-24Convert openssl(1) x509 option handlinginoguchi1-414/+747
2021-03-24Add option type OPTION_ORDERinoguchi2-2/+9
2021-03-23OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()tb1-2/+2
2021-03-22Don't leak ca in test_cms_sign_verify().tb1-1/+2
2021-03-22Plug a few memory leaks reported by Ilya Shipitsintb1-9/+7
2021-03-21Fully initialize rrec in tls12_record_layer_open_record_protectedtb1-1/+2
2021-03-21Revise regress to match handshake struct changes.jsing1-18/+18
2021-03-21Move the TLSv1.3 handshake struct inside the shared handshake struct.jsing9-226/+227
2021-03-21Split TLSv1.3 record protection from record layer.jsing1-46/+72
2021-03-21Build options regress with -DLIBRESSL_INTERNAL.jsing1-2/+2
2021-03-21Avoid a use-after-scope in tls13_cert_add().jsing1-4/+3
2021-03-21Plug memory leak reported by Ilya Shipitsintb1-3/+2
2021-03-20typotb1-2/+2
2021-03-20Add new test-tls13-multiple-ccs-messages.pytb1-1/+8
2021-03-19Prepare documenting SSL_use_certificate_chain_filetb1-2/+19
2021-03-19Undo previous. As pointed out by jsing I clearly wasn't fully awake...tb1-2/+2
2021-03-19Prepare to provide SSL_use_certificate_chain_file()tb2-15/+40
2021-03-19Fix copy-paste error in previoustb1-2/+2
2021-03-18Type-cast getpagesize() from int to size_t for the comparison with d.claudio1-2/+2
2021-03-17Read ahead is now enforced for DTLS - remove workarounds.jsing2-20/+2
2021-03-17Use consistent s_server_opt_ prefix.jsing1-9/+9
2021-03-17Add DTLSv1.2 support to openssl(1) s_client/s_server.jsing4-34/+129
2021-03-17fix whitespace nit in previoustb1-2/+2
2021-03-17Update for DTLSv1.2 being enabled.jsing1-4/+4
2021-03-17Enable DTLSv1.2.jsing1-1/+5
2021-03-17Update for DTLSv1.2 version handling.jsing1-6/+90
2021-03-17Add support for DTLSv1.2 version handling.jsing1-45/+117
2021-03-13Use EXFLAG_INVALID to handle out of memory and parse errors intobhe2-11/+45
2021-03-12Zap a useless variable.tb1-4/+2
2021-03-12Missing void in function definitiontb1-2/+2
2021-03-12Fix checks of memory caps of constraints namestb3-20/+32
2021-03-12spelling: refenece -> referencejmc1-3/+3
2021-03-12spellingjsg12-37/+37
2021-03-11Remove ssl_downgrade_max_version().jsing5-54/+15
2021-03-11Check for the existence of p5-IO-Socket-SSL by checking for its SSL.pmtb1-3/+4
2021-03-10Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.jsing1-1/+3
2021-03-10Revise TLS extension regress to match version handling changes.jsing1-57/+25
2021-03-10Improve internal version handling.jsing9-108/+145
2021-03-09Change the implementation of the malloc cache to keep lists ofotto1-152/+118
2021-03-07LibreSSL 3.3.2bcook1-3/+3
2021-03-02Separate variable declaration and assignment.jsing1-2/+4
2021-03-02Replace two handrolled tls12_record_protection_engaged().jsing1-3/+3
2021-03-02Move key/IV length checks closer to usage sites.jsing1-5/+11