aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* certcheck to see x509 certification detailsFranck Cuny2025-09-061-1135/+0
|
* build(deps): bump clap from 4.5.4 to 4.5.8dependabot[bot]2024-07-011-6/+6
| | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.8. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.4...v4.5.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump webpki-roots from 0.26.1 to 0.26.3dependabot[bot]2024-06-241-2/+2
| | | | | | | | | | | | | | Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.1 to 0.26.3. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.1...v/0.26.3) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump rustls from 0.23.5 to 0.23.8dependabot[bot]2024-05-271-6/+6
| | | | | | | | | | | | | | | Bumps [rustls](https://github.com/rustls/rustls) from 0.23.5 to 0.23.8. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.5...v/0.23.8) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* bump a number of dependencies to their latest versionsdependabot[bot]2024-04-281-310/+389
| | | | Updating all these dependencies required some significant code change.
* build(deps): bump clap from 4.0.18 to 4.5.4dependabot[bot]2024-04-221-72/+79
| | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.0.18 to 4.5.4. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.0.18...v4.5.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump rustls from 0.20.7 to 0.21.10dependabot[bot]2024-04-161-20/+147
| | | | | | | | | | | | | | | Bumps [rustls](https://github.com/rustls/rustls) from 0.20.7 to 0.21.10. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.20.7...v/0.21.10) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #4 from fcuny/dependabot/cargo/anyhow-1.0.82Franck Cuny2024-04-151-2/+2
|\ | | | | build(deps): bump anyhow from 1.0.70 to 1.0.82
| * build(deps): bump anyhow from 1.0.70 to 1.0.82dependabot[bot]2024-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.82. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.82) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | build(deps): bump x509-parser from 0.14.0 to 0.16.0dependabot[bot]2024-04-161-56/+87
|/ | | | | | | | | | | | | | | Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.14.0 to 0.16.0. - [Release notes](https://github.com/rusticata/x509-parser/releases) - [Changelog](https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusticata/x509-parser/compare/x509-parser-0.14.0...x509-parser-0.16.0) --- updated-dependencies: - dependency-name: x509-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* use anyhow for error handlingFranck Cuny2023-03-301-0/+7
|
* fix: disable default feature on `chrono` crateFranck Cuny2022-11-011-48/+45
| | | | See https://github.com/chronotope/chrono/issues/602 for more details.
* build(deps): bump clap from 4.0.17 to 4.0.18dependabot[bot]2022-10-241-4/+4
| | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.0.17 to 4.0.18. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.0.17...v4.0.18) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* feat: get information about a given certificateFranck Cuny2022-10-211-0/+887
Read the domain name from the CLI, and get and print information about the certificate to STDOUT. The output looks like this: ``` > ./target/debug/x509-info badssl.com Subject: CN=*.badssl.com O= L= Issuer: CN=R3 O=Let's Encrypt L= DNS Names: *.badssl.com, badssl.com Validity Period Not before: 2022-08-12T07:57:46-07:00 Not After: 2022-11-10T06:57:45-08:00 ```