Age | Commit message (Expand) | Author |
2018-02-27 | fix a wrong preposition; from Daniel Bevenius at gmail dot com | Ingo Schwarze |
2018-02-27 | Add a cross reference to SSL_get_ex_data_X509_STORE_CTX_idx(3); | Ingo Schwarze |
2018-02-27 | Import SSL_CTX_set_tlsext_use_srtp(3) from OpenSSL, slightly tweaked by me. | Ingo Schwarze |
2018-02-27 | Add four options that exist in our tree and are documented in OpenSSL. | Ingo Schwarze |
2018-02-27 | sort option list alphabetically in preparation for adding missing options; | Ingo Schwarze |
2018-02-27 | Mention that SSL_OP_TLSEXT_PADDING no longer has any effect, | Ingo Schwarze |
2018-02-27 | Merge the documentation of SSL_CIPHER_get_id(3) and | Ingo Schwarze |
2018-02-27 | In ssl.h rev. 1.145 2018/02/22 17:30:25, jsing@ provided SSL_is_server(3). | Ingo Schwarze |
2018-02-27 | In ssl.h rev. 1.144 2018/02/22 17:29:24, jsing@ provided SSL_up_ref(3). | Ingo Schwarze |
2018-02-26 | In ssl.h rev. 1.143 2018/02/22 17:27:07, jsing@ provided | Ingo Schwarze |
2018-02-26 | In ssl.h rev. 1.142 2018/02/22 17:25:18, jsing@ provided | Ingo Schwarze |
2018-02-25 | In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ provided | Ingo Schwarze |
2018-02-24 | In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ provided | Ingo Schwarze |
2018-02-22 | Bump lib{crypto,ssl,tls} minors due to symbol additions. | Joel Sing |
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 | Crank lib{crypto,ssl,tls} minors after symbol addition. | Theo Buehler |
2018-02-20 | Provide SSL_SESSION_get_protocol_version() | Theo Buehler |
2018-02-19 | Merge new RETURN VALUES section; from Paul Yang via | Ingo Schwarze |
2018-02-18 | In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20, | Ingo Schwarze |
2018-02-18 | In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ provided | Ingo Schwarze |
2018-02-18 | In tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ provided | Ingo Schwarze |
2018-02-18 | Bump minor due to symbol addition. | Theo Buehler |
2018-02-18 | Bump libcrypto/libssl/libtls minors due to symbol additions. | Theo Buehler |
2018-02-17 | Bump libcrypto/libssl/libtls minors due to symbol additions. | Joel Sing |
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 | In ssl.h rev. 1.136 2018/02/14 17:08:44, jsing@ provided | Ingo Schwarze |
2018-02-14 | In ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ provided | Ingo Schwarze |
2018-02-14 | Bump lib{crypto,ssl,tls} minors due to symbol additions. | 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 |
2018-02-10 | Bump lib{crypto,ssl,tls} minors due to symbol addition. | Joel Sing |
2018-02-08 | Complete the TLS extension rewrite on the client-side. | Joel Sing |
2018-01-28 | Initialize variables to avoid compiler warnings | Kinichiro Inoguchi |
2018-01-27 | Complete the TLS extension handling rewrite for the server-side. | Joel Sing |
2018-01-27 | Clarify the comment re the F5 EC curves extension bug. | Joel Sing |
2018-01-27 | Convert ssl3_put_cipher_by_char() to CBB. | Joel Sing |
2017-11-28 | Correct TLS extensions handling when no extensions are present. | Joel Sing |
2017-11-28 | Add CBB_discard_child(), which allows for a child CBB to be discarded. | Joel Sing |
2017-10-12 | Rename ssl3_client_hello() to ssl3_send_client_hello() for consistency. | Joel Sing |
2017-10-12 | Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code. | Joel Sing |
2017-10-12 | Drop prototypes for ssl23_*() functions, which no longer exist. | Joel Sing |
2017-10-11 | Convert ssl3_client_hello() to CBB. | Joel Sing |
2017-10-11 | Fully convert ssl3_send_server_hello() to CBB. | Joel Sing |
2017-10-10 | Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and | Joel Sing |