Skip to content

Output for verify command#56

Merged
btoews merged 1 commit intomasterfrom
verify-output
May 7, 2019
Merged

Output for verify command#56
btoews merged 1 commit intomasterfrom
verify-output

Conversation

@btoews
Copy link
Copy Markdown
Contributor

@btoews btoews commented May 7, 2019

Fixes #42.

$ smimesign --status-fd=2 --verify ./sig ./foo
[GNUPG:] NEWSIG
smimesign: Signature made using certificate ID 0x0ff455a2708394633e4bb2f88002e3cd80cbd76f
[GNUPG:] GOODSIG 0ff455a2708394633e4bb2f88002e3cd80cbd76f CN=Ben Toews,O=GitHub\, Inc.,L=San Francisco,ST=California,C=US
smimesign: Good signature from "CN=Ben Toews,O=GitHub\, Inc.,L=San Francisco,ST=California,C=US"
[GNUPG:] TRUST_FULLY 0 shell
$ gpgsm --status-fd=2 --verify ./sig ./foo
[GNUPG:] NEWSIG
[GNUPG:] VERIFICATION_COMPLIANCE_MODE 23
gpgsm: Signature made [date not given] using certificate ID 0x80CBD76F
[GNUPG:] GOODSIG 0FF455A2708394633E4BB2F88002E3CD80CBD76F /CN=Ben Toews/O=GitHub, Inc./L=San Francisco/ST=California/C=US
[GNUPG:] VALIDSIG 0FF455A2708394633E4BB2F88002E3CD80CBD76F none 0 20201122T120000 0 0 1 8 00
gpgsm: Good signature from "/CN=Ben Toews/O=GitHub, Inc./L=San Francisco/ST=California/C=US"
gpgsm:                 aka "[email protected]"
[GNUPG:] TRUST_FULLY 0 shell

Otherwise, `git --show-log` doesn't show any information about the signature
and the user has no way of knowing that a commit was actually signed.
@btoews btoews merged commit 7e96b8b into master May 7, 2019
@btoews btoews deleted the verify-output branch May 7, 2019 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing verfication output on Windows

1 participant