aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_sign.c
Commit message (Expand)AuthorAgeFilesLines
* Allow NULL md for custom signing methodsDr. Stephen Henson2017-05-301-2/+7
* Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson2017-05-111-2/+1
* Copyright consolidation 08/10Rich Salz2016-05-171-107/+6
* Don't free up EVP_MD_CTX.Schüller Felix2016-03-191-2/+6
* check with NULLJ Mohan Rao Arisankala2016-02-261-2/+2
* explicit check for NULLJ Mohan Rao Arisankala2016-02-261-2/+2
* Check method before access and release ctx in error pathsJ Mohan Rao Arisankala2016-02-261-4/+8
* 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-5/+5
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-071-0/+1
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-13/+20
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-11/+8
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* free cleanup almost the finaleRich Salz2015-04-301-16/+4
* remove malloc castsRich Salz2015-04-281-2/+2
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-195/+192
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* add X509_CRL_sign_ctx functionDr. Stephen Henson2010-03-141-4/+4
* Algorithm specific ASN1 signing functions.Dr. Stephen Henson2010-03-111-33/+69
* typoDr. Stephen Henson2010-03-071-1/+1
* update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerifyDr. Stephen Henson2010-03-071-5/+4
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-6/+6
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-071-0/+13
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-191-34/+24
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-4/+4
* Consistency.Ben Laurie2005-03-311-3/+3
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-3/+3
* For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters'Bodo Möller2003-01-241-4/+5
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-4/+4
* Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller2002-04-261-2/+69
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-2/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-2/+4
* Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson2000-12-281-0/+4
* ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson2000-12-281-0/+73
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-3/+3
* Initial support for MacOS.Andy Polyakov1999-09-111-2/+5
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-8/+3
* Massive constification.Ben Laurie1999-04-171-1/+1
* More pissing about to get pem.h to behave properly.Ben Laurie1999-01-301-1/+0
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-1/+5
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+147