tooz/tooz/drivers
Ade Lee 54448e9d8b Replace md5 with oslo version
md5 is not an approved algorithm in FIPS mode, and trying to
instantiate a hashlib.md5() will fail when the system is running in
FIPS mode.

md5 is allowed when in a non-security context.  There is a plan to
add a keyword parameter (usedforsecurity) to hashlib.md5() to annotate
whether or not the instance is being used in a security context.

In the case where it is not, the instantiation of md5 will be allowed.
See https://bugs.python.org/issue9216 for more details.

Some downstream python versions already support this parameter.  To
support these versions, a new encapsulation of md5() has been added to
oslo_utils.  See https://review.opendev.org/#/c/750031/

This patch is to replace the instances of hashlib.md5() with this new
encapsulation, adding an annotation indicating whether the usage is
a security context or not.

Reviewers need to pay particular attention as to whether the keyword
parameter (usedforsecurity) is set correctly.

Change-Id: Idbef0f0896753765372c8dfac8ab15e6be49922f
Depends-On: https://review.opendev.org/#/c/760160
2020-10-29 15:44:36 -04:00
..
__init__.py First commit of Tooz 2013-12-19 12:18:35 +01:00
consul.py Implements Group API for the Consul driver 2020-06-15 11:24:49 -05:00
etcd.py Remove six library 2020-07-01 15:56:53 +02:00
etcd3.py Remove six library 2020-07-01 15:56:53 +02:00
etcd3gw.py Remove six library 2020-07-01 15:56:53 +02:00
file.py Remove six library 2020-07-01 15:56:53 +02:00
ipc.py Replace md5 with oslo version 2020-10-29 15:44:36 -04:00
memcached.py Remove six library 2020-07-01 15:56:53 +02:00
mysql.py Fix breakage with PyMySQL 0.10.0 2020-07-20 15:52:32 +02:00
pgsql.py Replace md5 with oslo version 2020-10-29 15:44:36 -04:00
redis.py Remove six library 2020-07-01 15:56:53 +02:00
zake.py Stop to use the __future__ module. 2020-06-02 21:02:18 +02:00
zookeeper.py Use safe_decode for decoding in zookeeper driver 2020-07-29 15:43:06 +00:00