aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_native/FEATURE.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/crypto_native/FEATURE.yaml')
-rw-r--r--src/plugins/crypto_native/FEATURE.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/crypto_native/FEATURE.yaml b/src/plugins/crypto_native/FEATURE.yaml
new file mode 100644
index 00000000000..206caceb2d4
--- /dev/null
+++ b/src/plugins/crypto_native/FEATURE.yaml
@@ -0,0 +1,10 @@
+---
+name: IPSec crypto engine provided by native implementation
+maintainer: Damjan Marion <damarion@cisco.com>
+features:
+ - CBC(128, 192, 256)
+ - GCM(128, 192, 256)
+
+description: "An implentation of a native crypto-engine"
+state: production
+properties: [API, CLI, MULTITHREAD]