Mercurial > p > roundup > code
diff CHANGES.txt @ 5483:3d0f71775e42
use PBKDF2 implementation from Python's hashlib, if available
see issue2550982
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Thu, 02 Aug 2018 07:19:23 +0100 |
| parents | e8f6a1df73e3 |
| children | 8a91503c44b2 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Aug 01 22:54:10 2018 +0100 +++ b/CHANGES.txt Thu Aug 02 07:19:23 2018 +0100 @@ -16,6 +16,10 @@ Features: - issue2550901: add search page to jinja2 template (Christof Meerwald) +- issue2550982: use PBKDF2 in Python's hashlib, if available (Python + 2.7.8+), to improve performance over bundled pure Python + version. Note that acceleration via m2crypto is no longer supported + (Christof Meerwald) Fixed:
