summaryrefslogtreecommitdiff
path: root/ssl/d1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-123/+111
* Further comment changes for reformatMatt Caswell2015-01-221-2/+4
* Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell2014-11-271-1/+2
* Update DTLS code to match CBC decoding in TLS.Ben Laurie2013-01-281-3/+10
* Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie2013-01-281-1/+0
* Make CBC decoding constant time.Ben Laurie2013-01-281-42/+7
* Sanity check record length before skipping explicit IV in TLS 1.2, 1.1 andDr. Stephen Henson2012-05-101-1/+1
* oops, revert unrelated changeDr. Stephen Henson2012-05-101-7/+1
* Reported by: Solar Designer of OpenwallDr. Stephen Henson2012-05-101-1/+7
* 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