diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-09-24 01:15:11 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-09-24 17:08:59 +0200 |
commit | 7242d003877ef08cb7fa0e55a05c915a03b602ab (patch) | |
tree | ba025bf1133133195cb248861eb7285975b42cec /changes | |
parent | bad4662976e46047654d9b610f0e8517a43bfcc6 (diff) |
[bug] don't repush a public key with different address
During decryption the signing public key was getting repush with a
different address as part of the verify usage flagging.
- Resolves: https://github.com/pixelated/pixelated-user-agent/issues/466
- Related: #7420
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-address_mixup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-address_mixup b/changes/bug-address_mixup new file mode 100644 index 00000000..24170c9e --- /dev/null +++ b/changes/bug-address_mixup @@ -0,0 +1 @@ +- Don't repush a public key with different address |