You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2024. It is now read-only.
In the keyring, for given User IDs we might have public/secret (sub)keys that can only encrypt/sign or verify a message. There is no guarantee that we can encrypt a message for every user id in a public keyring. For example, some keys might have been revoked,expired or just missing.
We should not allow the user to choose a user Chip as a recipient, if we don't have an encrypting key for that user.
What happens:
You can choose koto+rsa identity. Encrypting the message will however only encrypt to senders' key, because koto+rsa UID has no public key to encrypt to.
What should happen:
koto+rsa Chip should be a red chip or should not show in the UI at all.
We need to expose getValidEncryptionKeys in ContextImpl or make TransferableKey.toKeyObject() expose information whether a valid encryption (sub)key is present and filter based on those.
sirdarckcat
changed the title
In the encryption/sign dialog, show recipients taking account for the key capabilities
Extension: In the encryption/sign dialog, show recipients taking account for the key capabilities
May 3, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From [email protected] on September 02, 2014 17:13:48
In the keyring, for given User IDs we might have public/secret (sub)keys that can only encrypt/sign or verify a message. There is no guarantee that we can encrypt a message for every user id in a public keyring. For example, some keys might have been revoked,expired or just missing.
We should not allow the user to choose a user Chip as a recipient, if we don't have an encrypting key for that user.
Steps to reproduce:
What happens:
You can choose koto+rsa identity. Encrypting the message will however only encrypt to senders' key, because koto+rsa UID has no public key to encrypt to.
What should happen:
koto+rsa Chip should be a red chip or should not show in the UI at all.
Original issue: http://code.google.com/p/end-to-end/issues/detail?id=144
The text was updated successfully, but these errors were encountered: