Skip to content

Commit

Permalink
Switch pkcs11 crate for cryptoki instead (#3)
Browse files Browse the repository at this point in the history
Use the `cryptoki` crate instead of the `pkcs11` crate as the latter fails on ARMv7 when invoking `C_GetFunctionList()`.
  • Loading branch information
ximon18 committed Jan 4, 2022
1 parent 4060554 commit 8df38e2
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 146 deletions.
103 changes: 59 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ readme = "README.md"
anyhow = "1.0.45"
hex = "0.4.3"
kmip = { package = "kmip-protocol", version = "0.4.1", features = ["tls-with-openssl-vendored"] }
pkcs11 = "0.5.0"
cryptoki = "0.2.0"
prettytable-rs = "0.8.0"
structopt = "0.3.25"

0 comments on commit 8df38e2

Please sign in to comment.