Skip to content

Commit

Permalink
handle all certs
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqvq committed Jan 8, 2025
1 parent 3cf3aa5 commit c68cc16
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 100 deletions.
1 change: 1 addition & 0 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 @@ -540,7 +540,7 @@ webpki = { version = "0.102", package = "rustls-webpki", features = [
"std",
] }
wiremock = "0.5"
x509-parser = "0.14.0"
x509-parser = { version = "0.14.0", features = ["verify"] }
zstd = "0.12.3"
zeroize = "1.6.0"
versions = "4.1.0"
Expand Down
Loading

0 comments on commit c68cc16

Please sign in to comment.