aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
Commit message (Expand)AuthorAgeFilesLines
* Remove null check, per review feedback. Note this in the docs.TJ Saunders2016-05-311-2/+0
* Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders2016-05-311-0/+7
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-3/+3
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* Fix some out of date commentsMatt Caswell2016-05-171-3/+3
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-2/+5
* Add SSL_SESSION_get0_hostname()Lyon Chen2016-04-141-0/+5
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-271-15/+4
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-081-24/+49
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-9/+2
* constify PACKETEmilia Kasper2016-02-011-10/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2016-01-191-5/+1
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-111-4/+3
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-8/+8
* Extended master secret fixes and checks.Dr. Stephen Henson2015-12-081-2/+20
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-9/+0
* Fix a few missed "if (!ptr)" cleanupsRich Salz2015-11-231-1/+1
* Standardise our style for checking malloc failuresMatt Caswell2015-11-091-1/+1
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-1/+1
* Add PACKET_copy_allEmilia Kasper2015-10-051-4/+7
* ssl_sess.c: grab a copy of the session IDEmilia Kasper2015-10-051-6/+8
* ssl3_get_client_hello: rearrange logicEmilia Kasper2015-10-051-11/+13
* remove 0 assignments.Rich Salz2015-09-031-18/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* PACKETise ClientHello processingMatt Caswell2015-08-031-8/+3
* Dup peer_chain properly in SSL_SESSIONDr. Stephen Henson2015-06-301-0/+6
* Remove SESS_CERT entirely.Dr. Stephen Henson2015-06-221-4/+0
* Move peer chain to SSL_SESSION structure.Dr. Stephen Henson2015-06-221-0/+1
* More ssl_session_dup fixesMatt Caswell2015-06-111-34/+38
* Fix race condition in NewSessionTicketMatt Caswell2015-06-021-0/+116
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-19/+7
* Remove Kerberos support from libsslMatt Caswell2015-05-131-14/+0
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-16/+8
* free null cleanup finaleRich Salz2015-05-011-5/+2
* Add sanity check to ssl_get_prev_sessionMatt Caswell2015-04-301-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-2/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* Fix ssl_get_prev_session overrunMatt Caswell2015-04-141-0/+5
* free NULL cleanup 9Rich Salz2015-04-111-9/+4
* free NULL cleanup 10Rich Salz2015-04-111-6/+3
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* Fix missing return value checksMatt Caswell2015-03-231-2/+4