ikev2: Enable signature authentication by transmitting supported hash algorithms

This commit is contained in:
Tobias Brunner
2015-03-04 13:54:08 +01:00
parent 828e71bd43
commit f6329cae9c
2 changed files with 88 additions and 4 deletions
+5
View File
@@ -131,6 +131,11 @@ enum ike_extension_t {
* peer supports proprietary IKEv1 or standardized IKEv2 fragmentation
*/
EXT_IKE_FRAGMENTATION = (1<<11),
/**
* Signature Authentication, RFC 7427
*/
EXT_SIGNATURE_AUTH = (1<<12),
};
/**