Skip to content

Commit

Permalink
document KEX=* semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Jan 17, 2024
1 parent 10fd016 commit 095f98c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/fulltest/index-template
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ tr:nth-child(even) {

<p>For automated testing, a JSON file encoding all available SIG/KEM combinations and the respective ports where they can be found is <a href="assignments.json">available for download here</a>. <i>We explicitly want to warn that algorithm/port combinations are subject to change. Be sure to download the most current JSON file before testing.</i></p>

<p>Note: The designator "*" below for key exchange algorithms should not be understood that the port referenced supports any possible KEM, but only all those KEMs configured into the underlying nginx server as default groups. This can be set when building the server via the <a href="https://github.com/open-quantum-safe/oqs-demos/blob/10fd01640c619270e802ed8c4f982f459426bf70/nginx/Dockerfile#L17-L18">DEFAULT_GROUPS</a> configuration option. The default algorithm list is x25519:x448:kyber512:p256_kyber512:kyber768:p384_kyber768:kyber1024:p521_kyber1024.</p>

<table>
<tr>
Expand Down

0 comments on commit 095f98c

Please sign in to comment.