P11CryptoPlugin is now functional

Still needed: tests (next up)

Change-Id: Ib4ed643178a8e1d4b72c5a588ed8b8b90b0805f4
Implements: blueprint crypto-implement-hsm-plugin
This commit is contained in:
Paul Kehrer
2013-08-12 12:20:00 -05:00
parent 7d7e918953
commit b03530abe0
2 changed files with 11 additions and 10 deletions

View File

@@ -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]