aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/p_sign.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-071-1/+2
* Have other crypto/evp files include evp_locl.hRichard Levitte2015-12-071-8/+11
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-37/+15
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-3/+3
* ifdef cleanup, part 4a: '#ifdef undef'Rich Salz2015-01-241-12/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-82/+73
* Flag to disable automatic copying of contexts.Dr. Stephen Henson2013-11-131-9/+19
* Some of the MS_STATIC use in crypto/evp is a legacy from the days whenDr. Stephen Henson2010-11-271-1/+1
* Fix warnings (note that gcc 4.2 has a bug that makes one of itsBen Laurie2010-02-281-2/+2
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-2/+4
* Fix warnings.Dr. Stephen Henson2006-05-241-1/+1
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-191-0/+23
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-3/+3
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-0/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-12/+5
* Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.Mark J. Cox1999-01-311-1/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+4
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+117