summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha256.c
AgeCommit message (Expand)Author
2021-05-20Update copyright yearMatt Caswell
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-01-19Deprecate the low level SHA functions.Pauli
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/sha/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2016-05-17Copyright consolidation 09/10Rich Salz
2016-03-01RT4347: Fix GCC unused-value warnings with HOST_c2l()David Woodhouse
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Remove fips_constseg references.Dr. Stephen Henson
2013-01-13Fix some clang warnings.Ben Laurie
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-11-07Avoid shadow warning.Dr. Stephen Henson
2006-10-17Further synchronizations with md32_common.h update, consistent namingAndy Polyakov
2006-10-11Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov
2005-05-31"Show" more respect to no-sha* config options.Andy Polyakov
2004-09-27sha256_block advances the input pointer double as fast sometimes. Fix theAndy Polyakov
2004-07-25Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA.Andy Polyakov
2004-07-18Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov
2004-05-31Typo in commentary section.Andy Polyakov
2004-05-31Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTXAndy Polyakov
2004-05-20SHA-256/-512 update. A bug fix, SHA-512 tune-up for AMD64, hook for SSE2Andy Polyakov
2004-05-13SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov