No valid encryption keys - PubKeyAlgoDSA #329
Unanswered
MonikaBrzica
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got this error with my public key whic has PublicKeyAlgorithm type = PubKeyAlgoDSA:
"could not encrypt message: gopenpgp: error in encrypting asymmetrically: openpgp: invalid argument: cannot encrypt a message to key id xxx because it has no valid encryption keys"
Since you have this method:
and it returns false to me.
I am interested in why DSA is an invalid key algorithm type, even though it is in the list of all key algorithms. Is it possible to somehow set the configuration so that my "outdated" key is valid even with the new version v3 ?
Beta Was this translation helpful? Give feedback.
All reactions