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

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

Issue 1414393008: Add scripts to generate simple test data for certificate verification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@key_usages
Patch Set: Created 5 years, 1 month 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
(Empty)
1 This directory contains test data for verifying certificate chains.
2
3 It contains the following types of files:
4
5 ===============================
6 generate-*.py
7 ===============================
8
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
11 XXX.pem.
12
13 ===============================
14 generate-all.sh
15 ===============================
16
17 Runs all of the generate-*.py scripts and does some cleanup.
18
19 ===============================
20 *.pem
21 ===============================
22
23 These files descibe a test case for certificate chain verification.
24
25 The input file is a PEM file with blocks for:
26 * The trust store
27 * The certificate chain (target certificate and all intermediaries)
28 * The timestamp to use when verifying
29 * The expected result of verification (success or fail)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698