41f939948cf5c694a521c664a8dc2c743ff90efe
[vpp.git] / src / plugins / crypto_openssl / FEATURE.yaml
1 ---
2 name: IPSec crypto engine provided by Openssl library
3 maintainer: Damjan Marion <damarion@cisco.com>
4 features:
5   - SHA(1, 224, 256, 384, 512)
6   - CBC(128, 192, 256)
7   - GCM(128, 192, 256)
8   - CTR(128, 192, 256)
9   - DES, 3DES
10   - MD5
11
12 description: "openssl crypto-engine"
13 state: production
14 properties: [API, CLI, MULTITHREAD]