Skip to content

Commit

Permalink
Use x509-cert certificate builder
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Apr 10, 2023
1 parent cd76a55 commit bc4850c
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 613 deletions.
62 changes: 40 additions & 22 deletions Cargo.lock

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

11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ members = [".", "cli"]

[dependencies]
chrono = "0.4.23"
cookie-factory = "0.3"
der-parser = "8"
const-oid = "0.9.2"
des = "0.8"
der = "0.7.1"
elliptic-curve = "0.13"
hex = { package = "base16ct", version = "0.2", features = ["alloc"] }
hmac = "0.12"
Expand All @@ -32,19 +32,20 @@ nom = "7"
num-bigint-dig = { version = "0.8", features = ["rand"] }
num-traits = "0.2"
num-integer = "0.1"
ecdsa = { version = "0.16.2", features = ["digest", "pem"] }
p256 = "0.13"
p384 = "0.13"
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
pcsc = "2.3.1"
rand_core = { version = "0.6", features = ["std"] }
rsa = "=0.9.0-pre.1"
rsa = { version = "=0.9.0-pre.1", features = ["sha2"] }
signature = { version = "2.0.0", features = ["digest"] }
secrecy = "0.8"
sha1 = { version = "0.10", features = ["oid"] }
sha2 = { version = "0.10", features = ["oid"] }
subtle = "2"
uuid = { version = "1.2", features = ["v4"] }
x509 = "0.2"
x509-parser = "0.14"
x509-cert = { git = "https://github.com/RustCrypto/formats", features = [ "builder", "hazmat" ] }
zeroize = "1"

[dev-dependencies]
Expand Down
Loading

0 comments on commit bc4850c

Please sign in to comment.