| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | send state and rstate from ssl_st into internal. There are accessors | beck | 2017-01-23 | 1 | -4/+1 |
* | move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | beck | 2017-01-23 | 1 | -1/+9 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -103/+1 |
* | Move ex_data, next and prev from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -6/+1 |
* | Move most of the fields in SSL_CTX to internal - the ones that remain are | jsing | 2017-01-23 | 1 | -53/+2 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -29/+3 |
* | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -58/+1 |
* | Move not_resumable and sess_cert from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -9/+4 |
* | Remove heartbeat related fields from the SSL_CTX, which are unused | jsing | 2017-01-23 | 1 | -9/+1 |
* | Move the stats struct from SSL_CTX to internal. | jsing | 2017-01-23 | 1 | -20/+1 |
* | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | jsing | 2017-01-22 | 1 | -57/+1 |
* | Move internal parts of ssl_session_st to internal | beck | 2017-01-22 | 1 | -5/+1 |
* | Move recently added min_version/max_version from SSL and SSL_CTX to their | jsing | 2017-01-22 | 1 | -7/+1 |
* | Convert publically visible structs to translucent structs. | jsing | 2017-01-22 | 1 | -3/+13 |
* | Add support for SSL_get_server_tmp_key(). | jsing | 2016-12-30 | 1 | -2/+7 |
* | Add minimum and maximum version fields to SSL, SSL_CTX and SSL_METHOD | jsing | 2016-12-21 | 1 | -1/+10 |
* | Fix some linewrapping glitches | guenther | 2016-11-04 | 1 | -7/+5 |
* | Expand another LHASH_OF macro. | jsing | 2016-11-02 | 1 | -2/+2 |
* | Expand DECLARE_LHASH_OF and LHASH_OF macros. | jsing | 2016-11-02 | 1 | -3/+5 |