Fix return code for truncated DTLS fragment.
[openssl.git] / ssl /
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-07-15 Dr. Stephen HensonFix DTLS certificate requesting code.
2014-07-07 Dr. Stephen HensonFix ECC SSLv2 exclusion on OpenSSL 0.9.8.
2014-07-05 Dr. Stephen HensonDon't limit message sizes in ssl3_get_cert_verify.
2014-06-29 Dr. Stephen HensonFix memory leak.
2014-06-27 Dr. Stephen HensonDon't disable state strings with no-ssl2
2014-06-27 Ken BallouRemove redundant check.
2014-06-27 Tomas MrazDon't advertise ECC ciphersuits in SSLv2 compatible...
2014-06-22 Miod Vallat Fix off-by-one errors in ssl_cipher_get_evp()
2014-06-22 Matt CaswellRevert " Fix off-by-one errors in ssl_cipher_get_evp()"
2014-06-14 Dr. Stephen HensonAccept CCS after sending finished.
2014-06-12 Kurt Cancemi Fix off-by-one errors in ssl_cipher_get_evp()
2014-06-12 Ben LaurieAllow the maximum value.
2014-06-10 Dr. Stephen HensonFix null pointer errors.
2014-06-05 Matt CaswellFixed Windows compilation failure
2014-06-03 Dr. Stephen HensonFix CVE-2014-3470
2014-06-03 Dr. Stephen HensonFix CVE-2014-0221
2014-06-03 Dr. Stephen HensonAdditional CVE-2014-0224 protection.
2014-06-03 Dr. Stephen HensonFix for CVE-2014-0224
2014-06-03 Dr. Stephen HensonFix for CVE-2014-0195
2014-06-02 zhu qun-yingFree up s->d1->buffered_app_data.q properly.
2014-06-02 Sami FarinTypo: set i to -1 before goto.
2014-06-01 David RamosAllocate extra space when NETSCAPE_HANG_BUG defined.
2014-05-29 Ben LaurieFix signed/unsigned warning.
2014-05-24 Matt CaswellFix for non compilation with TLS_DEBUG defined
2014-05-12 Kurt RoeckxCheck sk_SSL_CIPHER_num() after assigning sk.
2014-05-11 Günther NoackAvoid out-of-bounds write in SSL_get_shared_ciphers
2014-05-11 Tim Hudsonsafety check to ensure we dont send out beyond the...
2014-03-27 manchaFix alert handling.
2014-01-04 Dr. Stephen HensonRestore SSL_OP_MSIE_SSLV2_RSA_PADDING
2013-10-04 Rob StradlingFix compilation with this branch's definition of SSL_CI...
2013-10-04 Rob StradlingRemove empty line.
2013-10-04 Rob StradlingTidy up comments.
2013-10-04 Rob StradlingUse TLS version supplied by client when fingerprinting...
2013-10-04 Rob StradlingBackport TLS 1.1/1.2 #defines
2013-10-04 Rob StradlingDon't prefer ECDHE-ECDSA ciphers when the client appear...
2013-08-13 Michael TuexenDTLS message_sequence number wrong in rehandshake Serve...
2013-08-08 Michael TuexenDTLS handshake fix.
2013-04-08 Dr. Stephen HensonSet s->d1 to NULL after freeing it.
2013-03-19 Dr. Stephen HensonDisable compression for DTLS.
2013-03-18 Michael TuexenAvoid unnecessary fragmentation.
2013-02-26 Dr. Stephen HensonMerge branch 'OpenSSL_0_9_8-stable' of /home/steve...
2013-02-26 Geoff LoweUse orig_len, not rec->orig_len
2013-02-12 David WoodhouseCheck DTLS_BAD_VER for version number.
2013-02-11 Dr. Stephen HensonFix for SSL_get_certificate
2013-02-11 Dr. Stephen HensonFix in ssltest is no-ssl2 configured
2013-02-09 Andy Polyakovssl/s3_[clnt|srvr].c: fix warning and linking error.
2013-02-08 Andy Polyakovs3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.
2013-02-08 Andy Polyakovs3_cbc.c: get rid of expensive divisions [from master].
2013-02-08 Andy Polyakovssl/s3_enc.c: remove artefact.
2013-02-08 Andy Polyakovssl/[d1|s3]_pkt.c: harmomize orig_len handling.
2013-02-08 Dr. Stephen HensonFix IV check and padding removal.
2013-02-07 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Adam LangleyFix for EXP-RC2-CBC-MD5
2013-02-05 Dr. Stephen Hensonmake update
2013-02-05 Dr. Stephen HensonFix error codes.
2013-02-05 Andy Polyakovs3/s3_cbc.c: allow for compilations with NO_SHA256...
2013-02-05 Andy Polyakovssl/s3_cbc.c: md_state alignment portability fix.
2013-02-05 Andy Polyakovssl/s3_cbc.c: uint64_t portability fix.
2013-02-05 Dr. Stephen HensonDon't access EVP_MD internals directly.
2013-02-05 Dr. Stephen HensonTiming fix mitigation for FIPS mode.
2013-02-05 Dr. Stephen HensonThe cbc functions shouldn't be inside #ifdef OPENSSL_NO...
2013-02-05 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-05 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-05 Ben LaurieFixups.
2013-02-05 Ben LaurieOops. Add missing file.
2013-02-05 Ben LaurieMake CBC decoding constant time.
2013-02-05 Ben LaurieAdd and use a constant-time memcmp.
2012-12-10 Dr. Stephen HensonPR: 2888
2012-10-05 Dr. Stephen Hensonbackport OCSP fix enhancement
2012-10-05 Ben LaurieBackport OCSP fix.
2012-09-21 Richard Levitte* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug...
2012-05-10 Dr. Stephen HensonSanity check record length before skipping explicit...
2012-03-31 Dr. Stephen HensonPR: 2778(part)
2012-03-12 Dr. Stephen Hensonfix error code
2012-03-12 Dr. Stephen Hensonmanually patch missing part of PR#2756
2012-03-09 Dr. Stephen HensonPR: 2756
2012-03-07 Dr. Stephen HensonPR: 2755
2012-03-06 Dr. Stephen Hensonrevert PR#2755: it breaks compilation
2012-03-06 Dr. Stephen HensonPR: 2755
2012-03-06 Dr. Stephen HensonPR: 2748
2012-02-16 Dr. Stephen HensonFix bug in CVE-2011-4619: check we have really received...
2012-01-18 Dr. Stephen HensonFix for DTLS DoS issue introduced by fix for CVE-2011...
2012-01-05 Bodo MöllerFix for builds without DTLS support.
2012-01-04 Dr. Stephen HensonSubmitted by: Robin Seggelmann <seggelmann@fh-muenster...
2012-01-04 Dr. Stephen HensonClear bytes used for block padding of SSL 3.0 records...
2012-01-04 Dr. Stephen HensonOnly allow one SGC handshake restart for SSL/TLS. ...
2012-01-04 Dr. Stephen HensonSubmitted by: Adam Langley <agl@chromium.org>
2011-12-26 Dr. Stephen HensonPR: 2326
2011-12-02 Bodo MöllerResolve a stack set-up race condition (if the list...
2011-10-27 Dr. Stephen HensonPR: 2628
2011-10-19 Bodo MöllerOops: this change (cvs.openssl.org/chngview?cn=21503)
2011-10-13 Bodo MöllerIn ssl3_clear, preserve s3->init_extra along with s3...
2011-09-26 Dr. Stephen Hensonfix signed/unsigned warning
2011-09-23 Dr. Stephen HensonPR: 2602
2011-09-05 Bodo Möller(EC)DH memory handling fixes.
next