aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe2001-02-231-2/+2
* This change allows a callback to be used to override the generation ofGeoff Thorpe2001-02-211-18/+73
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-091-1/+3
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-1/+1
* Store verify_result with sessions to avoid potential security hole.Lutz Jänicke2000-11-291-0/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-7/+6
* Some comments added, and slight code clean-ups.Bodo Möller2000-01-261-10/+4
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-5/+5
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+1
* Fix SSL_CTX_add_session: When two SSL_SESSIONs have the same ID,Bodo Möller1999-12-291-10/+35
* Restore traditional SSL_get_session behaviour so that s_client and s_serverBodo Möller1999-11-171-0/+13
* Store verify_result with sessions to avoid potential security hole.Bodo Möller1999-11-161-0/+3
* This corrects the reference count handling in SSL_get_session.Mark J. Cox1999-11-151-1/+10
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-5/+5
* Don't use NULL-pointer :-/Bodo Möller1999-05-231-2/+3
* Comment about bug.Bodo Möller1999-05-231-0/+2
* Let ssl_get_prev_session reliably work in multi-threaded settings.Bodo Möller1999-05-231-14/+53
* Avoid memory hole when we don't like the session proposed by the clientBodo Möller1999-05-231-5/+5
* Additional, more descriptive error message for rejection of a session IDBodo Möller1999-05-171-1/+5
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-131-1/+5
* No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller1999-05-091-1/+1
* Add "static" to function definitionBodo Möller1999-05-011-1/+1
* Fix a couple of cases where an attempt is made to lock an already lockedDr. Stephen Henson1999-04-291-4/+10
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-6/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-63/+23
* Fix some warnings. Contributed by Anonymous.Ben Laurie1999-04-161-1/+1
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-1/+1
* New option "-showcerts" for s_clientBodo Möller1999-03-311-1/+1
* Fix security hole.Ben Laurie1999-03-221-9/+19
* Add support for new TLS export ciphersuites.Ben Laurie1999-02-211-2/+2
* Updates to the new SSL compression codeMark J. Cox1999-02-161-8/+40
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-23/+180
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+425