summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
AgeCommit message (Expand)Author
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-08Extended master secret fixes and checks.Dr. Stephen Henson
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-23Fix a few missed "if (!ptr)" cleanupsRich Salz
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-10-05Add PACKET_copy_allEmilia Kasper
2015-10-05ssl_sess.c: grab a copy of the session IDEmilia Kasper
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-08-03PACKETise ClientHello processingMatt Caswell
2015-06-30Dup peer_chain properly in SSL_SESSIONDr. Stephen Henson
2015-06-22Remove SESS_CERT entirely.Dr. Stephen Henson
2015-06-22Move peer chain to SSL_SESSION structure.Dr. Stephen Henson
2015-06-11More ssl_session_dup fixesMatt Caswell
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30Add sanity check to ssl_get_prev_sessionMatt Caswell
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-14Fix ssl_get_prev_session overrunMatt Caswell
2015-04-11free NULL cleanup 9Rich Salz
2015-04-11free NULL cleanup 10Rich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-02-10Add SSL_SESSION_get0_ticket API function.Matt Caswell
2015-02-10Provide the API functions SSL_SESSION_has_ticket andMatt Caswell
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-10SSL_set_session: check for NULL after allocating s->kssl_ctx->client_princJonas Maebe
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-10-28Tighten session ticket handlingEmilia Kasper
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-03-26Provisional DTLS 1.2 support.Dr. Stephen Henson
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie