diff options
author | Ruben Pollan <meskio@sindominio.net> | 2016-02-11 01:20:33 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2016-02-11 01:20:33 +0100 |
commit | 9e15deaee705fcc5f01f10c63c695595e937d3b1 (patch) | |
tree | b68970db90692a2d27fcf7508cee2bc8db6aab41 /mail/changes/next-changelog.rst | |
parent | 3f9bfdb7a846fa165e222543f02dc8e72fcc891b (diff) |
[feat] Use cryptography instead of pycryptopp to reduce dependencies.
* Resolves: #7889
Diffstat (limited to 'mail/changes/next-changelog.rst')
-rw-r--r-- | mail/changes/next-changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 625dcac..7979246 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -12,6 +12,7 @@ Features ~~~~~~~~ - `#7656 <https://leap.se/code/issues/7656>`_: Emit multi-user aware events. - `#4008 <https://leap.se/code/issues/4008>`_: Add token-based authentication to local IMAP/SMTP services. +- `#7889 <https://leap.se/code/issues/7889>`_: Use cryptography instead of pycryptopp to reduce dependencies. - Use twisted.cred to authenticate IMAP users. - `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234. |