summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/sha256.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-011-2/+2
| | | | | | | OpenSSL FIPS module to prevent forbidden digests to be allowed. No functional change but readability. ok deraadt@
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-2/+3
| | | | | | | <machine/endian.h>, rather than writing 1 to a 32-bit variable and checking whether the first byte is nonzero. tweaks and ok matthew@; ok beck@ tedu@
* Import OpenSSL 1.0.1gmiod2014-04-131-3/+3
|
* import OpenSSL-1.0.1cdjm2012-10-131-2/+2
|
* import OpenSSL-1.0.0adjm2010-10-011-21/+11
|
* import openssl-0.9.8jdjm2009-01-091-0/+10
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+282