Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Jul 21, 2024
1 parent 05be0c7 commit dc9e48c
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
<style> table { border-collapse: collapse; } th, td { border: solid black 1px; padding: 0 1ex; } </style>
# IETF Hackathon - PQC Certificates

This project provides a set of data repositories for X.509 data
structures that make use of post-quantum and composite algorithms
(classic with PQC).

This repo represents work done between IETF 115 - 119.
This repo represents work done between IETF 115 - 120.

A summary table of the ongoing certificate interoperability testing can be found here:
https://ietf-hackathon.github.io/pqc-certificates/pqc_hackathon_results_certs_r3.html

A summary table of the ongoing CMS interoperability testing can be found here:
https://ietf-hackathon.github.io/pqc-certificates/pqc_hackathon_results_cms_v1.html


An older version showing more (now obsolete) algorithms can be found here instead:
https://ietf-hackathon.github.io/pqc-certificates/pqc_hackathon_results.html
The various output compatibility tables produced by this project can be viewed here:
https://ietf-hackathon.github.io/pqc-certificates/

## Goals
- Adding PQ algorithm support into existing X.509 structures (keys, signatures, certificates and protocols)
Expand All @@ -24,6 +16,11 @@ https://ietf-hackathon.github.io/pqc-certificates/pqc_hackathon_results.html
- Provide a comprehensive compatibility matrix to show results
- Provide feedback to the standards groups about practical usage

## Contributing and testing your artifacts
Simply upload your artifacts zip files into your own directory under `providers/`, and uploads test results CSV files into the `compatMatrices/` directory of your provider, and the github automation will:
* Validate your artifacts against the OpenQuantumSafe docker image.
* Re-build and update the results HTML pages using both the automated results, and any results CSV files that you included.

## Folder structure of this repo

The project's directory structure is as follows:
Expand Down

0 comments on commit dc9e48c

Please sign in to comment.