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 | 0847c9d6eecd8193b25e0fd17f0c1f16187c4115 (patch) | |
tree | 065bed49738b70f67aa7aabec011846f1fcb33c4 /keymanager/changes/bug-address_mixup | |
parent | 221be476ad1c5e54b371492557c49481134a65e4 (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 'keymanager/changes/bug-address_mixup')
-rw-r--r-- | keymanager/changes/bug-address_mixup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keymanager/changes/bug-address_mixup b/keymanager/changes/bug-address_mixup new file mode 100644 index 0000000..24170c9 --- /dev/null +++ b/keymanager/changes/bug-address_mixup @@ -0,0 +1 @@ +- Don't repush a public key with different address |