index
:
x
fcuny/rust
main
experimental monorepo
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
x509-info
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
certcheck to see x509 certification details
Franck Cuny
2025-09-06
7
-1541
/
+0
*
fix readme for x509-info project
Franck Cuny
2025-08-29
1
-4
/
+4
*
remove unused files
Franck Cuny
2025-08-29
11
-499
/
+0
*
Merge pull request #26 from fcuny/dependabot/cargo/clap-4.5.8
Franck Cuny
2024-07-04
2
-7
/
+7
|
\
|
*
build(deps): bump clap from 4.5.4 to 4.5.8
dependabot[bot]
2024-07-01
2
-7
/
+7
*
|
build(deps): bump DeterminateSystems/update-flake-lock from 21 to 23
dependabot[bot]
2024-07-01
1
-1
/
+1
|
/
*
Merge pull request #17 from fcuny/update_flake_lock_action
Franck Cuny
2024-06-24
1
-12
/
+12
|
\
|
*
chore: update flake
github-actions[bot]
2024-06-23
1
-12
/
+12
*
|
build(deps): bump webpki-roots from 0.26.1 to 0.26.3
dependabot[bot]
2024-06-24
2
-3
/
+3
|
/
*
Merge pull request #16 from fcuny/dependabot/cargo/rustls-0.23.8
Franck Cuny
2024-06-03
2
-7
/
+7
|
\
|
*
build(deps): bump rustls from 0.23.5 to 0.23.8
dependabot[bot]
2024-05-27
2
-7
/
+7
*
|
chore: update flake
github-actions[bot]
2024-06-02
1
-12
/
+12
|
/
*
chore: update flake
github-actions[bot]
2024-05-12
1
-9
/
+9
*
fix URL to the repository
Franck Cuny
2024-04-28
2
-3
/
+1
*
bump a number of dependencies to their latest versions
dependabot[bot]
2024-04-28
5
-365
/
+486
*
build(deps): bump clap from 4.0.18 to 4.5.4
dependabot[bot]
2024-04-22
2
-73
/
+80
*
use `add_trust_anchors`
Franck Cuny
2024-04-16
1
-1
/
+1
*
clippy should fail on warnings
Franck Cuny
2024-04-16
1
-1
/
+1
*
build(deps): bump rustls from 0.20.7 to 0.21.10
dependabot[bot]
2024-04-16
2
-21
/
+148
*
Merge pull request #4 from fcuny/dependabot/cargo/anyhow-1.0.82
Franck Cuny
2024-04-15
2
-3
/
+3
|
\
|
*
build(deps): bump anyhow from 1.0.70 to 1.0.82
dependabot[bot]
2024-04-16
2
-3
/
+3
*
|
build(deps): bump x509-parser from 0.14.0 to 0.16.0
dependabot[bot]
2024-04-16
2
-57
/
+88
|
/
*
add some workflows for CI and dependabot config
Franck Cuny
2024-04-15
3
-0
/
+86
*
replace rust-overlay with naersk
Franck Cuny
2023-07-05
4
-171
/
+282
*
remove configuration for drone
Franck Cuny
2023-03-30
1
-50
/
+0
*
update metadata in Cargo.toml
Franck Cuny
2023-03-30
1
-2
/
+4
*
simplify the main function
Franck Cuny
2023-03-30
1
-5
/
+1
*
use anyhow for error handling
Franck Cuny
2023-03-30
3
-3
/
+11
*
add a flag to check expired certificate
Franck Cuny
2023-03-28
5
-36
/
+94
*
doc: update README
Franck Cuny
2022-11-13
1
-7
/
+55
*
ref: print succinct or detailed information about a cert
Franck Cuny
2022-11-13
3
-71
/
+106
*
fix: small nit
Franck Cuny
2022-11-09
1
-1
/
+1
*
fix: ensure rust-src is installed
Franck Cuny
2022-11-09
1
-1
/
+3
*
fix: configure properly the overlay
Franck Cuny
2022-11-08
1
-1
/
+1
*
flake.lock: Update
Franck
2022-11-08
1
-12
/
+12
*
ci: add pipeline to update flacks
Franck Cuny
2022-11-07
1
-0
/
+14
*
ci: switch from GitHub action to drone
Franck Cuny
2022-11-06
4
-60
/
+37
*
buid: use crane to build the binary
Franck Cuny
2022-11-04
2
-30
/
+114
*
build: follow flake-inputs for rust overlay
Franck Cuny
2022-11-01
2
-16
/
+4
*
build: add pre-commit checks
Franck Cuny
2022-11-01
3
-4
/
+56
*
ci: rewrite GitHub actions to use `nix develop|build`
Franck Cuny
2022-11-01
1
-75
/
+36
*
fix: disable default feature on `chrono` crate
Franck Cuny
2022-11-01
2
-49
/
+46
*
build: get rid of naersk
Franck Cuny
2022-11-01
2
-55
/
+28
*
build: configure rust overlay to follow nixpkgs
Franck Cuny
2022-11-01
2
-18
/
+7
*
meta: add a configuration to allow/deny dependencies
Franck Cuny
2022-11-01
1
-0
/
+46
*
meta: ignore result directory
Franck Cuny
2022-11-01
1
-0
/
+1
*
build(deps): bump clap from 4.0.17 to 4.0.18
dependabot[bot]
2022-10-24
2
-5
/
+5
*
build(deps): bump actions/checkout from 2 to 3
dependabot[bot]
2022-10-21
1
-5
/
+5
*
feat: get information about a given certificate
Franck Cuny
2022-10-21
7
-1
/
+1197
*
build: fix the name of the workflow
Franck Cuny
2022-10-19
1
-1
/
+1
*
meta: initial commit
Franck Cuny
2022-10-19
10
-0
/
+182