| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Let SSL_copy_session_id() return an int for error checking. | tb | 2018-08-24 | 1 | -24/+25 |
* | OpenSSL started adding const to functions all over the place. Make all | tb | 2018-04-25 | 1 | -2/+2 |
* | make ENGINE_finish() succeed on NULL and simplify callers as in | tb | 2018-04-14 | 1 | -3/+2 |
* | Remove function pointers for ssl_{read,write,peek}. | jsing | 2018-04-07 | 1 | -4/+4 |
* | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 2018-03-17 | 1 | -1/+6 |
* | Provide SSL_CTX_get_default_passwd_cb{,_userdata}() | tb | 2018-03-17 | 1 | -1/+13 |
* | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version | jca | 2018-03-15 | 1 | -1/+24 |
* | Provide SSL_is_server(). | jsing | 2018-02-22 | 1 | -1/+7 |
* | Provide SSL_up_ref(). | jsing | 2018-02-22 | 1 | -1/+8 |
* | Provide SSL_CTX_get_ciphers(). | jsing | 2018-02-22 | 1 | -1/+7 |
* | Provide SSL_get_client_random() and SSL_get_server_random() | jsing | 2018-02-17 | 1 | -2/+35 |
* | Provide SSL_CTX_get0_certificate() | jsing | 2018-02-17 | 1 | -1/+10 |
* | Provide SSL_CTX_up_ref(). | jsing | 2018-02-14 | 1 | -1/+8 |
* | Provide SSL_CTX_get0_param() and SSL_get0_param(). | jsing | 2018-02-14 | 1 | -1/+13 |
* | Convert ssl3_client_hello() to CBB. | jsing | 2017-10-11 | 1 | -27/+16 |
* | Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and | jsing | 2017-10-10 | 1 | -24/+14 |
* | Bring back the NPN related symbols. | jsing | 2017-08-30 | 1 | -1/+25 |
* | Completely remove NPN remnants. | jsing | 2017-08-28 | 1 | -25/+1 |
* | Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL. | doug | 2017-08-13 | 1 | -10/+38 |
* | Remove NPN support. | jsing | 2017-08-12 | 1 | -69/+9 |
* | Remove support for DSS/DSA, since we removed the cipher suites a while | jsing | 2017-08-12 | 1 | -13/+3 |
* | I don't think eay will ever fix this... | jsing | 2017-08-11 | 1 | -2/+2 |
* | style(9) in ssl_set_cert_masks(). | jsing | 2017-08-11 | 1 | -7/+7 |
* | Clean up the EC key/curve configuration handling. | jsing | 2017-08-10 | 1 | -7/+3 |
* | Pull out the code that identifies if we have an ECC cipher in the cipher | jsing | 2017-08-09 | 1 | -1/+42 |
* | Move state from ssl->internal to the handshake structure. | beck | 2017-05-07 | 1 | -8/+8 |
* | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | beck | 2017-05-06 | 1 | -6/+6 |
* | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | jsing | 2017-05-06 | 1 | -1/+28 |
* | Stop pretending that MD5 and SHA1 might not exist - rather than locating | jsing | 2017-02-28 | 1 | -10/+1 |
* | Avoid dereferencing a pointer when reporting an error about the same | jsing | 2017-02-15 | 1 | -2/+2 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -49/+49 |
* | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | beck | 2017-01-26 | 1 | -43/+22 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -49/+49 |
* | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | jsing | 2017-01-26 | 1 | -2/+2 |
* | Move relatively new version range code from ssl_lib.c into a separate | jsing | 2017-01-26 | 1 | -156/+1 |
* | Remove ssl3_undef_enc_method - if we have internal bugs we want to segfault | jsing | 2017-01-26 | 1 | -28/+1 |
* | Limit enabled version range by the versions configured on the SSL_CTX/SSL, | jsing | 2017-01-25 | 1 | -19/+80 |
* | BUF_MEM_free(), X509_STORE_free() and X509_VERIFY_PARAM_free() all check | jsing | 2017-01-24 | 1 | -13/+7 |
* | sk_free() checks for NULL so do not bother doing it from the callers. | jsing | 2017-01-24 | 1 | -3/+2 |
* | sk_pop_free() checks for NULL so do not bother doing it from the callers. | jsing | 2017-01-24 | 1 | -12/+9 |
* | Within libssl a SSL_CTX * is referred to as a ctx - fix this for | jsing | 2017-01-24 | 1 | -29/+29 |
* | Add support for setting the supported EC curves via | jsing | 2017-01-24 | 1 | -2/+33 |
* | ssl_cert_free() checks for NULL itself. | jsing | 2017-01-24 | 1 | -10/+5 |
* | Remove a "free up if allocated" comment that exists before code that frees | jsing | 2017-01-24 | 1 | -2/+1 |
* | sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from | jsing | 2017-01-24 | 1 | -9/+5 |
* | move default_passwd_cb and default_passwd_cb_userdata back into | beck | 2017-01-23 | 1 | -5/+5 |
* | Move options and mode from SSL_CTX and SSL to internal, since these can be | jsing | 2017-01-23 | 1 | -23/+23 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -35/+35 |
* | Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrl | jsing | 2017-01-23 | 1 | -5/+7 |
* | send state and rstate from ssl_st into internal. There are accessors | beck | 2017-01-23 | 1 | -9/+9 |