aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* a utility to gathers detailed information about Apple Silicon SystemFranck Cuny2025-09-067-423/+0
* certcheck to see x509 certification detailsFranck Cuny2025-09-067-1541/+0
* ssh-cert-info in goFranck Cuny2025-09-063-232/+0
* add a tool to check validity of SSH certificatesFranck Cuny2025-08-293-0/+232
* fix readme for x509-info projectFranck Cuny2025-08-291-4/+4
* Merge remote-tracking branch 'import/main'Franck Cuny2025-08-297-0/+1541
|\
| * remove unused filesFranck Cuny2025-08-2911-499/+0
| * Merge pull request #26 from fcuny/dependabot/cargo/clap-4.5.8Franck Cuny2024-07-042-7/+7
| |\
| | * build(deps): bump clap from 4.5.4 to 4.5.8dependabot[bot]2024-07-012-7/+7
| * | build(deps): bump DeterminateSystems/update-flake-lock from 21 to 23dependabot[bot]2024-07-011-1/+1
| |/
| * Merge pull request #17 from fcuny/update_flake_lock_actionFranck Cuny2024-06-241-12/+12
| |\
| | * chore: update flakegithub-actions[bot]2024-06-231-12/+12
| * | build(deps): bump webpki-roots from 0.26.1 to 0.26.3dependabot[bot]2024-06-242-3/+3
| |/
| * Merge pull request #16 from fcuny/dependabot/cargo/rustls-0.23.8Franck Cuny2024-06-032-7/+7
| |\
| | * build(deps): bump rustls from 0.23.5 to 0.23.8dependabot[bot]2024-05-272-7/+7
| * | chore: update flakegithub-actions[bot]2024-06-021-12/+12
| |/
| * chore: update flakegithub-actions[bot]2024-05-121-9/+9
| * fix URL to the repositoryFranck Cuny2024-04-282-3/+1
| * bump a number of dependencies to their latest versionsdependabot[bot]2024-04-285-365/+486
| * 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
| * 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
| * | 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
| * ref: print succinct or detailed information about a certFranck Cuny2022-11-133-71/+106
| * 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
| * ci: switch from GitHub action to droneFranck Cuny2022-11-064-60/+37
| * buid: use crane to build the binaryFranck Cuny2022-11-042-30/+114
| * 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
| * 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
* delete unneeded filesFranck Cuny2025-08-294-69/+0
* Bump thiserror from 2.0.9 to 2.0.11dependabot[bot]2025-01-132-5/+5
* fix clippy feedbackFranck Cuny2024-12-291-2/+2
* report the number of E cores and P coresFranck Cuny2024-12-291-13/+62
* Merge pull request #1 from fcuny/dependabot/cargo/thiserror-2.0.9Franck Cuny2024-12-292-9/+9
|\
| * Bump thiserror from 1.0.61 to 2.0.9dependabot[bot]2024-12-292-9/+9
* | add a few more useful files to the repoFranck Cuny2024-12-292-0/+24
|/
* add initial github actionsFranck Cuny2024-12-292-0/+45
* update project's metadataFranck Cuny2024-12-291-0/+11
* split main.rs into bin/apple_silicon.rs and lib.rsFranck Cuny2024-12-292-3/+4
* report TDP for GPU and CPUFranck Cuny2024-12-292-11/+186
* use a constant value for the path to sysctlFranck Cuny2024-12-281-1/+3
* document the public typesFranck Cuny2024-12-281-0/+4
* be more explicit in the default outputFranck Cuny2024-12-281-1/+1
* initial commitFranck Cuny2024-07-096-0/+181