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

Unified Diff: net/data/verify_certificate_chain_unittest/README

Issue 2282183004: Add error information to VerifyCertificateChain(). (Closed)
Patch Set: fix typo in README Created 4 years, 4 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
Index: net/data/verify_certificate_chain_unittest/README
diff --git a/net/data/verify_certificate_chain_unittest/README b/net/data/verify_certificate_chain_unittest/README
index e425e38eb7cfd192540a40b8a20152026675434f..d0660100786a1fe534ae29d716aebb7ff4263a0c 100644
--- a/net/data/verify_certificate_chain_unittest/README
+++ b/net/data/verify_certificate_chain_unittest/README
@@ -63,3 +63,9 @@ This PEM block describes the expected result from verifying the path.
- There must be exactly one such PEM block
- Its contents are a string with value of either "SUCCESS" or "FAIL"
+
+ERRORS:
+
+This PEM block is a newline separated list of errors that are expected to occur
+when validating this path. The error string should correspond with a
+CertErrorType.

Powered by Google App Engine
This is Rietveld 408576698