Skip to content

Commit

Permalink
add verification of available r4 certs (#146)
Browse files Browse the repository at this point in the history
* add verification of available r4 certs (discounting prehash, chameleon, catalyst and composite as not supported presently)

* add results for pre-hash verification
  • Loading branch information
carl-wallace authored Nov 2, 2024
1 parent 5b38408 commit 523ee89
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
key_algorithm_oid,test_result
1.3.9999.3.9,Y
1.3.9999.3.6,Y
2.16.840.1.101.3.4.3.17,Y
2.16.840.1.101.3.4.3.18,Y
2.16.840.1.101.3.4.3.19,Y
2.16.840.1.101.3.4.3.20,Y
2.16.840.1.101.3.4.3.21,Y
2.16.840.1.101.3.4.3.22,Y
2.16.840.1.101.3.4.3.23,Y
2.16.840.1.101.3.4.3.24,Y
2.16.840.1.101.3.4.3.25,Y
2.16.840.1.101.3.4.3.26,Y
2.16.840.1.101.3.4.3.27,Y
2.16.840.1.101.3.4.3.28,Y
2.16.840.1.101.3.4.3.29,Y
2.16.840.1.101.3.4.3.30,Y
2.16.840.1.101.3.4.3.31,Y
2.16.840.1.101.3.4.3.32,Y
2.16.840.1.101.3.4.3.33,Y
2.16.840.1.101.3.4.3.34,Y
2.16.840.1.101.3.4.3.35,Y
2.16.840.1.101.3.4.3.36,Y
2.16.840.1.101.3.4.3.37,Y
2.16.840.1.101.3.4.3.38,Y
2.16.840.1.101.3.4.3.39,Y
2.16.840.1.101.3.4.3.40,Y
2.16.840.1.101.3.4.3.41,Y
2.16.840.1.101.3.4.3.42,Y
2.16.840.1.101.3.4.3.43,Y
2.16.840.1.101.3.4.3.44,Y
2.16.840.1.101.3.4.3.45,Y
2.16.840.1.101.3.4.3.46,Y
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
key_algorithm_oid,test_result
2.16.840.1.101.3.4.3.17,Y
2.16.840.1.101.3.4.3.18,Y
2.16.840.1.101.3.4.3.19,Y
2.16.840.1.101.3.4.3.21,Y
2.16.840.1.101.3.4.3.20,Y
2.16.840.1.101.3.4.3.23,Y
2.16.840.1.101.3.4.3.22,Y
2.16.840.1.101.3.4.3.25,Y
2.16.840.1.101.3.4.3.24,Y
2.16.840.1.101.3.4.3.27,Y
2.16.840.1.101.3.4.3.26,Y
2.16.840.1.101.3.4.3.29,Y
2.16.840.1.101.3.4.3.28,Y
2.16.840.1.101.3.4.3.31,Y
2.16.840.1.101.3.4.3.30,Y
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
key_algorithm_oid,test_result
1.3.9999.3.9,Y
1.3.9999.3.6,Y
2.16.840.1.101.3.4.3.17,Y
2.16.840.1.101.3.4.3.18,Y
2.16.840.1.101.3.4.3.19,Y
2.16.840.1.101.3.4.3.21,Y
2.16.840.1.101.3.4.3.20,Y
2.16.840.1.101.3.4.3.23,Y
2.16.840.1.101.3.4.3.22,Y
2.16.840.1.101.3.4.3.25,Y
2.16.840.1.101.3.4.3.24,Y
2.16.840.1.101.3.4.3.27,Y
2.16.840.1.101.3.4.3.26,Y
2.16.840.1.101.3.4.3.29,Y
2.16.840.1.101.3.4.3.28,Y
2.16.840.1.101.3.4.3.31,Y
2.16.840.1.101.3.4.3.30,Y

0 comments on commit 523ee89

Please sign in to comment.