You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkcs11: Only get needed attributes to avoid driver issue (#496)
Only get the needed attributes to avoid a call to CK_OBJECT_HANDLE's
to_dict method, which may throw an error if attributes cannot be retrieved
and return more attribute and values than needed. The getAttributesValue
method returns a list of values, one value for each requested attribute.
Resolves: #492
Signed-off-by: Stefan Berger <[email protected]>
0 commit comments