aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* certcheck to see x509 certification detailsFranck Cuny2025-09-061-17/+0
|
* build(deps): bump clap from 4.5.4 to 4.5.8dependabot[bot]2024-07-011-1/+1
| | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | 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>
* fix URL to the repositoryFranck Cuny2024-04-281-1/+1
|
* bump a number of dependencies to their latest versionsdependabot[bot]2024-04-281-4/+4
| | | | 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-1/+1
| | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | 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-1/+1
|\ | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
|/ | | | | | | | | | | | | | | 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>
* update metadata in Cargo.tomlFranck Cuny2023-03-301-2/+4
|
* use anyhow for error handlingFranck Cuny2023-03-301-0/+1
|
* add a flag to check expired certificateFranck Cuny2023-03-281-1/+1
| | | | | | | | | Add the `--insecure` flag so we can check certificates that are expired. When using the short format for the output (the default), if the certificate has expired, it will report how many days ago. For certificates that have not expired, the remaining number of days will be printed.
* fix: disable default feature on `chrono` crateFranck Cuny2022-11-011-1/+1
| | | | 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-1/+1
| | | | | | | | | | | | | | | 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/+6
| | | | | | | | | | | | | | | | 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 ```
* meta: initial commitFranck Cuny2022-10-191-0/+8
Create the initial scaffolding for a rust project, using `cargo` and a nix template.