Skip to content

Commit

Permalink
Use --status-fd for key generation and signature verification
Browse files Browse the repository at this point in the history
Much much much cleaner than parsing the output of GPG.
  • Loading branch information
maxtaco committed Apr 24, 2014
1 parent 20a2d61 commit 1e0be7c
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 115 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,11 @@ Bugfixes:
- Address keybase/keybase-issues#649 -- mixed success/failure
messges in the case of failed tracking.

Cleanups:

- Don't parse the direct output of GPG, rather, use the status FD mechanism.
It would be nice to send status to Fd=3, but that won't work on windows.

## 0.2.21 (2014-04-11)

Bugfixes:
Expand Down
49 changes: 21 additions & 28 deletions lib/command/decrypt_and_verify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 49 additions & 23 deletions lib/gpg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e0be7c

Please sign in to comment.