]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/d1_both.c
Fix typo in CONTRIBUTING.md
[thirdparty/openssl.git] / ssl / d1_both.c
2015-10-30  Matt CaswellReorganise state machine files
2015-10-30  Matt CaswellRemove redundant code
2015-10-30  Matt CaswellImplement DTLS client move to new state machine
2015-10-30  Matt Caswelldtls_get_message changes for state machine move
2015-09-23  Matt CaswellRemove remaining old listen code
2015-09-23  Matt CaswellDTLSv1_listen rewrite
2015-09-03  Rich SalzAdd and use OPENSSL_zalloc
2015-09-02  Dr. Stephen HensonFix CCM support in DTLS
2015-08-11  Matt CaswellFix "make test" seg fault with SCTP enabled
2015-08-03  Matt CaswellFix make errors for the CCS changes
2015-08-03  Matt CaswellMove DTLS CCS processing into the state machine
2015-08-03  Matt CaswellMove TLS CCS processing into the state machine
2015-06-10  Matt CaswellDTLS handshake message fragments musn't span packets
2015-05-31  Matt CaswellCheck the message type requested is the type received...
2015-05-29  Matt CaswellRemove struct ccs_header_st
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-04-28  Rich Salzremove malloc casts
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-26  Matt CaswellMove last_write_sequence from s->d1 to s->rlayer.d.
2015-03-26  Matt CaswellMove r_epoch and w_epoch from s->d1 to s->rlayer.d
2015-03-26  Matt CaswellMove read_sequence and write_sequence from s->s3 to...
2015-03-26  Matt CaswellRemoved dependency on rrec from heartbeat processing
2015-03-26  Matt CaswellEncapsulate s->s3->rrec
2015-03-25  Matt CaswellRAND_bytes updates
2015-03-23  Matt CaswellFix missing return value checks
2015-03-09  Matt CaswellFix DTLS1_BAD_VER regression
2015-02-06  Rich Salzdead code cleanup: #if 0 in ssl
2015-01-22  Matt CaswellRe-align some comments after running the reformat script.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-16  Matt CaswellRemove extraneous white space, and add some braces
2014-12-15  Matt CaswellDTLS fixes for signed/unsigned issues
2014-12-04  Jonas Maebedtls1_heartbeat: check for NULL after allocating s...
2014-12-04  Jonas Maebedtls1_process_heartbeat: check for NULL after allocatin...
2014-12-03  Matt CaswellRemove "#if 0" code
2014-12-03  Matt CaswellIf we really get a situation where the underlying mtu...
2014-12-03  Matt CaswellFix dtls_query_mtu so that it will always either comple...
2014-12-03  Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-12-03  Matt CaswellThe first call to query the mtu in dtls1_do_write corre...
2014-12-03  Matt CaswellThe SSL_OP_NO_QUERY_MTU option is supposed to stop...
2014-12-03  Matt CaswellVerify that we have a sensible message len and fail...
2014-11-26  Matt CaswellFixed memory leak due to incorrect freeing of DTLS...
2014-09-08  Erik AuerswaldRT3301: Discard too-long heartbeat requests
2014-08-18  Justin BlanchardRT1815: More const'ness improvements
2014-08-06  Adam LangleyRemove some duplicate DTLS code.
2014-08-06  Matt CaswellApplying same fix as in dtls1_process_out_of_seq_messag...
2014-08-06  Adam LangleyFix return code for truncated DTLS fragment.
2014-08-06  Adam LangleyFix memory leak from zero-length DTLS fragments.
2014-08-06  Matt CaswellFix DTLS handshake message size checks.
2014-08-06  Matt CaswellAdded comment for the frag->reassembly == NULL case...
2014-08-06  Adam LangleyAvoid double free when processing DTLS packets.
2014-06-10  Dr. Stephen HensonFix null pointer errors.
2014-06-05  Dr. Stephen HensonFix for CVE-2014-0195
2014-06-05  Dr. Stephen HensonFix CVE-2014-0221
2014-06-02  Sami FarinTypo: set i to -1 before goto.
2014-04-07  Dr. Stephen HensonAdd heartbeat extension bounds check.
2013-12-20  Dr. Stephen HensonFix DTLS retransmission from previous session.
2013-03-28  Dr. Stephen HensonEnable TLS 1.2 ciphers in DTLS 1.2.
2013-03-26  Dr. Stephen HensonRemove versions test from dtls1_buffer_message
2013-03-18  Dr. Stephen HensonDTLS revision.
2013-03-18  Michael TuexenAvoid unnecessary fragmentation.
2012-03-06  Dr. Stephen HensonPR: 2755
2012-02-27  Dr. Stephen HensonPR: 2739
2012-01-26  Dr. Stephen HensonRevise ssl code to use a CERT_PKEY structure when outpu...
2012-01-26  Dr. Stephen HensonTidy/enhance certificate chain output code.
2011-12-31  Dr. Stephen HensonPR: 2658
2011-12-25  Dr. Stephen HensonPR: 2535
2011-10-27  Dr. Stephen HensonPR: 2628
2011-09-23  Dr. Stephen HensonPR: 2602
2011-04-03  Dr. Stephen HensonPR: 2462
2011-04-03  Dr. Stephen HensonPR: 2458
2011-04-03  Dr. Stephen HensonPR: 2457
2010-05-03  Dr. Stephen HensonPR: 2230
2010-04-14  Dr. Stephen Hensonfix signed/unsigned comparison warnings
2010-04-14  Dr. Stephen HensonPR: 2230
2010-03-24  Dr. Stephen HensonPR: 1731 and maybe 2197
2009-12-01  Dr. Stephen HensonPR: 2115
2009-11-02  Dr. Stephen HensonPR: 2089
2009-10-01  Dr. Stephen HensonPR: 2054
2009-08-12  Dr. Stephen HensonPR: 1997
2009-07-15  Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-28  Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-06-05  Dr. Stephen HensonUpdates from 1.0.0-stable
2009-05-16  Dr. Stephen HensonFix from 1.0.0-stable.
2009-05-15  Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-13  Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-23  Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-04-20  Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-04-15  Dr. Stephen HensonUpdates from 1.0.0-stable.
2007-10-17  Andy PolyakovDon't let DTLS ChangeCipherSpec increment handshake...
2007-10-13  Andy PolyakovFix warnings in d1_both.c [from 0.9.8-stable].
2007-10-13  Andy PolyakovDTLS fixes from 0.9.8-stable.
2007-09-30  Andy PolyakovMake ChangeCipherSpec compliant with DTLS RFC4347.
2007-09-19  Andy PolyakovFix indentation in d1_both.c.
2007-08-31  Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-08-12  Dr. Stephen HensonFix warnings.
next