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

Side by Side Diff: net/data/verify_certificate_chain_unittest/README

Issue 2130283003: Cleanup: Rename "intermediary" --> "intermediate" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build? Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 This directory contains test data for verifying certificate chains. 1 This directory contains test data for verifying certificate chains.
2 2
3 It contains the following types of files: 3 It contains the following types of files:
4 4
5 =============================== 5 ===============================
6 generate-*.py 6 generate-*.py
7 =============================== 7 ===============================
8 8
9 Generates the file for an individual test case. If the python file was 9 Generates the file for an individual test case. If the python file was
10 named generate-XXX.py, then the corresponding output will be named 10 named generate-XXX.py, then the corresponding output will be named
11 XXX.pem. 11 XXX.pem.
12 12
13 =============================== 13 ===============================
14 generate-all.sh 14 generate-all.sh
15 =============================== 15 ===============================
16 16
17 Runs all of the generate-*.py scripts and does some cleanup. 17 Runs all of the generate-*.py scripts and does some cleanup.
18 18
19 =============================== 19 ===============================
20 *.pem 20 *.pem
21 =============================== 21 ===============================
22 22
23 These files descibe a test case for certificate chain verification. 23 These files descibe a test case for certificate chain verification.
24 24
25 The input file is a PEM file with blocks for: 25 The input file is a PEM file with blocks for:
26 * The trust store 26 * The trust store
27 * The certificate chain (target certificate and all intermediaries) 27 * The certificate chain (target certificate and all intermediates)
28 * The timestamp to use when verifying 28 * The timestamp to use when verifying
29 * The expected result of verification (success or fail) 29 * The expected result of verification (success or fail)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698