aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_verify.c
Commit message (Expand)AuthorAgeFilesLines
* ASN1_item_verify_ctx(): Return -1 on fatal errorsTomas Mraz2024-06-211-0/+2
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* log actual NID causing the 'unknown message digest algorithm error'Vladimír Kotal2023-06-181-2/+3
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-5/+3
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Teach ASN1_item_verify_ctx() how to handle provided keysMatt Caswell2021-06-031-17/+44
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-18/+18
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-8/+6
* ASN1: Make ASN1_item_verify_ctx() work with provider-native keysRichard Levitte2020-09-031-1/+1
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-20/+23
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte2020-02-271-1/+1
* X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte2020-02-021-25/+44
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Support SM2 certificate verification杨洋2019-03-131-2/+1
* Coverity fix in some crypto/asn1 codeFdaSilvaYY2018-12-221-5/+13
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-4/+1
* 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