google / end-to-end

End-To-End is a crypto library to encrypt, decrypt, digital sign, and verify signed messages (implementing OpenPGP)
Apache License 2.0
4.13k stars 298 forks source link

Help users deal with UIDs with multiple keys #76

Open koto opened 9 years ago

koto commented 9 years ago

From evn@google.com on June 07, 2014 02:28:11

When you have multiple private keys for a single email address, there is no way to select which key is used.

Reproduction steps:

  1. Import multiple private/public keys for a single email address
  2. Attempt to sign/encrypt a message, selecting this email address as the from field.

What do you see?
The message is signed/encrypted. The first private key listed on the options page is used.

What do you expect instead?
To be able to select which key does the signing. It would also be great to be able to set the default key after importing them.

Original issue: http://code.google.com/p/end-to-end/issues/detail?id=39

koto commented 9 years ago

From evn@google.com on June 06, 2014 19:16:33

Labels: Type-Enhancement Priority-Medium Component-UI Usability

koto commented 9 years ago

From evn@google.com on June 16, 2014 04:01:36

hey radi, wdyt we should do here

Owner: r...@google.com

koto commented 9 years ago

From evn@google.com on August 11, 2014 21:37:23

Ping o.o

koto commented 9 years ago

From r...@google.com on August 12, 2014 00:51:40

Sorry for the delayed response. I'm doing some refactoring in the prompt UI. This can certainly be solved in the process.

sirdarckcat commented 8 years ago

cleaning up old bugs, please reopen if you would still like to see this fixed

tildelowengrimm commented 8 years ago

This seems like something which should definitely still be fixed. If you have multiple keys for an email address, you should be able to pick the right one — or at least somehow resolve that conflict with a user decision.