Skip to content

Commit

Permalink
20231101 kanidm integration (#18)
Browse files Browse the repository at this point in the history
* Improve device access for tpm
  • Loading branch information
Firstyear authored Nov 3, 2023
1 parent 091f8b9 commit cecc21f
Show file tree
Hide file tree
Showing 4 changed files with 758 additions and 766 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "kanidm-hsm-crypto"
version = "0.1.0"
description = "A library for easily interacting with a HSM or TPM"
version = "0.1.1"
edition = "2021"
license = "MPL-2.0"
homepage = "https://github.com/kanidm/hsm-crypto/"
repository = "https://github.com/kanidm/hsm-crypto/"
authors = ["William Brown <[email protected]>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
# default = ["tpm"]
tpm = ["dep:tss-esapi"]
Expand All @@ -16,7 +16,7 @@ tpm = ["dep:tss-esapi"]
openssl = "^0.10.57"
tracing = "^0.1.37"
serde = { version = "^1.0", features = ["derive"] }
tss-esapi = { version = "^7.3.0", optional = true }
tss-esapi = { version = "^7.4.0", optional = true }
zeroize = "1.6.0"
argon2 = { version = "0.5.2", features = ["alloc"] }

Expand Down
Loading

0 comments on commit cecc21f

Please sign in to comment.