summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2018-04-11In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changedIngo Schwarze
2018-04-11Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients fromJoel Sing
2018-04-10Write documentation for the control string parameter from scratch,Ingo Schwarze
2018-04-07Remove function pointers for ssl_{read,write,peek}.Joel Sing
2018-04-07Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER.Joel Sing
2018-04-02In ssl.h rev. 1.151 2018/03/17 15:48:31, tb@ providedIngo Schwarze
2018-03-30fix typo; from <Alex dot Gaynor at gmail dot com>Ingo Schwarze
2018-03-30Add missing $OpenBSD$.Joel Sing
2018-03-27found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsIngo Schwarze
2018-03-24finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixesIngo Schwarze
2018-03-24ouch, previous was wrong; revert it and fix HISTORY insteadIngo Schwarze
2018-03-23delete two functions that do not existIngo Schwarze
2018-03-23ssl.h HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVSIngo Schwarze
2018-03-23ssl.h HISTORY up to 1.0.1; researched from OpenSSL gitIngo Schwarze
2018-03-23ssl.h HISTORY up to 1.0.0; researched from OpenSSL gitIngo Schwarze
2018-03-23ssl.h HISTORY up to 0.9.8zh; researched from OpenSSL gitIngo Schwarze
2018-03-23ssl.h HISTORY up to 0.9.8h; researched from OpenSSL gitIngo Schwarze
2018-03-23ssl.h HISTORY up to 0.9.8; researched from OpenSSL gitIngo Schwarze
2018-03-22ssl.h HISTORY up to 0.9.7; researched from OpenSSL gitIngo Schwarze
2018-03-22ssl.h HISTORY up to 0.9.6c; researched from OpenSSL gitIngo Schwarze
2018-03-22ssl.h HISTORY up to 0.9.5; researched from OpenSSL gitIngo Schwarze
2018-03-21ssl.h HISTORY up to 0.9.4; researched from OpenSSL gitIngo Schwarze
2018-03-21ssl.h HISTORY up to 0.9.3; researched from OpenSSL gitIngo Schwarze
2018-03-21ssl.h HISTORY up to 0.9.2b; researched from OpenSSL gitIngo Schwarze
2018-03-21ssl.h HISTORY up to SSLeay 0.9.1; researched from OpenSSL gitIngo Schwarze
2018-03-21ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitIngo Schwarze
2018-03-21ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitIngo Schwarze
2018-03-20In ssl.h rev. 1.154 2018/03/20 15:28:12, tb@ providedIngo Schwarze
2018-03-20In i2d_SSL_SESSION(), on error call CBB_cleanup() with the correct CBB.Joel Sing
2018-03-20bump minors after symbol additionTheo Buehler
2018-03-20Provide SSL_SESSION_set1_id()Theo Buehler
2018-03-18In ssl.h rev. 1.149 2018/03/17 14:40:45, jsing@ providedIngo Schwarze
2018-03-18In ssl.h rev. 1.148 2018/03/17 14:26:13, jsing@ providedIngo Schwarze
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