summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_clnt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.jsing2020-01-231-3/+2
* Consolidate all of the SSL method structs/functions into a single file.jsing2018-11-051-44/+1
* Nuke ssl_pending/ssl_shutdown function pointers.jsing2018-08-301-3/+1
* Remove function pointers for ssl_{read,write,peek}.jsing2018-04-071-4/+1
* Merge dtls1_connect() into ssl3_connect(), removing a large amount ofjsing2017-10-101-434/+2
* Reduce non-functional differences between dtls1_connect() andjsing2017-10-081-32/+38
* Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,jsing2017-10-081-2/+2
* Move state from ssl->internal to the handshake structure.beck2017-05-071-36/+36
* Bring in an SSL_HANDSHAKE structure and commence the great shovellingbeck2017-05-061-12/+12
* Change SSLerror() back to taking two args, with the first one being an SSL *.beck2017-02-071-4/+4
* Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglybeck2017-01-261-3/+2
* Send the error function codes to rot in the depths of hell where they belongbeck2017-01-261-4/+4
* Remove most of SSL3_ENC_METHOD - we can just inline the function callsjsing2017-01-261-5/+5
* Merge the client/server version negotiation into the existing (currentlyjsing2017-01-261-3/+2
* Split most of SSL_METHOD out into an internal variant, which is opaque.jsing2017-01-231-14/+18
* Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrljsing2017-01-231-5/+1
* send state and rstate from ssl_st into internal. There are accessorsbeck2017-01-231-36/+36
* Move a large part of ssl_st into internal, so we can see what squeals.beck2017-01-231-41/+41
* move the callbacks from ssl_st to internalbeck2017-01-231-6/+6
* Move callback function pointers and argument pointers from SSL_CTX tojsing2017-01-231-3/+3
* Move the stats struct from SSL_CTX to internal.jsing2017-01-231-5/+5
* Move most of the SSL3_STATE fields to internal - the ones that remain arejsing2017-01-221-20/+20
* Move most of DTLS1_STATE to internal.beck2017-01-221-13/+13
* Specify minimum and maximum protocol version for each method. This isjsing2017-01-211-1/+3
* Now that ssl3_send_{client,server}_certificate() are using the commonjsing2016-12-061-67/+2
* Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), sincejsing2016-11-041-2/+2
* The *_method_data structures can be staticguenther2016-11-041-2/+2
* X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc2016-03-111-3/+2
* Remove most of the SSLv3 version checks and a few TLS v1.0.doug2015-09-121-11/+3
* Uncopy and unpaste dtls1_send_client_verify() - thejsing2015-09-121-72/+2
* Uncopy and unpaste dtls1_send_client_key_exchange() - thejsing2015-09-121-267/+4
* Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of ajsing2015-09-111-3/+3
* Replace dtls1_send_finished() with ssl3_send_finished() - they're nowjsing2015-09-111-2/+2
* Remove support for DTLS_BAD_VER. We do not support non-standard andjsing2015-09-101-4/+3
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Replace dtls1_client_hello() with ssl3_client_hello() - both are basicallyjsing2015-09-021-99/+6
* Flense out dead code, we don't do ecdhe_clnt_cert.beck2015-07-151-89/+35
* Convert dtls1_get_hello_verify to CBS.doug2015-07-141-17/+23
* Fix bad indenting in LibreSSL.doug2015-06-131-2/+2
* Factor out the init_buf initialisation code, rather than duplicating itjsing2015-03-271-20/+6
* Jettison DTLS over SCTP.jsing2015-02-091-145/+1
* Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.jsing2015-02-061-1/+3
* Convert all of the straight forward client handshake handling code to usejsing2014-12-141-52/+19
* ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnjsing2014-12-101-2/+5
* Remove client handling of RSA in ServerKeyExchange messages, along withjsing2014-12-061-14/+10
* Avoid a NULL dereference in the DTLS client that can be triggered by ajsing2014-11-271-1/+9
* Sort and group includes.jsing2014-11-161-4/+6
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-181-5/+3
* Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,jsing2014-09-071-2/+2
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-4/+2