diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-19 08:41:15 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-19 08:41:15 (GMT) |
commit | 2c3f2f19df0939744774370369b55e3ca214040c (patch) | |
tree | 31fc9f9cf7dd55b27c1f9202c5eeb08a4f33e897 /Misc | |
parent | 08231a9c6aeb8315803ede4ba3fecd378cfb1e3f (diff) | |
download | cpython-2c3f2f19df0939744774370369b55e3ca214040c.zip cpython-2c3f2f19df0939744774370369b55e3ca214040c.tar.gz cpython-2c3f2f19df0939744774370369b55e3ca214040c.tar.bz2 |
Issue #17812: Fixed quadratic complexity of base64.b32encode().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Core and Builtins Library ------- +- Issue #17812: Fixed quadratic complexity of base64.b32encode(). + - Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). |