aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix URL to the repositoryFranck Cuny2024-04-282-3/+1
* Merge pull request #9 from fcuny/fcuny/bump-depsFranck Cuny2024-04-285-365/+486
|\
| * bump a number of dependencies to their latest versionsdependabot[bot]2024-04-285-365/+486
|/
* Merge pull request #8 from fcuny/dependabot/cargo/clap-4.5.4Franck Cuny2024-04-222-73/+80
|\
| * build(deps): bump clap from 4.0.18 to 4.5.4dependabot[bot]2024-04-222-73/+80
|/
* use `add_trust_anchors`Franck Cuny2024-04-161-1/+1
* clippy should fail on warningsFranck Cuny2024-04-161-1/+1
* Merge pull request #2 from fcuny/dependabot/cargo/rustls-0.21.10Franck Cuny2024-04-152-21/+148
|\
| * build(deps): bump rustls from 0.20.7 to 0.21.10dependabot[bot]2024-04-162-21/+148
|/
* Merge pull request #4 from fcuny/dependabot/cargo/anyhow-1.0.82Franck Cuny2024-04-152-3/+3
|\
| * build(deps): bump anyhow from 1.0.70 to 1.0.82dependabot[bot]2024-04-162-3/+3
* | Merge pull request #1 from fcuny/dependabot/cargo/x509-parser-0.16.0Franck Cuny2024-04-152-57/+88
|\ \ | |/ |/|
| * build(deps): bump x509-parser from 0.14.0 to 0.16.0dependabot[bot]2024-04-162-57/+88
|/
* add some workflows for CI and dependabot configFranck Cuny2024-04-153-0/+86
* replace rust-overlay with naerskFranck Cuny2023-07-054-171/+282
* remove configuration for droneFranck Cuny2023-03-301-50/+0
* update metadata in Cargo.tomlFranck Cuny2023-03-301-2/+4
* simplify the main functionFranck Cuny2023-03-301-5/+1
* use anyhow for error handlingFranck Cuny2023-03-303-3/+11
* add a flag to check expired certificateFranck Cuny2023-03-285-36/+94
* doc: update READMEFranck Cuny2022-11-131-7/+55
* Merge pull request 'ref: print succinct or detailed information about a cert'...Franck2022-11-133-71/+106
|\
| * ref: print succinct or detailed information about a certFranck Cuny2022-11-133-71/+106
|/
* Merge pull request 'fcuny/minor-changes' (#2) from fcuny/reduce-build-time in...Franck2022-11-092-2/+4
|\
| * fix: small nitFranck Cuny2022-11-091-1/+1
| * fix: ensure rust-src is installedFranck Cuny2022-11-091-1/+3
|/
* fix: configure properly the overlayFranck Cuny2022-11-081-1/+1
* flake.lock: UpdateFranck2022-11-081-12/+12
* ci: add pipeline to update flacksFranck Cuny2022-11-071-0/+14
* Merge pull request 'ci: switch from GitHub action to drone' (#1) from fcuny/d...fcuny2022-11-064-60/+37
|\
| * ci: switch from GitHub action to droneFranck Cuny2022-11-064-60/+37
|/
* Merge pull request #5 from fcuny/fcuny/craneFranck Cuny2022-11-042-30/+114
|\
| * buid: use crane to build the binaryFranck Cuny2022-11-042-30/+114
|/
* Merge pull request #4 from fcuny/fcuny/rewrite-actionsFranck Cuny2022-11-017-208/+215
|\
| * build: follow flake-inputs for rust overlayFranck Cuny2022-11-012-16/+4
| * build: add pre-commit checksFranck Cuny2022-11-013-4/+56
| * ci: rewrite GitHub actions to use `nix develop|build`Franck Cuny2022-11-011-75/+36
| * fix: disable default feature on `chrono` crateFranck Cuny2022-11-012-49/+46
| * build: get rid of naerskFranck Cuny2022-11-012-55/+28
| * build: configure rust overlay to follow nixpkgsFranck Cuny2022-11-012-18/+7
| * meta: add a configuration to allow/deny dependenciesFranck Cuny2022-11-011-0/+46
| * meta: ignore result directoryFranck Cuny2022-11-011-0/+1
|/
* Merge pull request #3 from fcuny/dependabot/cargo/clap-4.0.18Franck Cuny2022-10-242-5/+5
|\
| * build(deps): bump clap from 4.0.17 to 4.0.18dependabot[bot]2022-10-242-5/+5
|/
* build(deps): bump actions/checkout from 2 to 3dependabot[bot]2022-10-211-5/+5
* feat: get information about a given certificateFranck Cuny2022-10-217-1/+1197
* build: fix the name of the workflowFranck Cuny2022-10-191-1/+1
* meta: initial commitFranck Cuny2022-10-1910-0/+182