commit | 7feb9f42258ff72ce1d3628c5ccc261c2ca238b9 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Sun May 13 19:53:07 2012 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Sun May 13 19:53:07 2012 +0200 |
tree | 3ac35288be0b37833dfe58cc5829a7c0cf9b3f3f | |
parent | d200bf534b6d97ee607e1071d0cb2d93e4506268 [diff] [blame] |
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate timing attacks. Patch by Jon Oberheide.
diff --git a/Misc/NEWS b/Misc/NEWS index 9adce9f..031738d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Library ------- +- Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate + timing attacks. Patch by Jon Oberheide. + - Add importlib.util.resolve_name(). - Issue #14366: Support lzma compression in zip files.