mirror of https://github.com/python/cpython.git
Clarify that md5 is in the algorithms_guaranteed list despite what
some upstream vendors may do to their odd "FIPS compliant" builds. issue15468.
This commit is contained in:
parent
2d6a58b96f
commit
7bfb415c8d
|
@ -104,7 +104,9 @@ Hashlib provides the following constant attributes:
|
|||
.. data:: algorithms_guaranteed
|
||||
|
||||
A set containing the names of the hash algorithms guaranteed to be supported
|
||||
by this module on all platforms.
|
||||
by this module on all platforms. Note that 'md5' is in this list despite
|
||||
some upstream vendors offering an odd "FIPS compliant" Python build that
|
||||
excludes it.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
|
Loading…
Reference in New Issue