aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_sess.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-05Avoid warnings on VC++ 2005.Dr. Stephen Henson1-1/+1
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch1-1/+1
2005-04-29check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch1-1/+2
2005-04-26Add DTLS support.Ben Laurie1-0/+5
2005-03-30Constification.Ben Laurie1-5/+5
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte1-1/+0
2003-09-08These should be write-locks, not read-locks.Geoff Thorpe1-2/+2
2003-02-15Session cache implementations shouldn't have to access SSL_SESSIONGeoff Thorpe1-0/+7
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-4/+4
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-3/+3
2002-10-29Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe1-3/+6
2002-08-02get rid of OpenSSLDieBodo Möller1-1/+6
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke1-0/+2
2002-02-10Make removal from session cache more robust.Lutz Jänicke1-2/+2
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-8/+4
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe1-4/+4
2001-07-31Whoops, my fault, a backslash got converted to a slash...Richard Levitte1-1/+1
2001-07-31More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte1-0/+11
2001-02-23Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe1-2/+2
2001-02-21This change allows a callback to be used to override the generation ofGeoff Thorpe1-18/+73
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe1-1/+3
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe1-1/+1
2000-11-29Store verify_result with sessions to avoid potential security hole.Lutz Jänicke1-0/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-3/+3
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-7/+6
2000-01-26Some comments added, and slight code clean-ups.Bodo Möller1-10/+4
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-5/+5
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller1-1/+1
1999-12-29Fix SSL_CTX_add_session: When two SSL_SESSIONs have the same ID,Bodo Möller1-10/+35
1999-11-17Restore traditional SSL_get_session behaviour so that s_client and s_serverBodo Möller1-0/+13
1999-11-16Store verify_result with sessions to avoid potential security hole.Bodo Möller1-0/+3
1999-11-15This corrects the reference count handling in SSL_get_session.Mark J. Cox1-1/+10
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1-5/+5
1999-05-23Don't use NULL-pointer :-/Bodo Möller1-2/+3
1999-05-23Comment about bug.Bodo Möller1-0/+2
1999-05-23Let ssl_get_prev_session reliably work in multi-threaded settings.Bodo Möller1-14/+53
1999-05-23Avoid memory hole when we don't like the session proposed by the clientBodo Möller1-5/+5
1999-05-17Additional, more descriptive error message for rejection of a session IDBodo Möller1-1/+5
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1-1/+5
1999-05-09No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller1-1/+1
1999-05-01Add "static" to function definitionBodo Möller1-1/+1
1999-04-29Fix a couple of cases where an attempt is made to lock an already lockedDr. Stephen Henson1-4/+10
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-6/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-63/+23
1999-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie1-1/+1
1999-04-12Add type-safe STACKs and SETs.Ben Laurie1-1/+1
1999-03-31New option "-showcerts" for s_clientBodo Möller1-1/+1
1999-03-22Fix security hole.Ben Laurie1-9/+19
1999-02-21Add support for new TLS export ciphersuites.Ben Laurie1-2/+2