summaryrefslogtreecommitdiff
path: root/ssl/ssl_sess.c
Commit message (Expand)AuthorAgeFilesLines
* New ctrl values to clear or retrieve extra chain certs from an SSL_CTX.steve2011-12-221-10/+5
* Fix session handling.bodo2011-09-051-57/+78
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionsteve2011-04-291-0/+5
* Initial "opaque SSL" framework. If an application definessteve2011-04-291-0/+29
* Add SRP support.ben2011-03-121-0/+7
* PR: 2160steve2010-02-011-1/+1
* Initial experimental TLSv1.1 supportsteve2009-12-071-0/+5
* Updates from 1.0.0-stable branch.steve2009-04-201-0/+5
* PR: 1574steve2008-11-151-0/+55
* Fix from stable branch.steve2008-09-031-1/+1
* Avoid warnings with -pedantic, specifically:steve2008-07-041-1/+1
* Add client cert engine to SSL routines.steve2008-06-011-0/+22
* LHASH revamp. make depend.ben2008-05-261-12/+13
* Don't lookup zero length session ID.steve2007-10-171-1/+3
* RFC4507 (including RFC4507bis) TLS stateless session resumption supportsteve2007-08-111-6/+34
* Finish gcc 4.2 changes.steve2007-06-071-0/+1
* stricter session ID context matchingbodo2007-03-211-21/+23
* use user-supplied malloc functions for persistent kssl objectsnils2007-02-101-1/+1
* Win32 fixes from stable branch.steve2006-11-301-7/+7
* replace macros with functionsnils2006-11-291-0/+69
* Implement Supported Elliptic Curves Extension.bodo2006-03-301-0/+16
* udpate Supported Point Formats Extension codebodo2006-03-131-0/+1
* Implement the Supported Point Formats Extension for ECC ciphersuitesbodo2006-03-111-0/+21
* add initial support for RFC 4279 PSK SSL ciphersuitesnils2006-03-101-0/+36
* Further TLS extension updatesbodo2006-01-091-7/+11
* Fixes for TLS server_name extensionbodo2006-01-061-14/+20
* Various changes in the new TLS extension code, including the following:bodo2006-01-031-2/+54
* Support TLS extensions (specifically, HostName)bodo2006-01-021-0/+7
* Rewrite timeout computation in a way that is less prone to overflow.bodo2005-12-301-1/+1
* Avoid warnings on VC++ 2005.steve2005-12-051-1/+1
* Let the TLSv1_method() etc. functions return a const SSL_METHODnils2005-08-141-1/+1
* check return value of RAND_pseudo_bytes; backport from the stable branchnils2005-04-291-1/+2
* Add DTLS support.ben2005-04-261-0/+5
* Constification.ben2005-03-301-5/+5
* Avoid including cryptlib.h, it's not really needed.levitte2003-12-271-1/+0
* These should be write-locks, not read-locks.geoff2003-09-081-2/+2
* Session cache implementations shouldn't have to access SSL_SESSIONgeoff2003-02-151-0/+7
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-281-4/+4
* Security fixes brought forward from 0.9.7.ben2002-11-131-3/+3
* Correct and enhance the behaviour of "internal" session caching as itgeoff2002-10-291-3/+6
* get rid of OpenSSLDiebodo2002-08-021-1/+6
* OpenSSL Security Advisory [30 July 2002]jaenicke2002-07-301-0/+2
* Make removal from session cache more robust.jaenicke2002-02-101-2/+2
* Make the necessary changes to work with the recent "ex_data" overhaul.geoff2001-09-011-8/+4
* The indexes returned by ***_get_ex_new_index() functions are used whengeoff2001-08-121-4/+4
* Whoops, my fault, a backslash got converted to a slash...levitte2001-07-311-1/+1
* More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>levitte2001-07-311-0/+11
* Fix an oversight - when checking a potential session ID for conflicts withgeoff2001-02-231-2/+2
* This change allows a callback to be used to override the generation ofgeoff2001-02-211-18/+73
* Move all the existing function pointer casts associated with LHASH's twogeoff2001-01-091-1/+3