| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate all of the SSL method structs/functions into a single file. | jsing | 2018-11-05 | 1 | -44/+1 |
* | Nuke ssl_pending/ssl_shutdown function pointers. | jsing | 2018-08-30 | 1 | -3/+1 |
* | Clean up handshake message start/finish functions. | jsing | 2018-08-24 | 1 | -3/+3 |
* | Remove function pointers for ssl_{read,write,peek}. | jsing | 2018-04-07 | 1 | -4/+1 |
* | Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code. | jsing | 2017-10-12 | 1 | -536/+2 |
* | Reduce non-functional differences between dtls1_accept() and | jsing | 2017-10-08 | 1 | -34/+42 |
* | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | jsing | 2017-10-08 | 1 | -4/+3 |
* | Move state from ssl->internal to the handshake structure. | beck | 2017-05-07 | 1 | -46/+46 |
* | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | beck | 2017-05-06 | 1 | -12/+12 |
* | Remove the handshake digests and related code, replacing remaining uses | jsing | 2017-03-10 | 1 | -8/+18 |
* | Convert various handshake message generation functions to CBB. | jsing | 2017-03-05 | 1 | -15/+22 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -6/+6 |
* | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | beck | 2017-01-26 | 1 | -5/+3 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -6/+6 |
* | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | jsing | 2017-01-26 | 1 | -7/+7 |
* | Merge the client/server version negotiation into the existing (currently | jsing | 2017-01-26 | 1 | -3/+2 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -15/+19 |
* | Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrl | jsing | 2017-01-23 | 1 | -5/+1 |
* | send state and rstate from ssl_st into internal. There are accessors | beck | 2017-01-23 | 1 | -46/+46 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -39/+39 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -6/+6 |
* | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -6/+6 |
* | Move the stats struct from SSL_CTX to internal. | jsing | 2017-01-23 | 1 | -4/+4 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -20/+20 |
* | Move most of DTLS1_STATE to internal. | beck | 2017-01-22 | 1 | -17/+17 |
* | Specify minimum and maximum protocol version for each method. This is | jsing | 2017-01-21 | 1 | -1/+3 |
* | Now that ssl3_send_{client,server}_certificate() are using the common | jsing | 2016-12-06 | 1 | -29/+2 |
* | The *_method_data structures can be static | guenther | 2016-11-04 | 1 | -2/+2 |
* | The *_accept() functions increment in_handshake at the start of the function, | jsing | 2015-09-13 | 1 | -3/+5 |
* | Fix function name. | jsing | 2015-09-12 | 1 | -2/+2 |
* | Sync handling of cached record digests with s3_srvr.c. | jsing | 2015-09-12 | 1 | -1/+23 |
* | Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of | jsing | 2015-09-12 | 1 | -109/+2 |
* | Uncopy and unpaste dtls1_send_certificate_request() - removes another 80 | jsing | 2015-09-12 | 1 | -78/+2 |
* | Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329 | jsing | 2015-09-12 | 1 | -327/+2 |
* | Uncopy and unpaste dtls1_send_server_done(). | jsing | 2015-09-12 | 1 | -16/+2 |
* | Uncopy and unpaste dtls1_send_server_hello(). | jsing | 2015-09-12 | 1 | -66/+2 |
* | Uncopy and unpaste dtls1_send_hello_request(). | jsing | 2015-09-12 | 1 | -16/+2 |
* | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a | jsing | 2015-09-11 | 1 | -5/+5 |
* | Replace dtls1_send_finished() with ssl3_send_finished() - they're now | jsing | 2015-09-11 | 1 | -2/+2 |
* | Remove support for DTLS_BAD_VER. We do not support non-standard and | jsing | 2015-09-10 | 1 | -6/+4 |
* | Remove Microsoft Server Gated Crypto. | doug | 2015-06-18 | 1 | -16/+7 |
* | Change DTLS client cert request code to match TLS. | doug | 2015-06-18 | 1 | -6/+6 |
* | Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days. | doug | 2015-06-15 | 1 | -15/+5 |
* | Fix bad indenting in LibreSSL. | doug | 2015-06-13 | 1 | -2/+2 |
* | Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls. | jsg | 2015-05-15 | 1 | -1/+2 |
* | Factor out the init_buf initialisation code, rather than duplicating it | jsing | 2015-03-27 | 1 | -14/+4 |
* | Jettison DTLS over SCTP. | jsing | 2015-02-09 | 1 | -130/+1 |
* | Convert several of the server side handshake functions to the new handshake | jsing | 2015-02-07 | 1 | -62/+29 |
* | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | jsing | 2015-02-06 | 1 | -1/+3 |
* | Add error handling for EVP_DigestInit_ex(). | doug | 2014-12-15 | 1 | -3/+4 |