diff options
author | 2025-02-28 19:59:14 +0100 | |
---|---|---|
committer | 2025-04-04 15:02:44 +0000 | |
commit | f479eeb76b4a1aa0bfd3adf888a8679e27875fd8 (patch) | |
tree | 3ba0e29f4c5e5ab07a45ecafbf8f6f60730e3e84 /src/vlib/pci/pci.c | |
parent | 6fa7a0e408d1737b9ba2f809518e9b7ad2b51ac3 (diff) |
crypto: make configurable crypto engines
Add a configuration sections crypto-engines, it works like plugins syntax :
The following configuration will load and register only openssl engine
'''
crypto-engines {
default {disable}
openssl {enable}
}
'''
And this one will load all engines except openssl
'''
crypto-engines {
default {enable}
openssl {disable}
}
'''
Type: feature
Change-Id: Ia637db93b497d0c4333704f3c024e85de3941791
Signed-off-by: Nicolas PLANEL <nplanel@cisco.com>
Signed-off-by: Nicolas PLANEL <nplanel@gmail.com>
Signed-off-by: Nicolas PLANEL <nplanel@cisco.com>
Diffstat (limited to 'src/vlib/pci/pci.c')
0 files changed, 0 insertions, 0 deletions