ikev2: add FEATURE.yaml 67/27667/3
authorBenoît Ganne <bganne@cisco.com>
Wed, 24 Jun 2020 16:03:09 +0000 (18:03 +0200)
committerDamjan Marion <dmarion@me.com>
Sat, 27 Jun 2020 10:18:43 +0000 (10:18 +0000)
Type: docs

Change-Id: Ie7836543e52bee08d12c565fbb6238d3e82ea3ce
Signed-off-by: Benoît Ganne <bganne@cisco.com>
MAINTAINERS
src/plugins/ikev2/FEATURE.yaml [new file with mode: 0644]

index debd877..b8ddb66 100644 (file)
@@ -429,6 +429,8 @@ Plugin - Internet Key Exchange (IKEv2) Protocol
 I:     ikev2
 M:     Damjan Marion <damarion@cisco.com>
 M:     Neale Ranns <nranns@cisco.com>
+M:     Filip Tehlar <ftehlar@cisco.com>
+M:     Benoît Ganne <bganne@cisco.com>
 F:     src/plugins/ikev2/
 
 Plugin - Internet Group Management Protocol (IGMP)
diff --git a/src/plugins/ikev2/FEATURE.yaml b/src/plugins/ikev2/FEATURE.yaml
new file mode 100644 (file)
index 0000000..7114ae9
--- /dev/null
@@ -0,0 +1,17 @@
+---
+name: ikev2 plugin
+maintainer:
+  - Damjan Marion <damarion@cisco.com>
+  - Neale Ranns <nranns@cisco.com>
+  - Filip Tehlar <ftehlar@cisco.com>
+  - Benoît Ganne <bganne@cisco.com>
+features:
+  - RFC 7296 "Internet Key Exchange Protocol Version 2 (IKEv2)"
+  - NAT-T, ESN, PSK and public key authentication
+  - AES-CBC-128/192/256 and AES-GCM-16-128/192/256 encryption
+  - HMAC-SHA2-256/384/512 and HMAC-SHA1 pseudo-random functions
+  - HMAC-SHA2-256-128/384-192/512-256 integrity
+  - MODP and ECP Diffie-Hellman
+description: "Internet Key Exchange (IKEv2) Protocol plugin"
+state: experimental
+properties: [API, CLI, MULTITHREAD]