Added hmac.compare_digest to whatsnew
This commit is contained in:
parent
8c3c29effa
commit
31940375a6
|
@ -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
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue