aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_verify.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte1-4/+1
2017-05-11Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson1-15/+6
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-0/+1
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-4/+4
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-13/+20
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-10/+0
2015-04-30free cleanup almost the finaleRich Salz1-4/+2
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-177/+160
2015-01-06use correct function nameDr. Stephen Henson1-1/+1
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson1-0/+12
2014-08-15ASN1_verify, ASN1_item_verify: cleanse and free buf_in on error pathJonas Maebe1-10/+16
2014-04-01Don't try and verify signatures if key is NULL (CVE-2013-0166)Dr. Stephen Henson1-0/+6
2010-12-13Support routines for ASN1 scanning function, doesn't do much yet.Dr. Stephen Henson1-1/+1
2010-03-08RSA PSS verification support including certificates and certificateDr. Stephen Henson1-18/+39
2010-03-07update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerifyDr. Stephen Henson1-4/+4
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-3/+13
2006-10-04ASN1_item_verify needs to initialize ctx before any "goto err" canBodo Möller1-2/+2
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson1-5/+21
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-4/+4
2005-04-26Port from stable branch.Dr. Stephen Henson1-6/+7
2005-03-31Consistency.Ben Laurie1-2/+1
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-2/+3
2005-01-27Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate mightRichard Levitte1-1/+6
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-2/+2
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-0/+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/+48
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-1/+1
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-6/+2
1999-04-17Massive constification.Ben Laurie1-2/+2
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.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+121