summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp/m_sha1.c
AgeCommit message (Expand)Author
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadBob Beck
2023-07-07Hide symbols in hkdf, evp, err, ecdsa, and ecBob Beck
2023-04-16Provide EVP methods for SHA512/224 and SHA512/256.Joel Sing
2023-04-09Provide and use sha{224,384}_{update,final} functions.Joel Sing
2023-04-09Rename SHA functions to have sha{1,224,256,384,512}_ prefix.Joel Sing
2022-11-26Make internal header file names consistentTheo Buehler
2022-01-14Remove legacy sign/verify from EVP_MD.Theo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-10Use C99 initialisers for EVP_MD structs, for clarity, grepability and toJoel Sing
2014-05-08More KNF.Joel Sing
2014-05-08KNF.Joel Sing
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-09resolve conflictsDamien Miller
2008-09-06resolve conflictsDamien Miller
2006-06-27resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker