]> granicus.if.org Git - python/commit
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 13 Feb 2009 03:00:00 +0000 (03:00 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 13 Feb 2009 03:00:00 +0000 (03:00 +0000)
commitea38826ab28e1621f109953f068992c69d386dee
tree5816309e758042633f930c9e0781d456ba97dac5
parentb516c126ef7b69e4b6560fe98ed4529f21fdb7eb
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
  supporting objects as input no matter how it was compiled (built in
  implementations or external openssl library).
(backported from a py3k branch)
Lib/test/test_hashlib.py
Misc/NEWS
Modules/_hashopenssl.c
Modules/hashlib.h [new file with mode: 0644]
Modules/md5.c
Modules/md5.h
Modules/md5module.c
Modules/sha256module.c
Modules/sha512module.c
Modules/shamodule.c