]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_err.c
Support TLS_FALLBACK_SCSV.
[thirdparty/openssl.git] / ssl / ssl_err.c
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-08-06  Dr. Stephen HensonCheck SRP parameters early.
2014-04-30  Matt CaswellFixed spelling error in error message. Fix supplied...
2013-02-04  Dr. Stephen HensonFix error codes.
2012-04-18  Dr. Stephen Hensoncorrect error code
2012-02-22  Dr. Stephen HensonABI compliance fixes.
2012-02-10  Dr. Stephen HensonSubmitted by: Eric Rescorla <ekr@rtfm.com>
2012-01-04  Dr. Stephen HensonOnly allow one SGC handshake restart for SSL/TLS. ...
2011-12-31  Dr. Stephen HensonPR: 2658
2011-11-15  Ben LaurieAdd TLS exporter.
2011-11-15  Ben LaurieAdd DTLS-SRTP.
2011-11-13  Ben LaurieAdd Next Protocol Negotiation.
2011-05-12  Dr. Stephen HensonProcess signature algorithms during TLS v1.2 client...
2011-05-11  Dr. Stephen HensonBackport TLS v1.2 support from HEAD.
2011-05-11  Dr. Stephen HensonInitial "opaque SSL" framework. If an application defin...
2011-03-16  Dr. Stephen HensonFix SRP error codes (from HEAD).
2011-03-16  Ben LaurieAdd SRP.
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-01-06  Dr. Stephen HensonUpdates to conform with draft-ietf-tls-renegotiation...
2010-01-01  Dr. Stephen HensonClient side compression algorithm sanity checks: ensure...
2010-01-01  Dr. Stephen HensonCompression handling on session resume was badly broken...
2009-12-12  Ben LaurieMissing error code.
2009-11-18  Dr. Stephen HensonInclude a more meaningful error message when rejecting...
2009-11-09  Dr. Stephen HensonFirst cut of renegotiation extension. (port to 1.0...
2009-09-06  Dr. Stephen HensonMake update, deleting bogus DTLS error code
2009-08-26  Dr. Stephen HensonPR: 2006
2009-08-12  Dr. Stephen HensonUpdate default dependency flags.
2009-07-15  Dr. Stephen HensonFix error codes and indentation.
2009-04-05  Dr. Stephen HensonFix error codes.
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-27  Ben LaurieDeal with the unlikely event that EVP_MD_CTX_size(...
2008-12-27  Ben LaurieHandle the unlikely event that BIO_get_mem_data() retur...
2008-11-15  Dr. Stephen HensonPR: 1574
2008-08-13  Bodo Möllersanity check
2008-08-04  Bodo MöllerFix error codes for memory-saving patch.
2008-06-01  Dr. Stephen HensonUpdate error codes.
2007-10-26  Dr. Stephen HensonFix duplicate error codes.
2007-10-26  Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-10-13  Andy PolyakovDTLS fixes from 0.9.8-stable.
2007-09-26  Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-21  Bodo MöllerImplement the Opaque PRF Input TLS extension
2007-09-19  Ben Lauriemake errors.
2007-09-19  Bodo MöllerClean up error codes a bit.
2007-08-31  Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-08-28  Dr. Stephen HensonAdd ctrls to set and get RFC4507bis keys to enable...
2007-08-11  Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-04-24  Bodo Möllerfix function codes for error
2006-11-21  Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-06-15  Bodo MöllerError messages for client ECC cert verification.
2006-03-13  Bodo Möllerfix sign problems
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-08  Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2006-01-02  Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-06-10  Nils Larsch- let SSL_CTX_set_cipher_list and SSL_set_cipher_list...
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>.
next