8 releases
0.4.1 | Sep 29, 2022 |
---|---|
0.4.0 | Sep 7, 2022 |
0.3.1 | Mar 15, 2023 |
0.3.0 | Jan 14, 2022 |
0.1.1 | Mar 31, 2021 |
#51 in Hardware support
3,462 downloads per month
Used in 3 crates
2MB
54K
SLoC
Cryptoki Rust Wrapper
This is the high-level, Rust idiomatic wrapper crate for PKCS #11.
Copyright 2021 Contributors to the Parsec project.
lib.rs
:
Rust PKCS11 new abstraction
The items in the new module only expose idiomatic and safe Rust types and functions to interface with the PKCS11 API. All the PKCS11 items might not be implemented but everything that is implemented is safe.
The modules under new
follow the structure of the PKCS11 document version 2.40 available here.
Conformance Notes
Throughout this crate, many functions and other items include additional "Conformance" notes. These notes may provide guarantees about behavior or additional, contextual information. In all cases, such items pertain to information from the PKCS#11 standard and are contingent on the provider being accessed through this crate conforming to that standard. That is, this crate is permitted to assume these guarantees, and is does not necessarily check for or enforce them itself.
Dependencies
~0.8–2.4MB
~53K SLoC