From 78c61c33f323720f8225f53969bf196e6fc9e6dd Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Wed, 24 Jun 2020 18:03:09 +0200 Subject: ikev2: add FEATURE.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Type: docs Change-Id: Ie7836543e52bee08d12c565fbb6238d3e82ea3ce Signed-off-by: Benoît Ganne --- src/plugins/ikev2/FEATURE.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/plugins/ikev2/FEATURE.yaml (limited to 'src/plugins/ikev2') diff --git a/src/plugins/ikev2/FEATURE.yaml b/src/plugins/ikev2/FEATURE.yaml new file mode 100644 index 00000000000..7114ae96993 --- /dev/null +++ b/src/plugins/ikev2/FEATURE.yaml @@ -0,0 +1,17 @@ +--- +name: ikev2 plugin +maintainer: + - Damjan Marion + - Neale Ranns + - Filip Tehlar + - Benoît Ganne +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] -- cgit 1.2.3-korg