openssl/crypto/sha
Andy Polyakov e34b7e99fd sha512.c: fullfull implicit API contract in SHA512_Transform.
SHA512_Transform was initially added rather as tribute to tradition
than for practucal reasons. But use was recently found in ssl/s3_cbc.c
and it turned to be problematic on platforms that don't tolerate
misasligned references to memory and lack assembly subroutine.
(cherry picked from commit cdd1acd788)
2013-12-18 22:56:00 +01:00
..
asm ARM assembly pack: SHA update from master. 2013-12-09 23:53:42 +01:00
.cvsignore Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
Makefile Make Makefiles OSF-make-friendly. 2013-11-12 21:53:39 +01:00
sha.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
sha.h Prohibit use of low level digest APIs in FIPS mode. 2011-06-01 13:39:45 +00:00
sha1.c Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress). 1999-06-04 21:35:58 +00:00
sha1_one.c Reduce version skew: trivia (I hope). 2012-06-03 22:03:37 +00:00
sha1dgst.c Reduce version skew: trivia (I hope). 2012-06-03 22:03:37 +00:00
sha1test.c Remove unnecessary casts and avoid some warnings with gcc 4.2. 2007-06-07 16:07:57 +00:00
sha256.c Fix some clang warnings. 2013-01-13 21:06:36 +00:00
sha256t.c fix warnings when building openssl with the following compiler options: 2005-08-28 22:49:57 +00:00
sha512.c sha512.c: fullfull implicit API contract in SHA512_Transform. 2013-12-18 22:56:00 +01:00
sha512t.c fix warnings when building openssl with the following compiler options: 2005-08-28 22:49:57 +00:00
sha_dgst.c Reduce version skew: trivia (I hope). 2012-06-03 22:03:37 +00:00
sha_locl.h Fix some clang warnings. 2013-01-13 21:06:36 +00:00
sha_one.c Check return values of <Digest>_Init functions in low level digest calls. 2005-04-14 22:58:44 +00:00
shatest.c Avoid aliasing warning. 2007-12-16 13:57:44 +00:00