crypto-native: rename crypto_ia32 to crypto_native
[vpp.git] / src / plugins / crypto_native / FEATURE.yaml
diff --git a/src/plugins/crypto_native/FEATURE.yaml b/src/plugins/crypto_native/FEATURE.yaml
new file mode 100644 (file)
index 0000000..206cace
--- /dev/null
@@ -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]