aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Sanity check record length before skipping explicit IV in TLS 1.2, 1.1 andDr. Stephen Henson2012-05-101-1/+1
* Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failedDr. Stephen Henson2011-01-041-5/+1
* Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson2009-09-131-1/+1
* Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke2009-01-051-0/+2
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-0/+8
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-10/+8
* Make -DKSSL_DEBUG work again.Dr. Stephen Henson2008-11-101-8/+10
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-1/+3
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-4/+4
* add additional checks + cleanupNils Larsch2006-01-291-1/+4
* fix SSLerr stuff for DTLS1 code;Bodo Möller2005-04-261-1/+1
* Add DTLS support.Ben Laurie2005-04-261-0/+278