Registry / crypto / pkcs11

pkcs11

JSON →
library0.5.0rscratesunverified

Rust bindings for the PKCS#11 cryptographic token interface.

# Cargo.toml [dependencies] pkcs11 = "0.5.0"
INSTALL
IMPORT
SIG · PKCS11
P
pkcs11
cryptorustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ctx
✓ use pkcs11::Ctx;

Initializes a PKCS#11 context with a module path.

use pkcs11::Ctx; fn main() { let _ctx = Ctx::new("path/to/pkcs11.so").unwrap(); }
Debug
Known issues
gotchaRequires a PKCS#11 module (shared library) at runtime
fix
Ensure the module path is correct and the library is installed.
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
pkcs11 — cargo add pkcs11 · libregistry