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