| Commit message (Expand) | Author | Age | Files | Lines |
| * | Consistently spell 'unsigned' as 'unsigned int', as style(9) seems |  tb | 2020-03-16 | 1 | -3/+3 |
| * | Move guards from public to internal headers, and fix not use values. |  beck | 2020-01-22 | 1 | -7/+1 |
| * | Split the TLSv1.3 guards into separate client and server guards. |  jsing | 2020-01-22 | 1 | -1/+7 |
| * | Provide SSL_R_UNKNOWN. |  jsing | 2020-01-21 | 1 | -1/+2 |
| * | Revise SSL_CTX_get_extra_chain_certs() to match OpenSSL behaviour. |  jsing | 2020-01-02 | 1 | -6/+8 |
| * | 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 |