2020-02-06 08:09:47 -07:00
|
|
|
# ogvt
|
|
|
|
|
|
|
|
A [pledge(2)](https://man.openbsd.org/pledge) and [unveil(2)](https://man.openbsd.org/unvile)'d tool for verifying GnuPG signatures.
|
|
|
|
|
2020-02-06 16:56:09 -07:00
|
|
|
[![builds.sr.ht status](https://builds.sr.ht/~qbit/ogvt.svg)](https://builds.sr.ht/~qbit/ogvt?)
|
2020-02-06 08:09:47 -07:00
|
|
|
|
|
|
|
## Success
|
|
|
|
```
|
2020-02-06 08:37:53 -07:00
|
|
|
./ogvt -file test/uptime.txt -sig test/uptime.txt.asc -pub test/adent.pub
|
|
|
|
Arthur Dent <adent@in.space.time>
|
|
|
|
Signature OK.
|
2020-02-06 08:09:47 -07:00
|
|
|
```
|
|
|
|
|
|
|
|
## Failure
|
|
|
|
```
|
2020-02-06 08:37:53 -07:00
|
|
|
./ogvt -file test/uptime.txt.bad -sig test/uptime.txt.asc -pub test/adent.pub
|
|
|
|
openpgp: invalid signature: hash tag doesn't match
|
2020-02-06 08:09:47 -07:00
|
|
|
```
|