Add more HMAC tests
[openssl.git] / ssl / d1_enc.c
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFurther comment changes for reformat
2014-11-27 Matt CaswellAdd checks to the return value of EVP_Cipher to prevent...
2013-01-28 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-01-28 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-01-28 Ben LaurieMake CBC decoding constant time.
2012-05-10 Dr. Stephen HensonSanity check record length before skipping explicit...
2012-05-10 Dr. Stephen Hensonoops, revert unrelated change
2012-05-10 Dr. Stephen HensonReported by: Solar Designer of Openwall
2011-01-04 Dr. Stephen HensonSince DTLS 1.0 is based on TLS 1.1 we should never...
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-09-13 Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-01-05 Lutz JänickeFix compilation with -no-comp by adding some more ...
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-10 Dr. Stephen HensonMake -DKSSL_DEBUG work again.
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-06-04 Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2006-01-29 Nils Larschadd additional checks + cleanup
2005-04-26 Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26 Ben LaurieAdd DTLS support.