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

Unified Diff: net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/chain.pem

Issue 2951403002: Update comments for net/data/verify_certificate_chain_unittest/ (Closed)
Patch Set: Created 3 years, 6 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/incorrect-trust-anchor/chain.pem
diff --git a/net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/chain.pem b/net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/chain.pem
index d363a061b5c7547bff115d16d9d1fe1fe2326052..5c47cf66f112c9021256549d2596ed77834c0be2 100644
--- a/net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/chain.pem
+++ b/net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/chain.pem
@@ -1,8 +1,10 @@
[Created by: generate-chains.py]
-Certificate chain with 1 intermediate, but the trust anchor used is
-incorrect (neither subject nor signature matches). Verification is expected to
-fail.
+Certificate chain where the supposed root certificate is wrong:
+
+ * The intermediate's "issuer" does not match the root's "subject"
+ * The intermediate's signature was not generated using the root's key
+
Certificate:
Data:

Powered by Google App Engine
This is Rietveld 408576698