Skip to content

Commit

Permalink
Add certificate examples
Browse files Browse the repository at this point in the history
Add certificate examples (thanks Bas).
  • Loading branch information
seanturner authored Dec 12, 2024
1 parent a87d058 commit 09a3330
Showing 1 changed file with 31 additions and 5 deletions.
36 changes: 31 additions & 5 deletions draft-ietf-lamps-kyber-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,16 +761,42 @@ has an attribute included as well as the public key:
-----END PRIVATE KEY-------
~~~

## Example Certificate {#example-certificate}
## Example Certificates {#example-certificate}

The following is the ML-KEM-512 certificate that corresponding to the
public key in the previous section signed with the ML-DSA-44 private key
from {{?I-D.lamps-dilithium-certificates}}.

~~~
{::include ./example/ML-KEM-512.pem}
~~~

~~~
TODO insert ASN.1 Pretty Print for ML-KEM-512.pem
~~~

The following is the ML-KEM-768 certificate that corresponding to the
public key in the previous section signed with the ML-DSA-65 private key
from {{I-D.lamps-dilithium-certificates}}.

~~~
{::include ./example/ML-KEM-768.pem}
~~~

~~~
TODO insert ASN.1 Pretty Print for ML-KEM-768.pem
~~~

The following is the ML-KEM-1024 certificate that corresponding to the
public key in the previous section signed with the ML-DSA-87 private key
from {{I-D.lamps-dilithium-certificates}}.

~~~
TODO insert ASN.1 Pretty Print
{::include ./example/ML-KEM-1024.pem}
~~~

~~~
-----BEGIN CERTIFICATE-----
TODO Certificate
-----END CERTIFICATE-------
TODO insert ASN.1 Pretty Print for ML-KEM-768.pem
~~~

# Acknowledgments
Expand Down

0 comments on commit 09a3330

Please sign in to comment.