Fix for SSL_get_certificate
[openssl.git] / ssl / ssl_lib.c
2013-02-11 Dr. Stephen HensonFix for SSL_get_certificate
2013-02-05 Dr. Stephen HensonFix error codes.
2012-10-05 Dr. Stephen Hensonbackport OCSP fix enhancement
2012-10-05 Ben LaurieBackport OCSP fix.
2012-01-05 Bodo MöllerFix for builds without DTLS support.
2011-09-26 Dr. Stephen Hensonfix signed/unsigned warning
2011-09-23 Dr. Stephen HensonPR: 2602
2010-06-12 Ben LaurieFix gcc 4.6 warnings. Check TLS server hello extension...
2010-02-17 Dr. Stephen HensonOR default SSL_OP_LEGACY_SERVER_CONNECT so existing...
2010-01-07 Dr. Stephen HensonSimplify RI+SCSV logic:
2010-01-06 Dr. Stephen HensonUpdates to conform with draft-ietf-tls-renegotiation...
2009-12-27 Dr. Stephen HensonUpdate RI to match latest spec.
2009-12-16 Dr. Stephen HensonNew option to enable/disable connection to unpatched...
2009-12-09 Dr. Stephen HensonDocument option clearning functions.
2009-12-09 Dr. Stephen HensonAdd ctrls to clear options and mode.
2009-12-08 Dr. Stephen HensonAdd ctrl and macro so we can determine if peer support...
2009-12-08 Dr. Stephen HensonAdd support for magic cipher suite value (MCSV). Make...
2009-10-16 Dr. Stephen HensonPR: 2073
2009-04-19 Dr. Stephen HensonPR: 1751
2009-02-23 Ben LaurieFix memory leak.
2008-06-16 Dr. Stephen HensonMake ssl code consistent with FIPS branch. The new...
2008-06-05 Dr. Stephen HensonIf auto load ENGINE lookup fails retry adding builtin...
2008-06-05 Dr. Stephen Hensoninclude engine.h if needed.
2008-06-04 Dr. Stephen HensonUpdate from HEAD.
2007-10-12 Dr. Stephen HensonBackport certificate status request TLS extension suppo...
2007-09-19 Ben LaurieLingering "security" fix.
2007-08-12 Dr. Stephen HensonBackport of TLS extension code to OpenSSL 0.9.8.
2006-11-29 Nils Larschreplace macros with functions
2006-09-28 Mark J. CoxIntroduce limits to prevent malicious keys being able to
2005-12-05 Dr. Stephen HensonFix from HEAD.
2005-09-30 Dr. Stephen HensonUpdate from HEAD.
2005-08-28 Nils Larschfix warnings when building openssl with (gcc 3.3.1):
2005-07-16 Nils Larschmake
2005-06-23 Richard LevitteDCC doesn't like argument names in returned function...
2005-06-10 Nils Larsch- let SSL_CTX_set_cipher_list and SSL_set_cipher_list...
2005-05-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-11 Bodo MöllerDon't use the SSL 2.0 Client Hello format if SSL 2...
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-13 Andy PolyakovMore cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We...
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieConstification.
2005-01-12 Richard LevitteSmall typo, `mask' got the same value ORed to it twice...
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2003-12-27 Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-10-06 Richard LevitteAdd functionality to get information on compression...
2003-09-27 Richard LevitteFree the Kerberos context upon freeing the SSL.
2003-01-30 Richard LevitteFix a memory leak in SSL.
2003-01-16 Richard LevitteFix possible NULL dereferencial.
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-16 Lutz JänickeReorder cleanup sequence in SSL_CTX_free() to leave...
2002-08-12 Bodo Möllerremove debug messages
2002-08-09 Bodo MöllerECC ciphersuite support
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-02-28 Bodo MöllerAdd 'void *' argument to app_verify_callback.
2002-02-27 Lutz JänickeFix the fix (Yoram Zahavi)...
2002-02-26 Lutz JänickeMake sure to remove bad sessions in SSL_clear() (found...
2002-02-08 Lutz JänickeDo not store unneeded data.
2002-01-14 Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
2002-01-12 Ben LauriePrototype info function.
2001-10-24 Bodo MöllerFix SSL handshake functions and SSL_clear() such that...
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-17 Bodo Möllergcc complained about "write" being shadowed even though...
2001-10-16 Bodo MöllerAdd per-SSL 'msg_callback' with 'msg_callback_arg'.
2001-09-20 Bodo MöllerNew function SSL_renegotiate_pending().
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
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-30 Lutz JänickeFix inconsistent behaviour with respect to verify_callb...
2001-07-16 Richard LevitteSSL_get_rfc were documented but not implemented.
2001-07-15 Richard LevitteSSL_get_[rw]fd were documented but not implemented.
2001-07-11 Richard LevitteInclude kssl_lcl.h where needed.
2001-07-11 Richard LevitteChanges to the Kerberos SSL code by Jeffrey Altman...
2001-05-10 Dr. Stephen HensonPurpose and trust setting functions for X509_STORE.
2001-04-08 Bodo MöllerAvoid assert() in the library.
2001-03-09 Bodo MöllerConsistently use 'void *' for SSL read, peek and write...
2001-03-08 Bodo Mölleradd ssl23_peek
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-02-23 Geoff ThorpeFix an oversight - when checking a potential session...
2001-02-21 Geoff ThorpeIf a callback is generating a new session ID for SSLv2...
2001-02-21 Geoff ThorpeThis change allows a callback to be used to override...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-12 Richard LevitteSSL_new() may potentially add a certfificate. Therefor...
2000-12-08 Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-04 Geoff ThorpeMake the remaining LHASH macro changes. This should...
2000-12-02 Ulf Möllerremove unused static function
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-30 Richard Levittecomp_methods in a SSL_CTX points at an internal databas...
2000-11-28 Bodo MöllerComments on SSL_peek deficiencies
2000-10-12 Dr. Stephen HensonMake non blocking I/O work for accept BIOs.
2000-09-26 Bodo MöllerSet s->read_ahead in SSL_new because SSL_clear no longe...
2000-09-26 Bodo MöllerDon't modify s->read_ahead in SSL_clear, which is calle...
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-05 Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
next