]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_sess.c
Remove SSLv2 support
[thirdparty/openssl.git] / ssl / ssl_sess.c
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-10-28  Emilia KasperTighten session ticket handling
2013-09-06  Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-03-26  Dr. Stephen HensonProvisional DTLS 1.2 support.
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2012-05-30  Ben LaurieRFC 5878 support.
2012-03-28  Dr. Stephen HensonInitial revision of ECC extension handling.
2011-12-22  Dr. Stephen HensonNew ctrl values to clear or retrieve extra chain certs...
2011-09-05  Bodo MöllerFix session handling.
2011-04-29  Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2011-04-29  Dr. Stephen HensonInitial "opaque SSL" framework. If an application defines
2011-03-12  Ben LaurieAdd SRP support.
2010-02-01  Dr. Stephen HensonPR: 2160
2009-12-07  Dr. Stephen HensonInitial experimental TLSv1.1 support
2009-04-20  Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2008-11-15  Dr. Stephen HensonPR: 1574
2008-09-03  Dr. Stephen HensonFix from stable branch.
2008-07-04  Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-06-01  Dr. Stephen HensonAdd client cert engine to SSL routines.
2008-05-26  Ben LaurieLHASH revamp. make depend.
2007-10-17  Dr. Stephen HensonDon't lookup zero length session ID.
2007-08-11  Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-06-07  Dr. Stephen HensonFinish gcc 4.2 changes.
2007-03-21  Bodo Möllerstricter session ID context matching
2007-02-10  Nils Larschuse user-supplied malloc functions for persistent kssl...
2006-11-30  Dr. Stephen HensonWin32 fixes from stable branch.
2006-11-29  Nils Larschreplace macros with functions
2006-03-30  Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-13  Bodo Möllerudpate Supported Point Formats Extension code
2006-03-11  Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-10  Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-09  Bodo MöllerFurther TLS extension updates
2006-01-06  Bodo MöllerFixes for TLS server_name extension
2006-01-03  Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02  Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-12-30  Bodo MöllerRewrite timeout computation in a way that is less prone...
2005-12-05  Dr. Stephen HensonAvoid warnings on VC++ 2005.
2005-08-14  Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-04-29  Nils Larschcheck return value of RAND_pseudo_bytes; backport from...
2005-04-26  Ben LaurieAdd DTLS support.
2005-03-30  Ben LaurieConstification.
2003-12-27  Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-09-08  Geoff ThorpeThese should be write-locks, not read-locks.
2003-02-15  Geoff ThorpeSession cache implementations shouldn't have to access...
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-29  Geoff ThorpeCorrect and enhance the behaviour of "internal" session...
2002-08-02  Bodo Möllerget rid of OpenSSLDie
2002-07-30  Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-02-10  Lutz JänickeMake removal from session cache more robust.
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-12  Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-07-31  Richard LevitteWhoops, my fault, a backslash got converted to a slash...
2001-07-31  Richard LevitteMore Kerberos SSL changes from Jeffrey Altman <jaltman...
2001-02-23  Geoff ThorpeFix an oversight - when checking a potential session...
2001-02-21  Geoff ThorpeThis change allows a callback to be used to override...
2001-01-09  Geoff ThorpeMove all the existing function pointer casts associated...
2000-12-01  Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-11-29  Lutz JänickeStore verify_result with sessions to avoid potential...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-01-30  Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-26  Bodo MöllerSome comments added, and slight code clean-ups.
2000-01-23  Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-21  Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
1999-12-29  Bodo MöllerFix SSL_CTX_add_session: When two SSL_SESSIONs have...
1999-11-17  Bodo MöllerRestore traditional SSL_get_session behaviour so that...
1999-11-16  Bodo MöllerStore verify_result with sessions to avoid potential...
1999-11-15  Mark J. CoxThis corrects the reference count handling in SSL_get_s...
1999-06-07  Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-05-23  Bodo MöllerDon't use NULL-pointer :-/
1999-05-23  Bodo MöllerComment about bug.
1999-05-23  Bodo MöllerLet ssl_get_prev_session reliably work in multi-threade...
1999-05-23  Bodo MöllerAvoid memory hole when we don't like the session propos...
1999-05-17  Bodo MöllerAdditional, more descriptive error message for rejectio...
1999-05-13  Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-09  Bodo MöllerNo actual change, but the cert_st member of struct...
1999-05-01  Bodo MöllerAdd "static" to function definition
1999-04-29  Dr. Stephen HensonFix a couple of cases where an attempt is made to lock...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-16  Ben LaurieFix some warnings. Contributed by Anonymous.
1999-04-12  Ben LaurieAdd type-safe STACKs and SETs.
1999-03-31  Bodo MöllerNew option "-showcerts" for s_client
1999-03-22  Ben LaurieFix security hole.
1999-02-21  Ben LaurieAdd support for new TLS export ciphersuites.
1999-02-16  Mark J. CoxUpdates to the new SSL compression code
1999-01-07  Ben LaurieAccept NULL in *_free.
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...