diff options
author | Damjan Marion <damarion@cisco.com> | 2020-01-28 09:55:25 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-01-28 10:24:18 +0000 |
commit | 7d08e39a87f5805d1ef764aa0fd986490fb4f7bb (patch) | |
tree | 27d838a8f5681dea82d2661c2d70526af9d0fef0 /src/plugins/crypto_native/FEATURE.yaml | |
parent | 0d4a61216c2329eec5167d0411481431037ac5c1 (diff) |
crypto-native: rename crypto_ia32 to crypto_native
Type: refactor
Change-Id: I9f21b3bf669ff913ff50afe5459cf52ff987e701
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/plugins/crypto_native/FEATURE.yaml')
-rw-r--r-- | src/plugins/crypto_native/FEATURE.yaml | 10 |
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] |