]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_err.c
Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.
[thirdparty/openssl.git] / ssl / ssl_err.c
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>.
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. 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...