Age | Commit message (Expand) | Author |
2020-09-20 | Add guards around SSL_get0_peername that were accidentally omitted. | Theo Buehler |
2020-09-19 | Prepare to provide SSL_get0_peername | Theo Buehler |
2020-09-19 | Prepare to provide stubbed out versions for reading/writing 0-RTT data | Theo Buehler |
2020-09-19 | Prepare to provide SSL{,_CTX}_{get,set}_max_early_data | Theo Buehler |
2020-09-19 | Prepare to provide SSL_SESSION_{set,get}_max_early_data() | Theo Buehler |
2020-09-17 | Prepare to provide SSL_get_peer_tmp_key(). | Joel Sing |
2020-09-13 | Implement SSL_{CTX_,}set_ciphersuites(). | Joel Sing |
2020-03-16 | Consistently spell 'unsigned' as 'unsigned int', as style(9) seems | Theo Buehler |
2020-01-22 | Move guards from public to internal headers, and fix not use values. | Bob Beck |
2020-01-22 | Split the TLSv1.3 guards into separate client and server guards. | Joel Sing |
2020-01-21 | Provide SSL_R_UNKNOWN. | Joel Sing |
2020-01-02 | Revise SSL_CTX_get_extra_chain_certs() to match OpenSSL behaviour. | Joel Sing |
2019-04-04 | Provide SSL chain/cert chain APIs. | Joel Sing |
2019-03-17 | Provide version agnostic DTLS methods. | Joel Sing |
2019-01-22 | Add a re-implementation of SSL_get1_supported_ciphers(). | Theo Buehler |
2019-01-22 | Provide SSL_get_client_ciphers(). | Theo Buehler |
2018-11-11 | Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host(). | Theo Buehler |
2018-11-07 | Add TLSv1.3 cipher suites (with appropriate guards). | Joel Sing |
2018-11-06 | Add TLS1_3_VERSION and SSL_OP_NO_TLSv1_3 defines under guards. | Joel Sing |
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 |