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