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/
In this case, md5 is used to calculate the hash of a database record
to ensure record uniqueness.
Change-Id: Ic2571caa71dc99c417ea0933d5d4947287cbe312
(cherry picked from commit 7ea5643290)
52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
eventlet>=0.26.1 # MIT
|
|
Flask!=0.11,>=0.10 # BSD
|
|
greenlet>=0.4.15 # MIT
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
|
jsonschema>=3.2.0 # MIT
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
keystonemiddleware>=4.17.0 # Apache-2.0
|
|
netaddr>=0.7.18 # BSD
|
|
oslo.config>=6.8.0 # Apache-2.0
|
|
oslo.concurrency>=4.2.0 # Apache-2.0
|
|
oslo.messaging>=12.4.0 # Apache-2.0
|
|
oslo.middleware>=3.31.0 # Apache-2.0
|
|
oslo.log>=4.3.0 # Apache-2.0
|
|
oslo.reports>=1.18.0 # Apache-2.0
|
|
oslo.rootwrap>=5.8.0 # Apache-2.0
|
|
oslo.serialization>=2.25.0 # Apache-2.0
|
|
oslo.service>=1.31.0 # Apache-2.0
|
|
oslo.upgradecheck>=1.3.0
|
|
oslo.utils>=4.7.0 # Apache-2.0
|
|
oslo.versionedobjects>=1.31.2 # Apache-2.0
|
|
Paste>=2.0.2 # MIT
|
|
PasteDeploy>=1.5.0 # MIT
|
|
pbr>=3.1.1 # Apache-2.0
|
|
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
|
|
python-designateclient>=2.12.0 # Apache-2.0
|
|
python-neutronclient>=6.7.0 # Apache-2.0
|
|
requests>=2.23.0 # Apache-2.0
|
|
tenacity>=6.0.0 # Apache-2.0
|
|
six>=1.11.0 # MIT
|
|
SQLAlchemy>=1.2.19 # MIT
|
|
sqlalchemy-migrate>=0.11.0 # Apache-2.0
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
suds-jurko>=0.6 # LGPLv3+
|
|
WebOb>=1.7.1 # MIT
|
|
dnspython>=1.16.0 # http://www.dnspython.org/LICENSE
|
|
oslo.db>=8.3.0 # Apache-2.0
|
|
oslo.i18n>=3.20.0 # Apache-2.0
|
|
oslo.context>=2.22.0 # Apache-2.0
|
|
oslo.policy>=3.6.0 # Apache-2.0
|
|
Werkzeug>=0.9 # BSD License
|
|
python-memcached>=1.56 # PSF
|
|
tooz>=1.58.0 # Apache-2.0
|
|
debtcollector>=1.19.0 # Apache-2.0
|
|
os-win>=4.1.0 # Apache-2.0
|
|
monasca-statsd>=1.4.0 # Apache-2.0
|
|
futurist>=1.2.0 # Apache-2.0
|
|
edgegrid-python>=1.1.1 # Apache-2.0
|