PGPro icon indicating copy to clipboard operation
PGPro copied to clipboard

App not prioritizing correct private key

Open mcnc-clovett opened this issue 1 year ago • 0 comments

When importing a private key, the app is loading and using the expired key rather than the unexpired key. The keys are listed in gpg --list-packets in this order:

cv25519 (encryption) [expired] ed25519 (signing) [expired] rsa4096 (signing) [valid] rsa4096 (encryption) [valid] rsa4096 (authentication) [valid]

Also note that importing the public keys via paste or file has the same issue. Importing the public key via key server works as expected.

Another key set works as expected, though the EC keys are valid and also listed first.

mcnc-clovett avatar Jul 12 '22 23:07 mcnc-clovett