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

Issue 2805213004: Refactor how net/data/verify_certificate_chain_unittest/* (Closed)

Created:
3 years, 8 months ago by eroman
Modified:
3 years, 7 months ago
Reviewers:
mattm
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor how net/data/verify_certificate_chain_unittest/* data is generated. * Use directory structure to group the generators * Separate test inputs/expectations from chain generation * Use a simple CERTIFICATE sequence for chains, since test file carries other information. This decoupling makes it easier to re-use the chain generation code elsewhere, as well as to have tests that use the same chain but with different input parameters to certificate verification. Review-Url: https://codereview.chromium.org/2805213004 Cr-Commit-Position: refs/heads/master@{#468857} Committed: https://chromium.googlesource.com/chromium/src/+/266bda9e1395873338822a426948bf355696ee52

Patch Set 1 #

Patch Set 2 : try a different approach #

Patch Set 3 : rebase #

Total comments: 17

Patch Set 4 : Address comments #

Patch Set 5 : update test data list (for ios) #

Patch Set 6 : fix unittest #

Patch Set 7 : fix android #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1086 lines, -25029 lines) Patch
M net/BUILD.gn View 1 2 3 4 5 6 1 chunk +110 lines, -55 lines 0 comments Download
M net/cert/internal/path_builder_unittest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/internal/path_builder_verify_certificate_chain_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/cert/internal/test_helpers.h View 1 2 3 4 5 6 1 chunk +11 lines, -5 lines 0 comments Download
M net/cert/internal/test_helpers.cc View 1 2 3 4 5 6 5 chunks +167 lines, -80 lines 0 comments Download
M net/cert/internal/trust_store_collection_unittest.cc View 1 2 3 4 5 6 2 chunks +7 lines, -11 lines 0 comments Download
M net/cert/internal/trust_store_nss_unittest.cc View 1 2 3 4 5 6 2 chunks +6 lines, -10 lines 0 comments Download
M net/cert/internal/verify_certificate_chain_typed_unittest.h View 1 2 3 4 5 6 2 chunks +61 lines, -58 lines 0 comments Download
M net/cert/internal/verify_certificate_chain_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
A + net/data/parse_certificate_unittest/rebase-errors.py View 1 2 3 4 5 6 6 chunks +11 lines, -49 lines 0 comments Download
M net/data/verify_certificate_chain_unittest/README View 1 2 3 4 5 6 1 chunk +50 lines, -51 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued.pem View 1 2 3 4 5 6 1 chunk +0 lines, -377 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/keys/Intermediate_1.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M net/data/verify_certificate_chain_unittest/common.py View 1 2 3 4 5 6 9 chunks +17 lines, -71 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/constrained-non-self-signed-root.pem View 1 2 3 4 5 6 1 chunk +0 lines, -288 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-non-self-signed-root/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-non-self-signed-root/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-non-self-signed-root/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-non-self-signed-root/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-non-self-signed-root/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-non-self-signed-root/keys/UberRoot.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/constrained-non-self-signed-root/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/constrained-root-bad-eku.pem View 1 2 3 4 5 6 1 chunk +0 lines, -299 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-bad-eku/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-bad-eku/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-bad-eku/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-bad-eku/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-bad-eku/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/constrained-root-bad-eku/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/constrained-root-basic-constraints-ca-false.pem View 1 2 3 4 5 6 1 chunk +0 lines, -289 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-basic-constraints-ca-false/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-basic-constraints-ca-false/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-basic-constraints-ca-false/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-basic-constraints-ca-false/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-basic-constraints-ca-false/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/constrained-root-basic-constraints-ca-false/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/constrained-root-lacks-basic-constraints.pem View 1 2 3 4 5 6 1 chunk +0 lines, -285 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-lacks-basic-constraints/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-lacks-basic-constraints/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-lacks-basic-constraints/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-lacks-basic-constraints/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/constrained-root-lacks-basic-constraints/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/constrained-root-lacks-basic-constraints/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/expired-constrained-root.pem View 1 2 3 4 5 6 1 chunk +0 lines, -289 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-constrained-root/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-constrained-root/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -8 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-constrained-root/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-constrained-root/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-constrained-root/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/expired-constrained-root/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/expired-intermediate.pem View 1 2 3 4 5 6 1 chunk +0 lines, -295 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-intermediate/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-intermediate/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -11 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-intermediate/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-intermediate/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-intermediate/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/expired-intermediate/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/expired-target.pem View 1 2 3 4 5 6 1 chunk +0 lines, -295 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/expired-target-notBefore.pem View 1 2 3 4 5 6 1 chunk +0 lines, -295 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-target-notBefore/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-target-notBefore/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -11 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-target-notBefore/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-target-notBefore/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-target-notBefore/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/expired-target-notBefore/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-target/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-target/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -11 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-target/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-target/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-target/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/expired-target/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/expired-unconstrained-root.pem View 1 2 3 4 5 6 1 chunk +0 lines, -289 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-unconstrained-root/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-unconstrained-root/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -8 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-unconstrained-root/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-unconstrained-root/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-unconstrained-root/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-unconstrained-root/keys/expired-unconstrained-root_Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/expired-unconstrained-root/keys/expired-unconstrained-root_Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/expired-unconstrained-root/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M net/data/verify_certificate_chain_unittest/generate-all.sh View 1 2 3 4 5 6 1 chunk +12 lines, -7 lines 1 comment Download
D net/data/verify_certificate_chain_unittest/generate-basic-constraints-pathlen-0-self-issued.py View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-constrained-non-self-signed-root.py View 1 2 3 4 5 6 1 chunk +0 lines, -32 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-constrained-root-bad-eku.py View 1 2 3 4 5 6 1 chunk +0 lines, -35 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-constrained-root-basic-constraints-ca-false.py View 1 2 3 4 5 6 1 chunk +0 lines, -32 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-constrained-root-lacks-basic-constraints.py View 1 2 3 4 5 6 1 chunk +0 lines, -30 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-expired-constrained-root.py View 1 2 3 4 5 6 1 chunk +0 lines, -37 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-expired-intermediate.py View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-expired-target.py View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-expired-target-notBefore.py View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-expired-unconstrained-root.py View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-incorrect-trust-anchor.py View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-intermediate-basic-constraints-ca-false.py View 1 2 3 4 5 6 1 chunk +0 lines, -34 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-intermediate-basic-constraints-not-critical.py View 1 2 3 4 5 6 1 chunk +0 lines, -31 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-intermediate-lacks-basic-constraints.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-intermediate-lacks-signing-key-usage.py View 1 2 3 4 5 6 1 chunk +0 lines, -34 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-intermediate-restricts-eku-fail.py View 1 2 3 4 5 6 1 chunk +0 lines, -36 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-intermediate-restricts-eku-ok.py View 1 2 3 4 5 6 1 chunk +0 lines, -34 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-intermediate-sets-eku-any.py View 1 2 3 4 5 6 1 chunk +0 lines, -34 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-intermediate-signed-with-md5.py View 1 2 3 4 5 6 1 chunk +0 lines, -34 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-intermediate-unknown-critical-extension.py View 1 2 3 4 5 6 1 chunk +0 lines, -37 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-intermediate-unknown-non-critical-extension.py View 1 2 3 4 5 6 1 chunk +0 lines, -31 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-key-rollover.py View 1 2 3 4 5 6 1 chunk +0 lines, -96 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-non-self-signed-root.py View 1 2 3 4 5 6 1 chunk +0 lines, -31 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-serverauth-ec-ku-decipheronly.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-serverauth-ec-ku-digitalsignature.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-serverauth-ec-ku-keyagreement.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-serverauth-ec-ku-keyencipherment.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-serverauth-rsa-ku-decipheronly.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-serverauth-rsa-ku-digitalsignature.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-serverauth-rsa-ku-keyagreement.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-serverauth-rsa-ku-keyencipherment.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-and-intermediate.py View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-has-keycertsign-but-not-ca.py View 1 2 3 4 5 6 1 chunk +0 lines, -36 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-has-pathlen-but-not-ca.py View 1 2 3 4 5 6 1 chunk +0 lines, -35 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-lacks-eku.py View 1 2 3 4 5 6 1 chunk +0 lines, -30 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-not-end-entity.py View 1 2 3 4 5 6 1 chunk +0 lines, -29 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-restricts-eku-fail.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-sets-eku-any.py View 1 2 3 4 5 6 1 chunk +0 lines, -31 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-signed-by-512bit-rsa.py View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-signed-using-ecdsa.py View 1 2 3 4 5 6 1 chunk +0 lines, -30 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-signed-with-md5.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-unknown-critical-extension.py View 1 2 3 4 5 6 1 chunk +0 lines, -37 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-target-wrong-signature.py View 1 2 3 4 5 6 1 chunk +0 lines, -39 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-unconstrained-non-self-signed-root.py View 1 2 3 4 5 6 1 chunk +0 lines, -31 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-unconstrained-root-bad-eku.py View 1 2 3 4 5 6 1 chunk +0 lines, -32 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-unconstrained-root-basic-constraints-ca-false.py View 1 2 3 4 5 6 1 chunk +0 lines, -32 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-unconstrained-root-lacks-basic-constraints.py View 1 2 3 4 5 6 1 chunk +0 lines, -30 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-violates-basic-constraints-pathlen-0.py View 1 2 3 4 5 6 1 chunk +0 lines, -40 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-violates-pathlen-1-constrained-root.py View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/generate-violates-pathlen-1-unconstrained-root.py View 1 2 3 4 5 6 1 chunk +0 lines, -35 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/incorrect-trust-anchor.pem View 1 2 3 4 5 6 1 chunk +0 lines, -298 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -28 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -14 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/keys/BogusRoot.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/incorrect-trust-anchor/main.test View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false.pem View 1 2 3 4 5 6 1 chunk +0 lines, -296 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -12 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical.pem View 1 2 3 4 5 6 1 chunk +0 lines, -289 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints.pem View 1 2 3 4 5 6 1 chunk +0 lines, -293 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -12 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage.pem View 1 2 3 4 5 6 1 chunk +0 lines, -296 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -12 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-fail.pem View 1 2 3 4 5 6 1 chunk +0 lines, -298 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-fail/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-fail/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -12 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-fail/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-fail/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-fail/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-fail/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-ok.pem View 1 2 3 4 5 6 1 chunk +0 lines, -291 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-ok/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-ok/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-ok/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-ok/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-ok/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/intermediate-restricts-eku-ok/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/intermediate-sets-eku-any.pem View 1 2 3 4 5 6 1 chunk +0 lines, -291 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-sets-eku-any/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-sets-eku-any/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-sets-eku-any/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-sets-eku-any/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-sets-eku-any/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/intermediate-sets-eku-any/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/intermediate-signed-with-md5.pem View 1 2 3 4 5 6 1 chunk +0 lines, -297 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-signed-with-md5/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -27 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-signed-with-md5/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -13 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-signed-with-md5/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-signed-with-md5/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-signed-with-md5/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/intermediate-signed-with-md5/main.test View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension.pem View 1 2 3 4 5 6 1 chunk +0 lines, -301 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -28 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -14 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension/main.test View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension.pem View 1 2 3 4 5 6 1 chunk +0 lines, -291 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal.pem View 1 2 3 4 5 6 1 chunk +0 lines, -467 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal-anchor.pem View 1 2 3 4 5 6 1 chunk +0 lines, -287 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/anchor.pem View 1 2 3 4 5 6 2 chunks +2 lines, -15 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/anchor.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/target.pem View 1 2 3 4 5 6 2 chunks +2 lines, -15 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/target.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/key-rollover-longrolloverchain.pem View 1 2 3 4 5 6 1 chunk +0 lines, -496 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/key-rollover-newchain.pem View 1 2 3 4 5 6 1 chunk +0 lines, -318 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/key-rollover-oldchain.pem View 1 2 3 4 5 6 1 chunk +0 lines, -318 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/key-rollover-rolloverchain.pem View 1 2 3 4 5 6 1 chunk +0 lines, -407 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/key-rollover/generate-chains.py View 1 2 3 4 5 6 2 chunks +12 lines, -25 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/key-rollover/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/key-rollover/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/key-rollover/keys/Root_1.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/key-rollover/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/key-rollover/longrolloverchain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/key-rollover/longrolloverchain.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/key-rollover/newchain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/key-rollover/newchain.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/key-rollover/oldchain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/key-rollover/oldchain.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/key-rollover/rolloverchain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/key-rollover/rolloverchain.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/basic-constraints-pathlen-0-self-issued/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/basic-constraints-pathlen-0-self-issued/Intermediate_1.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/basic-constraints-pathlen-0-self-issued/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/basic-constraints-pathlen-0-self-issued/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-non-self-signed-root/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-non-self-signed-root/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-non-self-signed-root/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-non-self-signed-root/UberRoot.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-root-bad-eku/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-root-bad-eku/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-root-bad-eku/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-root-basic-constraints-ca-false/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-root-basic-constraints-ca-false/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-root-basic-constraints-ca-false/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-root-lacks-basic-constraints/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-root-lacks-basic-constraints/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/constrained-root-lacks-basic-constraints/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-constrained-root/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-constrained-root/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-constrained-root/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-intermediate/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-intermediate/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-intermediate/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-target-notBefore/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-target-notBefore/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-target-notBefore/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-target/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-target/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-target/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-unconstrained-root/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-unconstrained-root/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-unconstrained-root/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-unconstrained-root/expired-unconstrained-root_Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/expired-unconstrained-root/expired-unconstrained-root_Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/incorrect-trust-anchor/BogusRoot.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/incorrect-trust-anchor/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/incorrect-trust-anchor/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/incorrect-trust-anchor/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-basic-constraints-ca-false/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-basic-constraints-ca-false/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-basic-constraints-ca-false/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-basic-constraints-not-critical/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-basic-constraints-not-critical/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-basic-constraints-not-critical/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-lacks-basic-constraints/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-lacks-basic-constraints/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-lacks-basic-constraints/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-lacks-signing-key-usage/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-lacks-signing-key-usage/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-lacks-signing-key-usage/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-restricts-eku-fail/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-restricts-eku-fail/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-restricts-eku-fail/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-restricts-eku-ok/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-restricts-eku-ok/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-restricts-eku-ok/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-sets-eku-any/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-sets-eku-any/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-sets-eku-any/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-signed-with-md5/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-signed-with-md5/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-signed-with-md5/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-unknown-critical-extension/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-unknown-critical-extension/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-unknown-critical-extension/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-unknown-non-critical-extension/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-unknown-non-critical-extension/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/intermediate-unknown-non-critical-extension/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/key-rollover/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/key-rollover/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/key-rollover/Root_1.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/key-rollover/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/non-self-signed-root/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/non-self-signed-root/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/non-self-signed-root/ShadowRoot.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/non-self-signed-root/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-decipheronly/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-decipheronly/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-decipheronly/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -10 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-digitalsignature/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-digitalsignature/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-digitalsignature/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -10 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-keyagreement/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-keyagreement/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-keyagreement/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -10 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-keyencipherment/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-keyencipherment/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-ec-ku-keyencipherment/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -10 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-decipheronly/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-decipheronly/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-decipheronly/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-digitalsignature/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-digitalsignature/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-digitalsignature/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-keyagreement/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-keyagreement/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-keyagreement/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-keyencipherment/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-keyencipherment/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/serverauth-rsa-ku-keyencipherment/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-and-intermediate/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-and-intermediate/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-and-intermediate/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-has-keycertsign-but-not-ca/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-has-keycertsign-but-not-ca/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-has-keycertsign-but-not-ca/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-has-pathlen-but-not-ca/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-has-pathlen-but-not-ca/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-has-pathlen-but-not-ca/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-lacks-eku/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-lacks-eku/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-lacks-eku/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-not-end-entity/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-not-end-entity/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-not-end-entity/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-restricts-eku-fail/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-restricts-eku-fail/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-restricts-eku-fail/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-sets-eku-any/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-sets-eku-any/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-sets-eku-any/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-signed-by-512bit-rsa/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -10 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-signed-by-512bit-rsa/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-signed-by-512bit-rsa/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-signed-using-ecdsa/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -10 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-signed-using-ecdsa/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-signed-using-ecdsa/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-signed-with-md5/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-signed-with-md5/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-signed-with-md5/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-unknown-critical-extension/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-unknown-critical-extension/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-unknown-critical-extension/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-wrong-signature/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-wrong-signature/Intermediate_1.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-wrong-signature/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/target-wrong-signature/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-non-self-signed-root/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-non-self-signed-root/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-non-self-signed-root/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-non-self-signed-root/UberRoot.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-root-bad-eku/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-root-bad-eku/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-root-bad-eku/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-root-basic-constraints-ca-false/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-root-basic-constraints-ca-false/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-root-basic-constraints-ca-false/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-root-lacks-basic-constraints/Intermediate.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-root-lacks-basic-constraints/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/unconstrained-root-lacks-basic-constraints/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-basic-constraints-pathlen-0/Intermediate1.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-basic-constraints-pathlen-0/Intermediate2.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-basic-constraints-pathlen-0/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-basic-constraints-pathlen-0/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-pathlen-1-constrained-root/Intermediate1.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-pathlen-1-constrained-root/Intermediate2.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-pathlen-1-constrained-root/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-pathlen-1-constrained-root/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-pathlen-1-unconstrained-root/Intermediate1.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-pathlen-1-unconstrained-root/Intermediate2.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-pathlen-1-unconstrained-root/Root.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/keys/violates-pathlen-1-unconstrained-root/Target.key View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/non-self-signed-root.pem View 1 2 3 4 5 6 1 chunk +0 lines, -288 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/non-self-signed-root/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/non-self-signed-root/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/non-self-signed-root/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/non-self-signed-root/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/non-self-signed-root/keys/ShadowRoot.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/non-self-signed-root/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/non-self-signed-root/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M net/data/verify_certificate_chain_unittest/rebase-errors.py View 1 2 3 4 5 6 4 chunks +15 lines, -78 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/serverauth-ec-ku-decipheronly.pem View 1 2 3 4 5 6 1 chunk +0 lines, -272 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-decipheronly/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-decipheronly/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -10 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-decipheronly/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-decipheronly/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-decipheronly/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/serverauth-ec-ku-decipheronly/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/serverauth-ec-ku-digitalsignature.pem View 1 2 3 4 5 6 1 chunk +0 lines, -272 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-digitalsignature/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-digitalsignature/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -10 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-digitalsignature/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-digitalsignature/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-digitalsignature/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/serverauth-ec-ku-digitalsignature/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyagreement.pem View 1 2 3 4 5 6 1 chunk +0 lines, -272 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyagreement/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyagreement/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -10 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyagreement/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyagreement/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyagreement/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyagreement/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyencipherment.pem View 1 2 3 4 5 6 1 chunk +0 lines, -272 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyencipherment/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyencipherment/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -10 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyencipherment/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyencipherment/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyencipherment/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/serverauth-ec-ku-keyencipherment/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-decipheronly.pem View 1 2 3 4 5 6 1 chunk +0 lines, -286 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-decipheronly/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-decipheronly/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -10 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-decipheronly/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-decipheronly/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-decipheronly/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-decipheronly/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-digitalsignature.pem View 1 2 3 4 5 6 1 chunk +0 lines, -286 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-digitalsignature/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-digitalsignature/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -10 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-digitalsignature/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-digitalsignature/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-digitalsignature/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-digitalsignature/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyagreement.pem View 1 2 3 4 5 6 1 chunk +0 lines, -286 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyagreement/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyagreement/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -10 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyagreement/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyagreement/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyagreement/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyagreement/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyencipherment.pem View 1 2 3 4 5 6 1 chunk +0 lines, -286 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyencipherment/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyencipherment/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -10 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyencipherment/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyencipherment/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyencipherment/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/serverauth-rsa-ku-keyencipherment/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-and-intermediate.pem View 1 2 3 4 5 6 1 chunk +0 lines, -287 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-and-intermediate/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-and-intermediate/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-and-intermediate/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-and-intermediate/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-and-intermediate/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-and-intermediate/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca.pem View 1 2 3 4 5 6 1 chunk +0 lines, -297 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -13 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca.pem View 1 2 3 4 5 6 1 chunk +0 lines, -298 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -13 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-lacks-eku.pem View 1 2 3 4 5 6 1 chunk +0 lines, -285 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-lacks-eku/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-lacks-eku/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-lacks-eku/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-lacks-eku/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-lacks-eku/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-lacks-eku/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-not-end-entity.pem View 1 2 3 4 5 6 1 chunk +0 lines, -287 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-not-end-entity/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-not-end-entity/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-not-end-entity/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-not-end-entity/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-not-end-entity/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-not-end-entity/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-restricts-eku-fail.pem View 1 2 3 4 5 6 1 chunk +0 lines, -295 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-restricts-eku-fail/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-restricts-eku-fail/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -12 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-restricts-eku-fail/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-restricts-eku-fail/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-restricts-eku-fail/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-restricts-eku-fail/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-sets-eku-any.pem View 1 2 3 4 5 6 1 chunk +0 lines, -287 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-sets-eku-any/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-sets-eku-any/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-sets-eku-any/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-sets-eku-any/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-sets-eku-any/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-sets-eku-any/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa.pem View 1 2 3 4 5 6 1 chunk +0 lines, -267 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -30 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -16 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa/main.test View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-signed-using-ecdsa.pem View 1 2 3 4 5 6 1 chunk +0 lines, -259 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-using-ecdsa/chain.pem View 1 2 3 4 5 6 5 chunks +13 lines, -28 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-using-ecdsa/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-using-ecdsa/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-using-ecdsa/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-using-ecdsa/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-signed-using-ecdsa/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-signed-with-md5.pem View 1 2 3 4 5 6 1 chunk +0 lines, -296 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-with-md5/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -27 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-with-md5/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -13 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-with-md5/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-with-md5/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-signed-with-md5/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-signed-with-md5/main.test View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-unknown-critical-extension.pem View 1 2 3 4 5 6 1 chunk +0 lines, -301 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-unknown-critical-extension/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -28 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-unknown-critical-extension/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -14 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-unknown-critical-extension/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-unknown-critical-extension/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-unknown-critical-extension/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-unknown-critical-extension/main.test View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/target-wrong-signature.pem View 1 2 3 4 5 6 1 chunk +0 lines, -297 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-wrong-signature/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -27 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-wrong-signature/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -13 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-wrong-signature/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-wrong-signature/keys/Intermediate_1.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-wrong-signature/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/target-wrong-signature/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/target-wrong-signature/main.test View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/unconstrained-non-self-signed-root.pem View 1 2 3 4 5 6 1 chunk +0 lines, -288 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-non-self-signed-root/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-non-self-signed-root/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -10 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-non-self-signed-root/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-non-self-signed-root/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-non-self-signed-root/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-non-self-signed-root/keys/UberRoot.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/unconstrained-non-self-signed-root/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/unconstrained-root-bad-eku.pem View 1 2 3 4 5 6 1 chunk +0 lines, -291 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-bad-eku/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-bad-eku/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -12 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-bad-eku/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-bad-eku/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-bad-eku/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/unconstrained-root-bad-eku/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/unconstrained-root-basic-constraints-ca-false.pem View 1 2 3 4 5 6 1 chunk +0 lines, -289 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-basic-constraints-ca-false/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-basic-constraints-ca-false/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-basic-constraints-ca-false/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-basic-constraints-ca-false/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-basic-constraints-ca-false/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/unconstrained-root-basic-constraints-ca-false/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/unconstrained-root-lacks-basic-constraints.pem View 1 2 3 4 5 6 1 chunk +0 lines, -285 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-lacks-basic-constraints/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-lacks-basic-constraints/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-lacks-basic-constraints/keys/Intermediate.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-lacks-basic-constraints/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/unconstrained-root-lacks-basic-constraints/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/unconstrained-root-lacks-basic-constraints/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0.pem View 1 2 3 4 5 6 1 chunk +0 lines, -385 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -12 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/keys/Intermediate1.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/keys/Intermediate2.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/violates-pathlen-1-constrained-root.pem View 1 2 3 4 5 6 1 chunk +0 lines, -385 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-constrained-root/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -26 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-constrained-root/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -12 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-constrained-root/keys/Intermediate1.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-constrained-root/keys/Intermediate2.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-constrained-root/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-constrained-root/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/violates-pathlen-1-constrained-root/main.test View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
D net/data/verify_certificate_chain_unittest/violates-pathlen-1-unconstrained-root.pem View 1 2 3 4 5 6 1 chunk +0 lines, -377 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-unconstrained-root/chain.pem View 1 2 3 4 5 6 3 chunks +3 lines, -18 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-unconstrained-root/generate-chains.py View 1 2 3 4 5 6 2 chunks +5 lines, -9 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-unconstrained-root/keys/Intermediate1.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-unconstrained-root/keys/Intermediate2.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-unconstrained-root/keys/Root.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/verify_certificate_chain_unittest/violates-pathlen-1-unconstrained-root/keys/Target.key View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A net/data/verify_certificate_chain_unittest/violates-pathlen-1-unconstrained-root/main.test View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (18 generated)
eroman
WDYT of this approach? (It should make it easier to smuggle in new parameters in ...
3 years, 8 months ago (2017-04-08 00:38:39 UTC) #2
mattm
hm, I guess another option would be to make use of python named keyword arguments ...
3 years, 8 months ago (2017-04-11 00:25:48 UTC) #3
eroman
Thinking more about this, more, how about this more radical change in test structure. Rather ...
3 years, 8 months ago (2017-04-11 16:48:15 UTC) #4
eroman
WDYT of the approach in patchset 2? (not ready for a real review, just design ...
3 years, 8 months ago (2017-04-14 23:37:54 UTC) #5
eroman
ping
3 years, 7 months ago (2017-05-02 02:24:39 UTC) #7
mattm
https://codereview.chromium.org/2805213004/diff/30001/net/cert/internal/path_builder_verify_certificate_chain_unittest.cc File net/cert/internal/path_builder_verify_certificate_chain_unittest.cc (right): https://codereview.chromium.org/2805213004/diff/30001/net/cert/internal/path_builder_verify_certificate_chain_unittest.cc#newcode52 net/cert/internal/path_builder_verify_certificate_chain_unittest.cc:52: EXPECT_EQ(test.expected_errors.empty(), result.HasValidPath()); This is fine, but I wonder if ...
3 years, 7 months ago (2017-05-02 06:43:47 UTC) #8
eroman
https://codereview.chromium.org/2805213004/diff/30001/net/cert/internal/path_builder_verify_certificate_chain_unittest.cc File net/cert/internal/path_builder_verify_certificate_chain_unittest.cc (right): https://codereview.chromium.org/2805213004/diff/30001/net/cert/internal/path_builder_verify_certificate_chain_unittest.cc#newcode52 net/cert/internal/path_builder_verify_certificate_chain_unittest.cc:52: EXPECT_EQ(test.expected_errors.empty(), result.HasValidPath()); On 2017/05/02 06:43:46, mattm wrote: > This ...
3 years, 7 months ago (2017-05-02 19:20:23 UTC) #10
mattm
lgtm (I didn't check every test data file) https://codereview.chromium.org/2805213004/diff/70001/net/data/verify_certificate_chain_unittest/generate-all.sh File net/data/verify_certificate_chain_unittest/generate-all.sh (right): https://codereview.chromium.org/2805213004/diff/70001/net/data/verify_certificate_chain_unittest/generate-all.sh#newcode10 net/data/verify_certificate_chain_unittest/generate-all.sh:10: cd ...
3 years, 7 months ago (2017-05-03 00:55:16 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2805213004/70001
3 years, 7 months ago (2017-05-03 00:58:26 UTC) #25
eroman
Thanks! > (I didn't check every test data file) FWIW I used a script to ...
3 years, 7 months ago (2017-05-03 01:02:22 UTC) #26
commit-bot: I haz the power
3 years, 7 months ago (2017-05-03 01:28:28 UTC) #29
Message was sent while issue was closed.
Committed patchset #7 (id:70001) as
https://chromium.googlesource.com/chromium/src/+/266bda9e1395873338822a426948...

Powered by Google App Engine
This is Rietveld 408576698