summaryrefslogtreecommitdiff
path: root/crypto/evp/m_dss1.c
Commit message (Expand)AuthorAgeFilesLines
* Remove x509.h from SHA1 clone digests, update dependencies.steve2011-06-101-1/+1
* Add DSA and ECDSA "clone digests" to module for compatibility with oldsteve2011-06-011-2/+2
* Remove link between digests and signature algorithms.steve2006-04-191-1/+1
* makenils2005-07-161-0/+2
* size_t-fication of message digest APIs. We should size_t-fy more APIs...appro2004-05-151-1/+1
* (oops) Apologies all, that last header-cleanup commit was from the wronggeoff2004-04-191-0/+1
* Make sure we get the definition of OPENSSL_NO_SHA.levitte2003-03-201-1/+3
* Add a cleanup function for MDs.ben2001-09-071-0/+1
* Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.ben2001-09-021-3/+14
* Change the EVP_somecipher() and EVP_somedigest()steve2001-03-091-2/+2
* Make all configuration macros available for application by makinglevitte2001-02-191-1/+1
* Message digest stuff.ulf1999-04-271-0/+2
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-3/+3
* Change functions to ANSI C.ulf1999-04-191-2/+4
* Initial revisionrse1998-12-211-0/+79