Skip to content

Commit 08c4c22

Browse files
committed
Fix CSVs, update results
1 parent 38afffb commit 08c4c22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/pqc_hackathon_results_cms_v3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 id="ietf-pqc-hackathon-cms-interoperability-results">IETF PQC
22
Hackathon CMS Interoperability Results</h1>
33
<style> table { border-collapse: collapse; width:auto !important; } th, td { border: solid black 1px; padding: 0 1ex; } col { width: auto !important; } </style>
4-
<p>Generated: 2025-11-02 18:35 UTC</p>
4+
<p>Generated: 2025-11-02 20:07 UTC</p>
55
<h1 id="algorithms-submitted">Algorithms Submitted</h1>
66
<p>✅ = passing all verifiers<br>◒ = passing some verifiers<br>⚪︎ = not
77
passing any verifiers<br>Columns represent producers who submitted

docs/pqc_hackathon_results_cms_v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ IETF PQC Hackathon CMS Interoperability Results
55

66
<style> table { border-collapse: collapse; width:auto !important; } th, td { border: solid black 1px; padding: 0 1ex; } col { width: auto !important; } </style>
77

8-
Generated: 2025-11-02 18:35 UTC
8+
Generated: 2025-11-02 20:07 UTC
99

1010

1111
# Algorithms Submitted

src/test_cms_v3_openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ for providerdir in $(ls -d $inputdir/*/); do
170170
unzip -o $zip -d $unzipdir
171171

172172
resultsfile=${outputdir}/${provider}_openssl.csv
173-
echo "key_algorithm_oid,type,test_result" > $resultsfile # CSV header row
173+
echo "key_algorithm_oid,test_result" > $resultsfile # CSV header row
174174

175175
alreadyTestedSigOIDs=";" # for a guard to skip testing the same cert multiple times
176176
alreadyTestedKEMOIDs=";" # for a guard to skip testing the same cert multiple times

0 commit comments

Comments
 (0)