Open Issues Need Help
View All on GitHub Support vendor defined error codes about 2 months ago
AI Summary: Improve the `cryptoki` Rust wrapper to properly handle vendor-defined PKCS #11 error codes (CKR_VENDOR_DEFINED and above). Currently, these are mapped to a generic error; the task involves modifying the error handling to distinguish and report these vendor-specific errors, likely using a new error variant like `RvError::VendorDefined(code)`. This requires understanding the PKCS #11 specification and the existing `cryptoki` error handling mechanism.
Complexity:
4/5
enhancement good first issue small
Rust wrapper for the PKCS #11 API, Cryptoki
Rust
#cryptography#pkcs11#rust