Correct example.
[openssl.git] / ssl / s3_pkt.c
2014-05-11 Matt CaswellFixed NULL pointer dereference. See PR#3321
2014-05-11 Matt CaswellMove length check earlier to ensure we don't go beyond...
2014-05-11 Tim Hudsonsafety check to ensure we dont send out beyond the...
2014-04-23 Ben LaurieFix use after free.
2014-02-14 Andy Polyakovssl/s3_pkt.c: detect RAND_bytes error in multi-block.
2014-02-05 Ben LaurieFix warnings.
2014-02-05 Andy Polyakovssl/s3_pkt.c: move multi-block processing to ssl3_write...
2014-02-05 Andy Polyakovs3_pkt.c: move ssl3_release_write_buffer to ssl3_write_...
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-10-08 Andy Polyakovssl/s3_pkt.c: add initial multi-block encrypt.
2013-09-08 Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-06-13 Adam LangleyLimit the number of empty records that will be processe...
2013-03-18 Dr. Stephen HensonUse enc_flags when deciding protocol variations.
2013-02-26 Dr. Stephen HensonFix error codes.
2013-02-08 Andy Polyakovssl/*: revert "remove SSL_RECORD->orig_len" and merge...
2013-02-06 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-06 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-06 Ben LaurieMake CBC decoding constant time.
2013-02-06 Ben LaurieAdd and use a constant-time memcmp.
2012-12-07 Dr. Stephen Hensonsend out the raw SSL/TLS headers to the msg_callback...
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-09-24 Dr. Stephen Hensonmake sure eivlen is initialised
2011-08-03 Dr. Stephen HensonExpand range of ctrls for AES GCM to support retrieval...
2011-05-25 Dr. Stephen HensonPR: 2533
2011-05-25 Dr. Stephen HensonSome nextproto patches broke DTLS: fix
2011-04-29 Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2011-03-12 Ben LaurieAdd SRP support.
2010-11-14 Dr. Stephen HensonOnly use explicit IV if cipher is in CBC mode.
2010-09-05 Ben LaurieFixes to NPN from Adam Langley.
2010-08-26 Dr. Stephen HensonPR: 1833
2010-07-28 Ben LaurieAdd Next Protocol Negotiation.
2010-03-25 Bodo MöllerFix for "Record of death" vulnerability CVE-2010-0740.
2010-01-28 Dr. Stephen Hensonoops revert test code accidentally committed
2010-01-26 Dr. Stephen HensonPR: 1949
2009-12-09 Dr. Stephen HensonAdd patch to crypto/evp which didn't apply from PR...
2009-12-08 Dr. Stephen HensonSend no_renegotiation alert as required by spec.
2009-12-07 Dr. Stephen HensonInitial experimental TLSv1.1 support
2009-07-14 Dr. Stephen HensonUpdates from 1.0.0-stable.
2009-07-13 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-04-07 Dr. Stephen HensonChanges from 1.0.0-stable.
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...
2000-02-21 Bodo MöllerFix some bugs and document others
2000-02-21 Bodo MöllerMove ssl3_do_write from s3_pkt.c to s3_both.c.
2000-02-21 Bodo MöllerMove MAC computations for Finished from ssl3_read_bytes...
2000-02-20 Bodo MöllerTolerate fragmentation and interleaving in the SSL...
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-26 Bodo MöllerSome comments added, and slight code clean-ups.
2000-01-17 Richard LevitteIt doesn't make sense to try see if these variables...
next