aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha1_one.c
Commit message (Expand)AuthorAgeFilesLines
* Include a local static buffer for the SHA helper functionsPauli2021-06-161-0/+20
* sha: convert SHA one shot macros back to being functionsPauli2021-06-101-0/+26
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-081-1/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level SHA functions.Pauli2020-01-191-0/+6
* Following the license change, modify the boilerplates in crypto/sha/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-17/+18
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-161-1/+1
* Check return values of <Digest>_Init functions in low level digest calls.Dr. Stephen Henson2005-04-141-1/+2
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-151-1/+1
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-0/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Message digest stuff.Ulf Möller1999-04-271-1/+1
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-4/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+2
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+77