]> granicus.if.org Git - python/commit
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
authorCharles-François Natali <neologix@free.fr>
Sun, 13 May 2012 17:53:07 +0000 (19:53 +0200)
committerCharles-François Natali <neologix@free.fr>
Sun, 13 May 2012 17:53:07 +0000 (19:53 +0200)
commit7feb9f42258ff72ce1d3628c5ccc261c2ca238b9
tree3ac35288be0b37833dfe58cc5829a7c0cf9b3f3f
parentd200bf534b6d97ee607e1071d0cb2d93e4506268
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
timing attacks. Patch by Jon Oberheide.
Doc/library/hmac.rst
Lib/hmac.py
Lib/test/test_hmac.py
Misc/ACKS
Misc/NEWS