summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2018-03-17In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@Ingo Schwarze
2018-03-17In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ providedIngo Schwarze
2018-03-17crank majorsTheo Buehler
2018-03-17Bump minors after symbol additionTheo Buehler
2018-03-17Bring in compatibility for OpenSSL 1.1 style init functions.Bob Beck
2018-03-17Provide SSL_SESSION_get_ticket_lifetime_hint() andTheo Buehler
2018-03-17Provide SSL_CTX_get_default_passwd_cb{,_userdata}()Theo Buehler
2018-03-17SSL_SESSION_get_protocol_version() takes a const SSL_SESSION *.Theo Buehler
2018-03-17Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(),Joel Sing
2018-03-17Provide SSL_SESSION_get0_id_context().Joel Sing
2018-03-15Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_versionJeremie Courreges-Anglas
2018-03-03Provide macro versions of SSL_CTX_set_min/max_proto_version and friendsJeremie Courreges-Anglas
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