Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Missing Pubkeys: autoimport #141

Open
laclaro opened this issue Jan 17, 2014 · 2 comments
Open

Missing Pubkeys: autoimport #141

laclaro opened this issue Jan 17, 2014 · 2 comments

Comments

@laclaro
Copy link

laclaro commented Jan 17, 2014

Hi,

if I am missing a public key, the function processReceived() in rc_openpgpjs.js throws the error text of signature_invalid_no_pubkey. It should better be imported and displayed as validly signed.

I fumbled a bit on this but could not achieve it.

regards,
Henning

@jseidl
Copy link
Contributor

jseidl commented Jan 20, 2014

I don't think this is a good idea to be done automatically. If you trust every key that is attached on the signature, it breaks the principle of signing, as anyone can create a public key to any email.

But yes, it could have a button to import keys attached to the message.

@laclaro
Copy link
Author

laclaro commented Jan 21, 2014

You are right, a button would be better.

Am 20.01.2014 04:47, schrieb Jan Seidl:

I don't think this is a good idea to be done automatically. If you trust every key that is attached on the signature, it breaks the principle of signing, as anyone can create a public key to any email.

But yes, it could have a button to import keys attached to the message.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants