summaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Yet more changes to commentsMatt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-05-25Fix for non compilation with TLS_DEBUG definedMatt Caswell
2014-03-27Fix alert handling.mancha
2013-02-26Use orig_len, not rec->orig_lenGeoff Lowe
2013-02-07ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov
2013-02-05Timing fix mitigation for FIPS mode.Dr. Stephen Henson
2013-02-05Update DTLS code to match CBC decoding in TLS.Ben Laurie
2013-02-05Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie
2013-02-05Fixups.Ben Laurie
2013-02-05Make CBC decoding constant time.Ben Laurie
2012-09-21* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately inRichard Levitte
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2009-04-19PR: 1751Dr. Stephen Henson
2009-01-05Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke
2008-11-10Make -DKSSL_DEBUG work again.Dr. Stephen Henson
2008-09-13DTLS didn't handle alerts correctly [from HEAD].Andy Polyakov
2008-06-16Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson
2007-10-09Make DTLS1 record layer MAC calculation RFC compliant. From HEAD with aAndy Polyakov
2007-02-16ensure that the EVP_CIPHER_CTX object is initializedNils Larsch
2006-05-07Don't check for padding bug if compression is negotiated.Dr. Stephen Henson
2005-09-30Update from HEAD.Dr. Stephen Henson
2005-04-26Add DTLS support.Ben Laurie
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-07-09emtpy fragments are not necessary for SSL_eNULLBodo Möller
2002-06-14New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCBodo Möller
2002-04-13Implement known-IV countermeasure.Bodo Möller
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson
2001-12-09Improve back compatibility.Ben Laurie
2001-10-22Fix memory leak.Bodo Möller
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-09-24commentBodo Möller
2001-09-20Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-12Prevent KSSL server from requesting a client certificate.Richard Levitte
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-15pay attention to blocksize before attempting decryptionBodo Möller
2001-06-07Use memmove() instead of memcpy() on areas that may overlap.Richard Levitte
2001-04-03This change should be suitable as a workaround for the Solaris x86Bodo Möller
2001-03-07Fix ERR_R_... problems.Bodo Möller
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-05Use prototypes.Bodo Möller