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
It seems that, in a real world, standards are not always obeyed: https://bugzilla.mozilla.org/show_bug.cgi?id=1865620
So we should consider to allow users to decrypt message even if it is encrypted by sign/certify key.
The text was updated successfully, but these errors were encountered:
Please don't do that. We use separate keys for signing and encryption for a reason. Even though some implementations may do that, this is just a terrible idea and should be fixed at the sender. Decrypting using signing-only keys is what made the faulty sending implementation get away with it in the first place. Let's not descend on a race to the bottom.
Description
It seems that, in a real world, standards are not always obeyed: https://bugzilla.mozilla.org/show_bug.cgi?id=1865620
So we should consider to allow users to decrypt message even if it is encrypted by sign/certify key.
The text was updated successfully, but these errors were encountered: