Tony Arcieri (iqlusion)
0688dbf30d
cli: bump sha2 to v0.9 ( #182 )
2020-10-19 08:56:26 -07:00
Tony Arcieri (iqlusion)
7e3d0bc838
cli: bump x509-parser to v0.8 ( #181 )
2020-10-19 08:35:49 -07:00
Tony Arcieri (iqlusion)
fc62fc286d
yubikey-piv v0.1.0 ( #180 )
2020-10-19 08:26:05 -07:00
dependabot[bot]
b21c4bd307
Bump env_logger from 0.7.1 to 0.8.1
...
Bumps [env_logger](https://github.com/env-logger-rs/env_logger ) from 0.7.1 to 0.8.1.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases )
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-19 13:01:11 +00:00
dependabot-preview[bot]
2d4f2fa750
Bump x509-parser from 0.6.5 to 0.7.0
...
Bumps [x509-parser](https://github.com/rusticata/x509-parser ) from 0.6.5 to 0.7.0.
- [Release notes](https://github.com/rusticata/x509-parser/releases )
- [Commits](https://github.com/rusticata/x509-parser/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-04 17:06:10 +00:00
dependabot-preview[bot]
3aeaa7e1da
Bump gumdrop from 0.7.0 to 0.8.0
...
Bumps [gumdrop](https://github.com/murarth/gumdrop ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/murarth/gumdrop/releases )
- [Commits](https://github.com/murarth/gumdrop/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-20 13:42:05 +00:00
Carl Wallace
220c045dcb
move print cert info into new CLI project
2019-12-14 13:27:54 -05:00
Tony Arcieri
55d077dd80
cli: rename 'list' command to 'readers'; improve usage
...
There are going to be several `list` commands (e.g. `yubikey keys list`)
so this is a confusing name.
If we need more than one `readers` subcommand we can change this to be
`readers list` eventually.
Separately (in what probably should've been its own commit, mea culpa)
this adds slightly better usage.
2019-12-09 09:39:24 -08:00
Tony Arcieri
3a41fdc3bc
yubikey-cli v0.0.1
2019-12-02 11:54:41 -08:00
Tony Arcieri
da897b99bb
yubikey-piv v0.0.3
2019-12-02 11:17:10 -08:00
Tony Arcieri
07f70bccb5
cli: Initial yubikey-cli utility with list command
...
Adds a `yubikey-cli` crate to the workspace, with a `yubikey` binary,
which presently provides a `list` command for listing detected readers.
Dependencies:
- `env_logger`: logging
- `gumdrop`: argument parsing
- `termcolor`: colored terminal output
As this repo now contains a binary, it also checks in `Cargo.lock`.
2019-12-02 10:42:17 -08:00