aboutsummaryrefslogtreecommitdiff
path: root/ssl/d1_enc.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-10Sanity check record length before skipping explicit IV in TLS 1.2, 1.1 andDr. Stephen Henson1-1/+1
2011-01-04Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failedDr. Stephen Henson1-5/+1
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson1-1/+1
2009-01-05Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke1-0/+2
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie1-0/+8
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-10/+8
2008-11-10Make -DKSSL_DEBUG work again.Dr. Stephen Henson1-8/+10
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson1-1/+3
2007-06-04Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson1-4/+4
2006-01-29add additional checks + cleanupNils Larsch1-1/+4
2005-04-26fix SSLerr stuff for DTLS1 code;Bodo Möller1-1/+1
2005-04-26Add DTLS support.Ben Laurie1-0/+278