diff --git a/draft-celi-wiggers-tls-authkem.md b/draft-celi-wiggers-tls-authkem.md index 237d6f9..512fd6e 100644 --- a/draft-celi-wiggers-tls-authkem.md +++ b/draft-celi-wiggers-tls-authkem.md @@ -237,6 +237,24 @@ uses Kyber [KYBER] {{?I-D.draft-cfrg-schwabe-kyber}}, the first selected algorithm for key exchange in the NIST post-quantum standardization project [NISTPQC]. +## Revision history +**This section should be removed prior to publication of a final version of this +document.** + +* Revision draft-celi-wiggers-tls-authkem-03 + * Assigned experimental code points + * Re-worked HPKE computation +* Revision draft-celi-wiggers-tls-authkem-02 + * Split PSK mechanism off into {{?I-D.draft-wiggers-tls-authkem-psk}} + * Editing +* Revision draft-celi-wiggers-tls-authkem-01 + * Significant Editing + * Use HPKE context +* Revision draft-celi-wiggers-tls-authkem-00 + * Initial version + +### Revision 2 + ## Using key exchange instead of signatures for authentication The elliptic-curve and finite-field-based key exchange and signature algorithms diff --git a/draft-wiggers-tls-authkem-psk.md b/draft-wiggers-tls-authkem-psk.md index 7d7179a..1a80fd4 100644 --- a/draft-wiggers-tls-authkem-psk.md +++ b/draft-wiggers-tls-authkem-psk.md @@ -211,6 +211,21 @@ uses Kyber [KYBER] {{?I-D.draft-cfrg-schwabe-kyber}}, the first selected algorithm for key exchange in the NIST post-quantum standardization project [NISTPQC]. +## Revision history +**This section should be removed prior to publication of a final version of this +document.** + +* Revision draft-wiggers-tls-authkem-psk-01 + * Revised abstract + * Minor edits +* Revision draft-wiggers-tls-authkem-psk-00 + * Split PSK mechanism off from {{?I-D.draft-wiggers-tls-authkem}} +* Revision draft-celi-wiggers-tls-authkem-01 + * Significant Editing + * Use HPKE context +* Revision draft-celi-wiggers-tls-authkem-00 + * Initial version + ## Related work This proposal draws inspiration from {{?I-D.ietf-tls-semistatic-dh}}, which is