Skip to content

Commit

Permalink
patch from pr iqlusioninc#578
Browse files Browse the repository at this point in the history
  • Loading branch information
alechenthorne committed Aug 12, 2024
1 parent 0a90dc3 commit cd705b6
Show file tree
Hide file tree
Showing 8 changed files with 334 additions and 224 deletions.
16 changes: 16 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ x509-cert = { version = "0.2.5", features = [ "builder", "hazmat" ] }
[dependencies]
der = "0.7.1"
des = "0.8"
aes = { version = "0.8.4", features = ["zeroize"] }
elliptic-curve = "0.13"
hex = { package = "base16ct", version = "0.2", features = ["alloc"] }
hmac = "0.12"
Expand All @@ -48,6 +49,8 @@ subtle = "2"
uuid = { version = "1.2", features = ["v4"] }
x509-cert.workspace = true
zeroize = "1"
cipher = "0.4.4"
crypto-common = { version = "0.1.6", features = ["rand_core"] }

[dev-dependencies]
env_logger = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub use crate::{
chuid::ChuId,
config::Config,
error::{Error, Result},
mgm::{MgmKey, MgmType},
mgm::{MgmKey, MgmType, MgmKeyAlgorithm, MgmKey3Des, MgmKeyAes128, MgmKeyAes192, MgmKeyAes256},
piv::Key,
policy::{PinPolicy, TouchPolicy},
reader::Context,
Expand Down
Loading

0 comments on commit cd705b6

Please sign in to comment.