aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_sign.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-26check with NULLJ Mohan Rao Arisankala1-2/+2
2016-02-26explicit check for NULLJ Mohan Rao Arisankala1-2/+2
2016-02-26Check method before access and release ctx in error pathsJ Mohan Rao Arisankala1-4/+8
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-5/+5
2015-12-07Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte1-0/+1
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-13/+20
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson1-11/+8
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-04-30free cleanup almost the finaleRich Salz1-16/+4
2015-04-28remove malloc castsRich Salz1-2/+2
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-7/+7
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-195/+192
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2010-03-14add X509_CRL_sign_ctx functionDr. Stephen Henson1-4/+4
2010-03-11Algorithm specific ASN1 signing functions.Dr. Stephen Henson1-33/+69
2010-03-07typoDr. Stephen Henson1-1/+1
2010-03-07update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerifyDr. Stephen Henson1-5/+4
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-6/+6
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson1-0/+13
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson1-34/+24
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-4/+4
2005-03-31Consistency.Ben Laurie1-3/+3
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-3/+3
2003-01-24For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters'Bodo Möller1-4/+5
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-4/+4
2002-04-26Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller1-2/+69
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-2/+2
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-2/+4
2000-12-28Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson1-0/+4
2000-12-28ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson1-0/+73
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-5/+5
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-3/+3
1999-09-11Initial support for MacOS.Andy Polyakov1-2/+5
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-5/+5
1999-04-19Change functions to ANSI C.Ulf Möller1-8/+3
1999-04-17Massive constification.Ben Laurie1-1/+1
1999-01-30More pissing about to get pem.h to behave properly.Ben Laurie1-1/+0
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-1/+5
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+147