| Commit message (Expand) | Author | Age | Files | Lines |
* | Expose various DTLSv1.2 specific functions and defines |  tb | 2021-03-31 | 1 | -9/+1 |
* | Expose SSL_set_hostflags(3) and SSL_get0_peername(3) |  tb | 2021-03-31 | 1 | -3/+1 |
* | Expose SSL_use_certificate_chain_file(3) |  tb | 2021-03-31 | 1 | -3/+1 |
* | Prepare to provide SSL_use_certificate_chain_file() |  tb | 2021-03-19 | 1 | -1/+4 |
* | Add DTLSv1.2 methods. |  jsing | 2021-02-20 | 1 | -1/+7 |
* | Add various public DTLS related defines. |  jsing | 2021-02-20 | 1 | -1/+9 |
* | Prepare to provide SSL_set_hostflags() |  tb | 2021-01-26 | 1 | -1/+2 |
* | Provide SSL_is_dtls(). |  jsing | 2020-10-14 | 1 | -1/+4 |
* | Add guards around SSL_get0_peername that were accidentally omitted. |  tb | 2020-09-20 | 1 | -1/+3 |
* | Prepare to provide SSL_get0_peername |  tb | 2020-09-19 | 1 | -1/+2 |
* | Prepare to provide stubbed out versions for reading/writing 0-RTT data |  tb | 2020-09-19 | 1 | -1/+12 |
* | Prepare to provide SSL{,_CTX}_{get,set}_max_early_data |  tb | 2020-09-19 | 1 | -1/+10 |
* | Prepare to provide SSL_SESSION_{set,get}_max_early_data() |  tb | 2020-09-19 | 1 | -1/+5 |
* | Prepare to provide SSL_get_peer_tmp_key(). |  jsing | 2020-09-17 | 1 | -1/+11 |
* | Implement SSL_{CTX_,}set_ciphersuites(). |  jsing | 2020-09-13 | 1 | -1/+7 |
* | 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 |