]> granicus.if.org Git - python/commitdiff
Added hmac.compare_digest to whatsnew
authorChristian Heimes <christian@cheimes.de>
Tue, 26 Jun 2012 08:16:55 +0000 (10:16 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 26 Jun 2012 08:16:55 +0000 (10:16 +0200)
Doc/whatsnew/3.3.rst

index 68ed9c75025dc0118729d4e157fee53047b0312d..38a9f351160ea6039b06ba620daacd4d664c3ebd 100644 (file)
@@ -1023,6 +1023,15 @@ handle NAT with non-secure FTP without opening fixed ports.
 (Contributed by Giampaolo RodolĂ  in :issue:`12139`)
 
 
+hmac
+----
+
+A new :func:`~hmac.compare_digest` function has been added to prevent
+side channel attacks on digests through timing analysis.
+
+(Contributed by Nick Coghlan and Christian Heimes in issue:`15061`)
+
+
 imaplib
 -------