From 4255eecf1544731a7200ab0a24671195416601e2 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 31 Dec 2019 16:38:44 -0600 Subject: change hashalg on AuthTktCookieHelper to sha512. --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 383906e00..650e7a34f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -156,6 +156,10 @@ Backward Incompatibilities ``require_csrf`` view option to enable automatic CSRF checking. See https://github.com/Pylons/pyramid/pull/3521 +- Changed the ``hashalg`` on ``pyramid.authentication.AuthTktCookieHelper`` to + ``sha512``. + See https://github.com/Pylons/pyramid/pull/3557 + Documentation Changes --------------------- -- cgit v1.2.3 From 7820b922cc1b87147cc60288dff0bbdfd7b5bc8a Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 31 Dec 2019 17:08:10 -0600 Subject: be more specific --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 650e7a34f..9f16b06ea 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -156,8 +156,8 @@ Backward Incompatibilities ``require_csrf`` view option to enable automatic CSRF checking. See https://github.com/Pylons/pyramid/pull/3521 -- Changed the ``hashalg`` on ``pyramid.authentication.AuthTktCookieHelper`` to - ``sha512``. +- Changed the default ``hashalg`` on + ``pyramid.authentication.AuthTktCookieHelper`` to ``sha512``. See https://github.com/Pylons/pyramid/pull/3557 Documentation Changes -- cgit v1.2.3