ikev2: Add notify types for Postquantum Preshared Keys
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2006-2008 Tobias Brunner
|
||||
* Copyright (C) 2006-2018 Tobias Brunner
|
||||
* Copyright (C) 2006 Daniel Roethlisberger
|
||||
* Copyright (C) 2005-2006 Martin Willi
|
||||
* Copyright (C) 2005 Jan Hutter
|
||||
@@ -153,6 +153,12 @@ 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_PPK = 16435,
|
||||
/* Postquantum Preshared Key Identity (draft-ietf-ipsecme-qr-ikev2) */
|
||||
PPK_IDENTITY = 16436,
|
||||
/* No Postquantum Preshared Key Auth (draft-ietf-ipsecme-qr-ikev2) */
|
||||
NO_PPK_AUTH = 16437,
|
||||
/* IKEv1 initial contact */
|
||||
INITIAL_CONTACT_IKEV1 = 24578,
|
||||
/* IKEv1 DPD */
|
||||
|
||||
Reference in New Issue
Block a user