[Python-Dev] cpython: Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Mon May 14 18:50:59 CEST 2012
- Previous message: [Python-Dev] Accepting PEP 415 (alternative implementation strategy for PEP 409's "raise exc from None" syntax)
- Next message: [Python-Dev] zipimport to read from a file object instead of just a path?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 13 May 2012 19:53:27 +0200 charles-francois.natali <python-checkins at python.org> wrote:
+This module also provides the following helper function: + +.. function:: securecompare(a, b) [...]
You need a versionadded tag.
Regards
Antoine.
- Previous message: [Python-Dev] Accepting PEP 415 (alternative implementation strategy for PEP 409's "raise exc from None" syntax)
- Next message: [Python-Dev] zipimport to read from a file object instead of just a path?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]