David Runge opened issue openpgp-card/openpgp-card-tools#35
The current container-based integration test setup for local tests requires, that the local directory (of the repository) is mounted into the container.This however seems to be problematic when using...
View ArticleDavid Runge pushed to dvzrv/output_newlines at openpgp-card/openpgp-card-tools
45faf08dfd0818940850d9c865503272203cb9f8fix(src/output/info.rs): Strip extraneous newline from info text output
View ArticleDavid Runge created pull request openpgp-card/openpgp-card-tools#36
Shuffle the addition of newlines around in the text output for theinfo subcommand, to remove a stray newline at the end.Fixes #18Signed-off-by: David Runge dave@sleepmap.de
View ArticleDavid Runge pushed to dvzrv/admin_generate_user_pin at...
9e90ff2ee2581e64cfb1ef449b62bddd7a6a45fbfix(src/commands/admin.rs): Verify user PIN before generating keys
View ArticleDavid Runge created pull request openpgp-card/openpgp-card-tools#37
Verify, that the user PIN is correct, before attempting to generate thesubkeys on the card.Fixes #10Signed-off-by: David Runge dave@sleepmap.de
View ArticleDavid Runge opened issue Codeberg-e.V./requests#92
Hi, I would like to use CI for my project(s):I currently do not have public or private repositories on codeberg (apart from , as I am mainly working on repositories that are currently private (I assume...
View ArticleDavid Runge commented on issue openpgp-card/openpgp-card-tools#39
Allow file based input of secrets for `opgpcard admin import`.This sounds very reasonable! In a way this has a bit of overlap with my findings in #21, as I have been running into similar issues (with…
View ArticleDavid Runge merged pull request openpgp-card/openpgp-card-tools#36
fix(src/output/info.rs): Strip extraneous newline from info text output
View ArticleDavid Runge closed issue openpgp-card/openpgp-card-tools#18
`info` command prints extra newline for Gnuk devices in text mode
View ArticleDavid Runge pushed to dvzrv/info_output at openpgp-card/openpgp-card-tools
8626dece2dddd5533f14ee5530818444feeaa6d3fix(src/output)!: Move card version info from status to info subcommand34206579d55ec968e75d5c776025e024bb36dcc3chore(src/commands/status.rs): Add ticket for TODO...
View ArticleDavid Runge created pull request openpgp-card/openpgp-card-tools#40
This is the prerequisite work for #31. As that PR is supposed to carry further changes, we want to merge the other (sort of unrelated) changes/ cleanups beforehand.
View ArticleDavid Runge pushed to dvzrv/admin_generate_user_pin at...
3fcecbf1145a9ef6490cce283b2728152d1ea0ebfix(src/commands/admin.rs): Do not call as_deref() for no reasonf63e10a41ac9204d10c31a473f27f48d67371c6fdraft: Extra verbose pin...
View ArticleDavid Runge commented on pull request openpgp-card/openpgp-card-tools#37
fix(src/commands/admin.rs): Verify user PIN before generating keysI think the call to get_cert() should probably also be fixed some way.
View ArticleDavid Runge commented on pull request openpgp-card/openpgp-card-tools#37
fix(src/commands/admin.rs): Verify user PIN before generating keysI have applied your suggestion on top (with a minor fix).Hm, it would certainly be better to fix the calls to verify_to_admin() (which...
View ArticleDavid Runge commented on issue openpgp-card/openpgp-card-tools#39
Allow file based input of secrets for `opgpcard admin import`.My vote for the new parameter name would be --key-passphrase, unless someone has a better idea.Once we add this parameter, it should be...
View ArticleDavid Runge pushed to dvzrv/simple_text_output at...
35d6763a29be73c72d0e57905b5bfaf82ea73e12feat: Allow simplified output for the list subcommand
View Article