summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2017-05-26 00:34:15 +0200
committerRuben Pollan <meskio@sindominio.net>2017-05-26 12:59:10 +0200
commit1448a963841771be3787dc11b3d6a30572550d16 (patch)
treebf40974de7a9453161685fb865a65334dce1549b /changes
parent0c227c30ee20b1af4518ecf56848b06572b4ed72 (diff)
[bug] check if key is expired
For expired keys gnupg will not allow us to encrypt (to force it we'll need to fake the system date). Let's bounce the email properly in this case, and register the error. Make sure as well that _encrypt_message does not return None, let's raise exceptions in case of failure. - Related: #8663
Diffstat (limited to 'changes')
-rw-r--r--changes/next-changelog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt
index 2e13a84..4add2e4 100644
--- a/changes/next-changelog.txt
+++ b/changes/next-changelog.txt
@@ -15,6 +15,8 @@ Features
Bugfixes
~~~~~~~~
+- `#8663 <https://0xacab.org/leap/leap_mx/issues/8663>`_: Bounce emails for expired keys
+
- `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235.
- Bugfix without related issue number.