Add no-ssl2-method
[openssl.git] / ssl / s3_pkt.c
2015-05-25 Matt CaswellDon't send an alert if we've just received one
2015-03-05 Kurt CancemiUse constants not numbers
2015-01-27 Matt CaswellMake DTLS always act as if read_ahead is set. The actua...
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_1-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-08 Dr. Stephen HensonFix crash in dtls1_get_record whilst in the listen...
2014-11-27 Matt CaswellAdd checks to the return value of EVP_Cipher to prevent...
2014-08-22 Adam LangleyRT3060: Limit the number of empty records.
2014-06-27 Ken BallouRemove redundant check.
2014-06-05 Dr. Stephen HensonAdditional CVE-2014-0224 protection.
2014-06-05 Dr. Stephen HensonFix for CVE-2014-0224
2014-05-26 Matt CaswellFixed Windows compilation failure
2014-05-19 Ben LaurieAllow the maximum value.
2014-05-19 Ben LaurieFix signed/unsigned warning.
2014-05-11 Matt CaswellFixed NULL pointer dereference. See PR#3321
2014-05-11 Tim Hudsonsafety check to ensure we dont send out beyond the...
2014-04-23 Ben LaurieFix use after free.
2014-01-02 Dr. Stephen HensonDon't change version number if session established
2013-12-18 Dr. Stephen HensonCheck EVP errors for handshake digests.
2013-02-07 Andy Polyakovssl/[d1|s3]_pkt.c: harmomize orig_len handling.
2013-02-04 Dr. Stephen HensonFix error codes.
2013-02-01 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-01 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-01-28 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-01-28 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-01-28 Ben LaurieMake CBC decoding constant time.
2013-01-28 Ben LaurieAdd and use a constant-time memcmp.
2012-06-08 Ben LaurieReduce version skew.
2012-05-11 Dr. Stephen HensonPR: 2811
2012-04-17 Dr. Stephen HensonPartial workaround for PR#2771.
2012-04-15 Andy Polyakove_aes_cbc_hmac_sha1.c: handle zero-length payload and...
2011-12-31 Dr. Stephen HensonPR: 2658
2011-12-20 Ben LaurieFix DTLS.
2011-11-13 Ben LaurieAdd Next Protocol Negotiation.
2011-09-24 Dr. Stephen Hensonmake sure eivlen is initialised
2011-08-04 Dr. Stephen HensonBackport GCM support from HEAD.
2011-05-25 Dr. Stephen HensonPR: 2533
2011-05-11 Dr. Stephen HensonBackport TLS v1.2 support from HEAD.
2011-03-16 Ben LaurieAdd SRP.
2010-11-14 Dr. Stephen HensonOnly use explicit IV if cipher is in CBC mode.
2010-08-27 Dr. Stephen Hensonoops, revert previous patch
2010-08-27 Dr. Stephen HensonPR: 1833
2010-08-26 Dr. Stephen HensonPR: 1833
2010-06-27 Dr. Stephen HensonBackport TLS v1.1 support from HEAD, ssl/ changes
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-03-25 Bodo MöllerFix for "Record of death" vulnerability CVE-2010-0740.
2009-12-08 Dr. Stephen HensonSend no_renegotiation alert as required by spec.
2009-07-14 Dr. Stephen HensonStop warning of signed/unsigned compare.
2009-07-13 Dr. Stephen HensonPR: 1984
2009-04-19 Dr. Stephen HensonPR: 1751
2009-04-16 Dr. Stephen HensonPR: 1894
2009-04-07 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-01-28 Richard LevitteHopefully resolve signed vs unsigned issue.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29 Ben LaurieMake sure a bad parameter to RSA_verify_PKCS1_PSS(...
2008-10-13 Lutz JänickeRemove the DTLS1_BAD_VER thing from 0.9.9-dev. It is...
2008-10-10 Lutz JänickeWhen the underlying BIO_write() fails to send a datagra...
2008-08-13 Bodo Möllersanity check
2008-08-04 Bodo MöllerFix error codes for memory-saving patch.
2008-06-03 Ben LaurieMemory saving patch.
2007-09-07 Dr. Stephen HensonFix warnings: computed value not use, incompatible...
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-06-04 Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2006-11-29 Bodo Möllerfix support for receiving fragmented handshake messages
2006-10-20 Andy PolyakovAlign data payload for better performance.
2005-10-08 Dr. Stephen HensonNew option SSL_OP_NO_COMP to disable compression. New...
2005-09-30 Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-05-03 Nils Larschbackport fix from the stable branch
2005-04-26 Ben LaurieAdd DTLS support.
2004-05-15 Dr. Stephen HensonFixes so alerts are sent properly in s3_pkt.c
2003-02-19 Richard LevitteSecurity fix: Vaudenay timing attack on CBC.
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-05-06 Bodo Möllerfix warning
2002-05-05 Bodo Möllerfix casts
2002-04-29 Richard LevitteSynchronise with 0.9.7-stable.
2002-04-20 Richard LevitteSignedness mismatch.
2002-04-13 Bodo MöllerImplement known-IV countermeasure.
2002-01-12 Ben LauriePrototype info function.
2001-12-28 Ulf Möllerssl3_read_bytes bug fix
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-16 Bodo MöllerAdd per-SSL 'msg_callback' with 'msg_callback_arg'.
2001-09-20 Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-25 Bodo MöllerFix SSL_peek and SSL_pending.
2000-12-14 Bodo MöllerFirst step towards SSL_peek fix.
2000-09-12 Bodo MöllerNew SSL API mode 'SSL_MODE_AUTO_RETRY', which disables...
2000-05-21 Bodo MöllerAvoid sprintf
2000-02-26 Dr. Stephen HensonFix shadow warning.
2000-02-25 Bodo MöllerUse unsigned loop index to make compilers happy
2000-02-25 Bodo MöllerThe previous revision should have generated _more_...
2000-02-25 Geoff ThorpeMore VC++ pickiness. (destest.c doesn't have a "return...
2000-02-25 Bodo MöllerFix off-by-one error :-)
2000-02-25 Bodo MöllerFix warnings by using unsigned int where appropriate.
2000-02-25 Ulf Möllersigned/unsigned mismatch (VC++)
2000-02-22 Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-02-21 Bodo MöllerWorkarounds to make broken programs happy (such as...
next