aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_verify.c
Commit message (Expand)AuthorAgeFilesLines
* Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson2017-05-111-15/+6
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-4/+4
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-13/+20
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-10/+0
* free cleanup almost the finaleRich Salz2015-04-301-4/+2
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-177/+160
* use correct function nameDr. Stephen Henson2015-01-061-1/+1
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-051-0/+12
* ASN1_verify, ASN1_item_verify: cleanse and free buf_in on error pathJonas Maebe2014-08-151-10/+16
* Don't try and verify signatures if key is NULL (CVE-2013-0166)Dr. Stephen Henson2014-04-011-0/+6
* Support routines for ASN1 scanning function, doesn't do much yet.Dr. Stephen Henson2010-12-131-1/+1
* RSA PSS verification support including certificates and certificateDr. Stephen Henson2010-03-081-18/+39
* update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerifyDr. Stephen Henson2010-03-071-4/+4
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-3/+13
* ASN1_item_verify needs to initialize ctx before any "goto err" canBodo Möller2006-10-041-2/+2
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-191-5/+21
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-4/+4
* Port from stable branch.Dr. Stephen Henson2005-04-261-6/+7
* Consistency.Ben Laurie2005-03-311-2/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-2/+3
* Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate mightRichard Levitte2005-01-271-1/+6
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-2/+2
* 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-0/+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/+48
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* 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-6/+2
* Massive constification.Ben Laurie1999-04-171-2/+2
* More pissing about to get pem.h to behave properly.Ben Laurie1999-01-301-1/+0
* 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/+121