notify-payload: Update reference for notify types for PPKs

draft-ietf-ipsecme-qr-ikev2 was released as RFC 8784 in June of 2020.
This commit is contained in:
Tobias Brunner 2021-05-11 14:27:08 +02:00
parent c13a1c2829
commit db93938297
1 changed files with 3 additions and 3 deletions

View File

@ -153,11 +153,11 @@ enum notify_type_t {
FRAGMENTATION_SUPPORTED = 16430,
/* Signature Hash Algorithms, RFC 7427 */
SIGNATURE_HASH_ALGORITHMS = 16431,
/* Use Postquantum Preshared Key (draft-ietf-ipsecme-qr-ikev2) */
/* Use Postquantum Preshared Key, RFC 8784 */
USE_PPK = 16435,
/* Postquantum Preshared Key Identity (draft-ietf-ipsecme-qr-ikev2) */
/* Postquantum Preshared Key Identity, RFC 8784 */
PPK_IDENTITY = 16436,
/* No Postquantum Preshared Key Auth (draft-ietf-ipsecme-qr-ikev2) */
/* No Postquantum Preshared Key Auth, RFC 8784 */
NO_PPK_AUTH = 16437,
/* IKEv1 initial contact */
INITIAL_CONTACT_IKEV1 = 24578,