| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide SSL chain/cert chain APIs. | jsing | 2019-04-04 | 1 | -1/+36 |
* | Provide version agnostic DTLS methods. | jsing | 2019-03-17 | 1 | -1/+5 |
* | Add a re-implementation of SSL_get1_supported_ciphers(). | tb | 2019-01-22 | 1 | -1/+2 |
* | Provide SSL_get_client_ciphers(). | tb | 2019-01-22 | 1 | -1/+2 |
* | Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host(). | tb | 2018-11-11 | 1 | -1/+2 |
* | Add TLSv1.3 cipher suites (with appropriate guards). | jsing | 2018-11-07 | 1 | -1/+4 |
* | Add TLS1_3_VERSION and SSL_OP_NO_TLSv1_3 defines under guards. | jsing | 2018-11-06 | 1 | -1/+6 |
* | Let SSL_copy_session_id() return an int for error checking. | tb | 2018-08-24 | 1 | -2/+2 |
* | const for BIO_f_ssl(), the last const difference to OpenSSL in our | tb | 2018-05-01 | 1 | -2/+2 |
* | Fix capitalization of data. Pointed out by jsing and forgotten in | tb | 2018-04-25 | 1 | -2/+2 |
* | OpenSSL started adding const to functions all over the place. Make all | tb | 2018-04-25 | 1 | -9/+9 |
* | Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients from | jsing | 2018-04-11 | 1 | -6/+2 |
* | Provide SSL_SESSION_set1_id() | tb | 2018-03-20 | 1 | -1/+4 |
* | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 2018-03-17 | 1 | -1/+14 |
* | Provide SSL_SESSION_get_ticket_lifetime_hint() and | tb | 2018-03-17 | 1 | -1/+3 |
* | Provide SSL_CTX_get_default_passwd_cb{,_userdata}() | tb | 2018-03-17 | 1 | -1/+3 |
* | SSL_SESSION_get_protocol_version() takes a const SSL_SESSION *. | tb | 2018-03-17 | 1 | -2/+2 |
* | Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(), | jsing | 2018-03-17 | 1 | -1/+6 |
* | Provide SSL_SESSION_get0_id_context(). | jsing | 2018-03-17 | 1 | -3/+5 |
* | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version | jca | 2018-03-15 | 1 | -1/+11 |
* | Provide macro versions of SSL_CTX_set_min/max_proto_version and friends | jca | 2018-03-03 | 1 | -1/+16 |
* | Provide SSL_is_server(). | jsing | 2018-02-22 | 1 | -1/+2 |
* | Provide SSL_up_ref(). | jsing | 2018-02-22 | 1 | -2/+3 |
* | Provide SSL_CTX_get_ciphers(). | jsing | 2018-02-22 | 1 | -1/+2 |
* | Provide SSL_SESSION_up_ref(). | jsing | 2018-02-22 | 1 | -2/+3 |
* | Provide SSL_SESSION_get_protocol_version() | tb | 2018-02-20 | 1 | -1/+2 |
* | Provide SSL_SESSION_get_master_key() | jsing | 2018-02-17 | 1 | -1/+3 |
* | Provide SSL_get_client_random() and SSL_get_server_random() | jsing | 2018-02-17 | 1 | -1/+4 |
* | Provide SSL_CTX_get0_certificate() | jsing | 2018-02-17 | 1 | -1/+2 |
* | Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg(). | jsing | 2018-02-17 | 1 | -1/+3 |
* | Provide SSL_CTX_up_ref(). | jsing | 2018-02-14 | 1 | -1/+2 |
* | Provide SSL_CTX_get0_param() and SSL_get0_param(). | jsing | 2018-02-14 | 1 | -2/+3 |
* | Bring back the NPN related symbols. | jsing | 2017-08-30 | 1 | -2/+8 |
* | Completely remove NPN remnants. | jsing | 2017-08-28 | 1 | -8/+2 |
* | Remove support for the TLS padding extension. | jsing | 2017-08-13 | 1 | -4/+3 |
* | Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG. | jsing | 2017-08-13 | 1 | -9/+3 |
* | Clean up the EC key/curve configuration handling. | jsing | 2017-08-10 | 1 | -3/+2 |
* | Move state from ssl->internal to the handshake structure. | beck | 2017-05-07 | 1 | -7/+7 |
* | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | jsing | 2017-05-06 | 1 | -1/+10 |
* | Define values for SSL_CTRL_SET_GROUPS{,_LIST} and wire them up to the | jsing | 2017-02-05 | 1 | -14/+6 |
* | Provide an SSL_OP_NO_CLIENT_RENEGOTIATION option that disallows | jsing | 2017-01-31 | 1 | -1/+3 |
* | Limit the number of sequential empty records that we will process | beck | 2017-01-26 | 1 | -1/+2 |
* | Remove a sess_cert reference from a comment in the public header. | jsing | 2017-01-26 | 1 | -5/+2 |
* | Provide defines for SSL_CTRL_SET_CURVES/SSL_CTRL_SET_CURVES_LIST for things | jsing | 2017-01-25 | 1 | -1/+15 |
* | Add support for setting the supported EC curves via | jsing | 2017-01-24 | 1 | -1/+14 |
* | unifdef OPENSSL_NO_BIO - we do not support this in any form. | jsing | 2017-01-24 | 1 | -15/+1 |
* | move default_passwd_cb and default_passwd_cb_userdata back into | beck | 2017-01-23 | 1 | -1/+12 |
* | Move options and mode from SSL_CTX and SSL to internal, since these can be | jsing | 2017-01-23 | 1 | -6/+3 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -27/+7 |
* | Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrl | jsing | 2017-01-23 | 1 | -5/+1 |