5 Commits

Author SHA1 Message Date
cuishuang
4cb3808914 Formatting code with gofmt
Signed-off-by: cuishuang <imcusg@gmail.com>
2024-09-25 16:21:34 +08:00
Lightning
3a137a4a17 don't bypass the web of trust (#378) (#379)
* don't bypass the web of trust (#378)

the choice whether to use a web of trust and on which trust level is up
to the user of PGP/GPG and must not be overriden by tools that are set
on top

users can decide to ignore this safety net by setting their gpg.conf
adequately, defining an alias for `gpg --trust-model=always` or passing
the env GPG to blackbox in this way but we should not override their
preferences hardcoded

* update README

add note about the web of trust

* fix broken test

assume that we have `--quick-generate-key` if we run gpg2 instead of
doing a dry run for that (which has side effects that break the test)
2024-01-17 08:23:09 -05:00
Max Horstmann
b71378db82 (Go version) Multi platform build (#319) 2020-11-18 10:42:08 -05:00
Tom Limoncelli
4b1e090446 Fix broken test 2020-11-12 02:14:07 -05:00
Tom Limoncelli
1c77c87555 Implement blackbox in Golang (#250)
* Initial release
2020-07-24 14:21:33 -04:00