Age | Commit message (Expand) | Author |
2017-02-15 | Avoid dereferencing a pointer when reporting an error about the same | 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 | Move relatively new version range code from ssl_lib.c into a separate | Joel Sing |
2017-01-26 | Remove ssl3_undef_enc_method - if we have internal bugs we want to segfault | Joel Sing |
2017-01-25 | Limit enabled version range by the versions configured on the SSL_CTX/SSL, | Joel Sing |
2017-01-24 | BUF_MEM_free(), X509_STORE_free() and X509_VERIFY_PARAM_free() all check | Joel Sing |
2017-01-24 | sk_free() checks for NULL so do not bother doing it from the callers. | Joel Sing |
2017-01-24 | sk_pop_free() checks for NULL so do not bother doing it from the callers. | Joel Sing |
2017-01-24 | Within libssl a SSL_CTX * is referred to as a ctx - fix this for | Joel Sing |
2017-01-24 | Add support for setting the supported EC curves via | Joel Sing |
2017-01-24 | ssl_cert_free() checks for NULL itself. | Joel Sing |
2017-01-24 | Remove a "free up if allocated" comment that exists before code that frees | Joel Sing |
2017-01-24 | sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from | Joel Sing |
2017-01-23 | move default_passwd_cb and default_passwd_cb_userdata back into | Bob Beck |
2017-01-23 | Move options and mode from SSL_CTX and SSL to internal, since these can be | 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 back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | 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 most of the fields in SSL_CTX to internal - the ones that remain are | Joel Sing |
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 not_resumable and sess_cert from SSL_SESSION to internal. | 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-22 | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | Joel Sing |
2017-01-22 | Convert publically visible structs to translucent structs. | Joel Sing |
2017-01-21 | Expand IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN macro. | Joel Sing |
2017-01-03 | Pull out, rework and dedup the code that determines the highest shared | Joel Sing |
2016-12-30 | Pull out (and largely rewrite) the code that determines the enabled | Joel Sing |
2016-12-04 | Convert ssl_cipher_list_to_bytes() to CBB, changing the function to return | Joel Sing |
2016-11-02 | Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FN | Joel Sing |
2016-11-02 | Expand IMPLEMENT_LHASH_COMP_FN/IMPLEMENT_LHASH_HASH_FN macros - the only | Joel Sing |
2016-10-19 | Remove support for fixed ECDH cipher suites - these is not widely supported | Joel Sing |
2016-09-22 | Improve on code from the previous commit. | Joel Sing |
2016-09-20 | Avoid selecting weak digests for (EC)DH when using SNI. | Brent Cook |
2015-10-25 | Remove last vestige of SSL_OP_NO_SSLv3 support. | Doug Hogan |
2015-10-19 | free rbio before wbio | Bob Beck |
2015-10-16 | Fix use of pointer value after BIO_free, and remove senseless NULL checks. | Bob Beck |
2015-10-03 | SSL_new(): fix ref counting and memory leak in error path. | Doug Hogan |
2015-09-12 | Unwrap a bunch of lines. | Joel Sing |
2015-09-12 | Remove most of the SSLv3 version checks and a few TLS v1.0. | Doug Hogan |
2015-09-11 | Nuke ssl_bad_method(). | Joel Sing |
2015-09-11 | Nuke ssl_replace_hash(). | Joel Sing |
2015-09-10 | Remove support for DTLS_BAD_VER. We do not support non-standard and | Joel Sing |