-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for PKCS11 keystore on PKI Block Creation #2865
Conversation
@@ -0,0 +1,73 @@ | |||
/* | |||
* Copyright ConsenSys AG. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
License copyright is now meant to be "Copyright Hyperledger Besu Contributors." https://wiki.hyperledger.org/display/TSC/Copyright+and+License+Policy
...ft/src/main/java/org/hyperledger/besu/consensus/qbft/pki/DefaultKeyStoreWrapperProvider.java
Show resolved
Hide resolved
baa5699
to
b14c987
Compare
...ava/org/hyperledger/besu/tests/acceptance/bft/pki/PkiQbftAcceptanceTestParameterization.java
Show resolved
Hide resolved
Signed-off-by: Lucas Saldanha <[email protected]>
Signed-off-by: Lucas Saldanha <[email protected]>
Signed-off-by: Lucas Saldanha <[email protected]>
Signed-off-by: Lucas Saldanha <[email protected]>
Signed-off-by: Lucas Saldanha <[email protected]>
Signed-off-by: Lucas Saldanha <[email protected]>
b14c987
to
c3ccfea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…2865) * Added support for PKCS11 keystore on PKI Block Creation Signed-off-by: Lucas Saldanha <[email protected]>
…2865) * Added support for PKCS11 keystore on PKI Block Creation Signed-off-by: Lucas Saldanha <[email protected]> Signed-off-by: Justin Florentine <[email protected]>
…2865) * Added support for PKCS11 keystore on PKI Block Creation Signed-off-by: Lucas Saldanha <[email protected]>
PR description
KeyStoreWrapperProvider
interface into its own fileKeyStoreWrapper
based on the type configuration.Fixed Issue(s)
fixes #2764
Changelog