-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add support for C_GetInterfaceList #209
Comments
Jakuje
added a commit
to Jakuje/rust-cryptoki
that referenced
this issue
Mar 17, 2025
Fixes: parallaxsecond#209 Signed-off-by: Jakub Jelen <[email protected]>
Jakuje
added a commit
to Jakuje/rust-cryptoki
that referenced
this issue
Mar 17, 2025
Fixes: parallaxsecond#209 Signed-off-by: Jakub Jelen <[email protected]>
Jakuje
added a commit
to Jakuje/rust-cryptoki
that referenced
this issue
Mar 19, 2025
Fixes: parallaxsecond#209 Signed-off-by: Jakub Jelen <[email protected]>
Jakuje
added a commit
to Jakuje/rust-cryptoki
that referenced
this issue
Mar 20, 2025
Fixes: parallaxsecond#209 Signed-off-by: Jakub Jelen <[email protected]>
Jakuje
added a commit
to Jakuje/rust-cryptoki
that referenced
this issue
Mar 20, 2025
Fixes: parallaxsecond#209 Signed-off-by: Jakub Jelen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the OpenSC PKCS#11 module we are offering ABIs for both, version 2.4 and version 3.0. We're implementing this via
C_GetInterface
. AccessingC_GetFunctionList
orC_GetInterface
is not supported byrust-cryptoki
, which currently only allows access to the default interface viaC_GetFunctionList
(i.e. the version 2.4 variant).Please add wrappers for
C_GetInterface
to allow accessing all interfaces (i.e. version 3.0 as well for OpenSC).The text was updated successfully, but these errors were encountered: