Added hmac.compare_digest to whatsnew

This commit is contained in:
Christian Heimes 2012-06-26 10:16:55 +02:00
parent 8c3c29effa
commit 31940375a6
1 changed files with 9 additions and 0 deletions

View File

@ -1023,6 +1023,15 @@ handle NAT with non-secure FTP without opening fixed ports.
(Contributed by Giampaolo Rodolà in :issue:`12139`) (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 imaplib
------- -------