Skip to content

Commit

Permalink
tests: integration tests for new revocation logic.
Browse files Browse the repository at this point in the history
TODO:
* Clean up, the Python is getting messy.
* Double check coverage.
  • Loading branch information
cpu committed Jul 31, 2023
1 parent 364a4e6 commit 6517fee
Show file tree
Hide file tree
Showing 68 changed files with 1,194 additions and 74 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ target/

# Benchmark data
benches/*.der

# Python virtualenv
.venv
662 changes: 607 additions & 55 deletions tests/client_auth_revocation.rs

Large diffs are not rendered by default.

Binary file added tests/client_auth_revocation/dp_chain.ee.der
Binary file not shown.
Binary file added tests/client_auth_revocation/dp_chain.int.a.ca.der
Binary file not shown.
Binary file added tests/client_auth_revocation/dp_chain.int.b.ca.der
Binary file not shown.
Binary file added tests/client_auth_revocation/dp_chain.root.ca.der
Binary file not shown.
Binary file added tests/client_auth_revocation/dp_chain.topbit.ee.der
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tests/client_auth_revocation/ee_dp_idp_match.crl.der
Binary file not shown.
Binary file added tests/client_auth_revocation/ee_dp_invalid.crl.der
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/client_auth_revocation/ee_not_revoked_ee_depth.crl.der
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/client_auth_revocation/ee_revoked_badsig_ee_depth.crl.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/ee_revoked_chain_depth.crl.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/ee_revoked_crl_ku_ee_depth.crl.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/ee_revoked_no_ku_ee_depth.crl.der
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tests/client_auth_revocation/invalid_dp_chain.ee.der
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/client_auth_revocation/ku_chain.ee.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/ku_chain.int.a.ca.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/ku_chain.int.b.ca.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/ku_chain.root.ca.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/ku_chain.topbit.ee.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_crl_ku_chain.ee.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_crl_ku_chain.int.a.ca.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_crl_ku_chain.int.b.ca.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_crl_ku_chain.root.ca.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_crl_ku_chain.topbit.ee.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_ku_chain.ee.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_ku_chain.int.a.ca.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_ku_chain.int.b.ca.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_ku_chain.root.ca.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_ku_chain.topbit.ee.der
Binary file not shown.
Binary file modified tests/client_auth_revocation/no_relevant_crl_chain_depth.crl.der
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tests/client_auth_revocation/reasons_dp_chain.ee.der
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6517fee

Please sign in to comment.