mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
module supports digestmod names, e.g. hmac.HMAC('sha1').
This commit is contained in:
parent
7f48396cb5
commit
634919a9fa
9 changed files with 57 additions and 20 deletions
|
@ -842,6 +842,9 @@ Deprecated Python modules, functions and methods
|
|||
* The :mod:`formatter` module is pending deprecation and is slated for removal
|
||||
in Python 3.6.
|
||||
|
||||
* MD5 as default digestmod for :mod:`hmac` is deprecated. Python 3.6 will
|
||||
require an explicit digest name or constructor as *digestmod* argument.
|
||||
|
||||
|
||||
Deprecated functions and types of the C API
|
||||
-------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue