Age | Commit message (Expand) | Author |
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 |
2017-10-10 | ((remove) (some) (unnecessary) (parentheses)) | Joel Sing |
2017-10-10 | Merge dtls1_connect() into ssl3_connect(), removing a large amount of | Joel Sing |
2017-10-08 | Reduce non-functional differences between dtls1_accept() and | Joel Sing |
2017-10-08 | Reduce non-functional differences between dtls1_connect() and | Joel Sing |
2017-10-08 | Fix some style/whitespace/indentation issues in ssl3_accept(). | Joel Sing |
2017-10-08 | Fix some style/whitespace/indentation issues in ssl3_connect(). | Joel Sing |
2017-10-08 | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | Joel Sing |