Replies: 1 comment
-
Don’t mind me, I think I found the needed function |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m looking for a way to use PKCS#11 with
rustls
in order to do TLS withaxum
.If I’m understanding things properly, I need to create a
Pkcs11
instance usingPkcs11::new()
with the path to the HSM library.I have a PIN to provide as well and it is when I don’t understand what to do. I’ve seen the
initialize()
function but it only take an enum.How do we pass parameters to the lib we’re loading?
Beta Was this translation helpful? Give feedback.
All reactions