]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_err.c
Fix race condition in NewSessionTicket
[thirdparty/openssl.git] / ssl / ssl_err.c
2015-06-02  Matt CaswellFix race condition in NewSessionTicket
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-03-27  manchaFix alert handling.
2013-02-05  Dr. Stephen HensonFix error codes.
2012-03-12  Dr. Stephen Hensonfix error code
2012-01-04  Dr. Stephen HensonOnly allow one SGC handshake restart for SSL/TLS. ...
2010-01-06  Dr. Stephen HensonUpdates to conform with draft-ietf-tls-renegotiation...
2009-11-18  Dr. Stephen HensonInclude a more meaningful error message when rejecting...
2009-11-09  Dr. Stephen HensonFix wrong function codes and duplicate codes
2009-11-08  Ben LaurieFirst cut of renegotiation extension.
2009-11-05  Ben LaurieDisable renegotiation.
2009-08-26  Dr. Stephen HensonPR: 2006
2009-08-13  Dr. Stephen HensonPR: 1997
2009-08-06  Dr. Stephen HensonFix error codes.
2008-08-13  Bodo Möllersanity check
2008-06-16  Dr. Stephen HensonMake ssl code consistent with FIPS branch. The new...
2008-06-04  Dr. Stephen HensonBackport more ENGINE SSL client auth code to 0.9.8.
2007-10-12  Dr. Stephen HensonBackport certificate status request TLS extension suppo...
2007-10-11  Ben Lauriemake update, and more DTLS stuff.
2007-08-28  Dr. Stephen HensonUpdate from HEAD.
2007-08-12  Dr. Stephen HensonBackport of TLS extension code to OpenSSL 0.9.8.
2006-11-21  Dr. Stephen HensonRebuild error file C source files.
2006-01-08  Bodo MöllerAvoid contradictive error code assignments.
2006-01-08  Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
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-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-26  Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26  Ben LaurieAdd DTLS support.
2005-04-12  Dr. Stephen HensonRebuild error codes.
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30  Ben LaurieConstification.
2003-10-06  Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2002-12-08  Richard LevitteSince it's defined in draft-ietf-tls-compression-04...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-08-09  Bodo MöllerECC ciphersuite support
2002-08-02  Bodo Möllerget rid of OpenSSLDie
2002-07-30  Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2001-11-10  Bodo MöllerImplement msg_callback for SSL 2.0.
2001-09-20  Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-07-09  Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-04-08  Bodo MöllerAvoid assert() in the library.
2001-03-08  Bodo Mölleradd ssl23_peek
2001-03-07  Bodo MöllerFix ERR_R_... problems.
2001-03-05  Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
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-27  Bodo MöllerGet rid of unused error code.
2000-12-14  Bodo MöllerFirst step towards SSL_peek fix.
2000-11-28  Bodo MöllerDisable SSL_peek until it is fixed.
2000-11-26  Bodo Möllermodular arithmetics
2000-09-22  Bodo MöllerAvoid protocol rollback.
2000-03-14  Bodo MöllerUse correct function names in SSLerr macros.
2000-03-05  Bodo MöllerPreserve reason strings in automatically build tables.
2000-02-25  Dr. Stephen HensonAllow code which calls RSA temp key callback to cope
2000-02-23  Richard Levittemake update
2000-02-20  Bodo MöllerTolerate fragmentation and interleaving in the SSL...
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-22  Dr. Stephen HensonApply Lutz Behnke's 56 bit cipher patch with a few
2000-01-13  Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-11  Bodo MöllerClean up some of the SSL server code.
1999-11-29  Dr. Stephen HensonRemainder of SSL purpose and trust code: trust and...
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-11  Bodo MöllerAnd I thought I could spell ... but in caps really...
1999-05-11  Bodo MöllerMake SSL library a little more fool-proof by not requir...
1999-05-09  Bodo MöllerCreate a duplicate of the SSL_CTX's CERT in SSL_new...
1999-05-01  Bodo MöllerNew function SSL_CTX_use_certificate_chain_file.
1999-04-30  Bodo MöllerNew function SSL_CTX_set_session_id_context.
1999-04-24  Dr. Stephen HensonComplete rewrite of the error code generation script...
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-03-22  Ben LaurieFix security hole.
1999-03-06  Ben LaurieFix names of cert stack functions.
1999-02-28  Ben LaurieAdd functions to add certs to stacks, used for CA file...
1999-02-25  Ralf S. EngelschallAdd a bunch of SSL_xxx() functions for configuring...
1999-02-20  Ben LaurieGenerate errors when public/private key check is done.
1999-02-16  Mark J. CoxUpdates to the new SSL compression code
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. 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...