pius icon indicating copy to clipboard operation
pius copied to clipboard

PGP Individual User Signer

Results 23 pius issues
Sort by recently updated
recently updated
newest added

This PR resumes the work done in https://github.com/jaymzh/pius/pull/29 I've performed some testing (the new option seems to work) but I'd like to test more before I recommend that this PR...

waitingonsubmitter

Sometimes a UID might be suspect or an alias and not be desirable to sign.

Added an option to save the generated emails locally instead of sending through an SMTP server. This is useful if you're signing keys from an air gapped machine.

waitingonsubmitter

gpg 2.1 introduced support for ed25519. When using pius with gpg 2.0(.30, mac) and trying to sign such keys pius crashes, rather than reporting that it cannot handle this key...

bug
waitingonsubmitter

**case 1**: valid email rejected This command should work: `pius -n bob@localhost -H 127.0.0.1 -P 587...` but it results in `pius: error: Option -n: Value bob@localhost does not appear like...

When running `pius -s "...." "...."` I get this error: ``` Welcome to PIUS, the PGP Individual UID Signer. Traceback (most recent call last): File "/usr/bin/pius", line 333, in main()...

When there is an error (e.g. UID has no email address or the mail server fails to deliver), pius still stores the signed key attachment in `--out-dir` along with successfully...

some keys, like 25FC1614B8F87B52FF2F99B962AF4031C82E0039, have a user ID that has no e-mail address. If the user indicates that they intend to certify that user ID, its certification should be attached...

enhancement

Considering all the output pius users have to see and how the process can mentally put someone into an autopilot state, errors can easily go unnoticed. There's also a natural...

The generic text message tells recipients to run: `gpg --import `. If "\" could be replaced with the actual MIME-specified filename, that would make it a simple copy/paste for the...