P11CryptoPlugin is now functional
Still needed: tests (next up) Change-Id: Ib4ed643178a8e1d4b72c5a588ed8b8b90b0805f4 Implements: blueprint crypto-implement-hsm-plugin
This commit is contained in:
2
setup.py
2
setup.py
@@ -75,7 +75,7 @@ setup(
|
||||
py_modules=[],
|
||||
entry_points="""
|
||||
[barbican.crypto.plugin]
|
||||
p11_crypto = barbican.crypto.p11plugin:P11CryptoPlugin
|
||||
p11_crypto = barbican.crypto.p11_crypto:P11CryptoPlugin
|
||||
simple_crypto = barbican.crypto.plugin:SimpleCryptoPlugin
|
||||
|
||||
[barbican.test.crypto.plugin]
|
||||
|
||||
Reference in New Issue
Block a user