diff options
author | Christian Heimes <christian@cheimes.de> | 2012-06-26 08:16:55 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2012-06-26 08:16:55 (GMT) |
commit | 31940375a69ae6453063240c330829233ce50fcf (patch) | |
tree | ae324f69091ff8e209205f5119af784fcf0fdd5f /Doc | |
parent | 8c3c29effa6431c765f04416eb41920e23d75368 (diff) | |
download | cpython-31940375a69ae6453063240c330829233ce50fcf.zip cpython-31940375a69ae6453063240c330829233ce50fcf.tar.gz cpython-31940375a69ae6453063240c330829233ce50fcf.tar.bz2 |
Added hmac.compare_digest to whatsnew
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 68ed9c7..38a9f35 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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 ------- |