Age | Commit message (Expand) | Author |
2018-08-24 | Let SSL_copy_session_id() return an int for error checking. | Theo Buehler |
2018-05-01 | const for BIO_f_ssl(), the last const difference to OpenSSL in our | Theo Buehler |
2018-04-25 | Fix capitalization of data. Pointed out by jsing and forgotten in | Theo Buehler |
2018-04-25 | OpenSSL started adding const to functions all over the place. Make all | Theo Buehler |
2018-04-11 | Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients from | Joel Sing |
2018-03-20 | Provide SSL_SESSION_set1_id() | Theo Buehler |
2018-03-17 | Bring in compatibility for OpenSSL 1.1 style init functions. | Bob Beck |
2018-03-17 | Provide SSL_SESSION_get_ticket_lifetime_hint() and | Theo Buehler |
2018-03-17 | Provide SSL_CTX_get_default_passwd_cb{,_userdata}() | Theo Buehler |
2018-03-17 | SSL_SESSION_get_protocol_version() takes a const SSL_SESSION *. | Theo Buehler |
2018-03-17 | Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(), | Joel Sing |
2018-03-17 | Provide SSL_SESSION_get0_id_context(). | Joel Sing |
2018-03-15 | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version | Jeremie Courreges-Anglas |
2018-03-03 | Provide macro versions of SSL_CTX_set_min/max_proto_version and friends | Jeremie Courreges-Anglas |
2018-02-22 | Provide SSL_is_server(). | Joel Sing |
2018-02-22 | Provide SSL_up_ref(). | Joel Sing |
2018-02-22 | Provide SSL_CTX_get_ciphers(). | Joel Sing |
2018-02-22 | Provide SSL_SESSION_up_ref(). | Joel Sing |
2018-02-20 | Provide SSL_SESSION_get_protocol_version() | Theo Buehler |
2018-02-17 | Provide SSL_SESSION_get_master_key() | Joel Sing |
2018-02-17 | Provide SSL_get_client_random() and SSL_get_server_random() | Joel Sing |
2018-02-17 | Provide SSL_CTX_get0_certificate() | Joel Sing |
2018-02-17 | Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg(). | Joel Sing |
2018-02-14 | Provide SSL_CTX_up_ref(). | Joel Sing |
2018-02-14 | Provide SSL_CTX_get0_param() and SSL_get0_param(). | Joel Sing |
2017-08-30 | Bring back the NPN related symbols. | Joel Sing |
2017-08-28 | Completely remove NPN remnants. | Joel Sing |
2017-08-13 | Remove support for the TLS padding extension. | Joel Sing |
2017-08-13 | Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG. | Joel Sing |
2017-08-10 | Clean up the EC key/curve configuration handling. | Joel Sing |
2017-05-07 | Move state from ssl->internal to the handshake structure. | Bob Beck |
2017-05-06 | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | Joel Sing |
2017-02-05 | Define values for SSL_CTRL_SET_GROUPS{,_LIST} and wire them up to the | Joel Sing |
2017-01-31 | Provide an SSL_OP_NO_CLIENT_RENEGOTIATION option that disallows | Joel Sing |
2017-01-26 | Limit the number of sequential empty records that we will process | Bob Beck |
2017-01-26 | Remove a sess_cert reference from a comment in the public header. | Joel Sing |
2017-01-25 | Provide defines for SSL_CTRL_SET_CURVES/SSL_CTRL_SET_CURVES_LIST for things | Joel Sing |
2017-01-24 | Add support for setting the supported EC curves via | Joel Sing |
2017-01-24 | unifdef OPENSSL_NO_BIO - we do not support this in any form. | 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 ex_data, next and prev from SSL_SESSION to internal. | Joel Sing |
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 |