summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
AgeCommit message (Expand)Author
2016-08-17Add missing session id and tlsext_status accessorsRemi Gacogne
2016-08-16Convert SSL_SESSION* functions to use const gettersMatt Caswell
2016-08-12GH1446: Add SSL_SESSION_get0_cipherRich Salz
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-19Remove sessions from external cache, even if internal cache not used.Matt Caswell
2016-06-14Initialize the session_idKurt Roeckx
2016-06-13Ensure SSL_set_session clears the old session from cache if it is badMatt Caswell
2016-06-08Always use session_ctx when removing a sessionTodd Short
2016-05-31Remove null check, per review feedback. Note this in the docs.TJ Saunders
2016-05-31Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-17Fix some out of date commentsMatt Caswell
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY
2016-04-14Add SSL_SESSION_get0_hostname()Lyon Chen
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-20Remove #error from include files.Rich Salz
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-19Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
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