Skip to content

Commit

Permalink
check-cert: Add x509-parser dependency
Browse files Browse the repository at this point in the history
The X509 API from OpenSSL in rust is really hard to use.  Let's keep
OpenSSL to download the certificate but do everything else with
x509-parser.

CMK-14683

Change-Id: I7b51e898e7ddf68a99008abe892c8581452c3ea0
  • Loading branch information
Synss committed Nov 16, 2023
1 parent cf7ea33 commit d40e822
Show file tree
Hide file tree
Showing 2 changed files with 286 additions and 2 deletions.
287 changes: 285 additions & 2 deletions packages/check-cert/Cargo.lock

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

1 change: 1 addition & 0 deletions packages/check-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ edition = "2021"
anyhow = { version = "1.0.75", features = ["backtrace"] }
clap = { version = "4.3.24", features = ["derive"] }
openssl = { version = "0.10.57", features = ["vendored"] }
x509-parser = "0.15.1"

0 comments on commit d40e822

Please sign in to comment.