Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: net/cert/internal/verify_certificate_chain.h

Issue 2289363004: Add error information to VerifySignedData(). (Closed)
Patch Set: rebase onto origin/master Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/cert/internal/signature_policy.cc ('k') | net/cert/internal/verify_certificate_chain.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/internal/verify_certificate_chain.h
diff --git a/net/cert/internal/verify_certificate_chain.h b/net/cert/internal/verify_certificate_chain.h
index 6b53d9971cc1f5b326d69e2fbaaa48f354b5f4ba..9eb885b8e14595b9af7588e7c379079d8fda5c52 100644
--- a/net/cert/internal/verify_certificate_chain.h
+++ b/net/cert/internal/verify_certificate_chain.h
@@ -93,7 +93,7 @@ extern CertErrorType kBasicConstraintsIndicatesNotCa;
extern CertErrorType kMissingBasicConstraints;
extern CertErrorType kNotPermittedByNameConstraints;
extern CertErrorType kSubjectDoesNotMatchIssuer;
-extern CertErrorType kSignatureVerificationFailed;
+extern CertErrorType kVerifySignedDataFailed;
extern CertErrorType kValidityFailedNotAfter;
extern CertErrorType kValidityFailedNotBefore;
extern CertErrorType kSignatureAlgorithmsDifferentEncoding;
« no previous file with comments | « net/cert/internal/signature_policy.cc ('k') | net/cert/internal/verify_certificate_chain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698