Go to file
Artom Lifshitz 92002c8046 Use SHA256 instead of MD5 in completion cache
FIPS 140 are U.S. government computer security standards that specify
requirements for cryptography modules. MD5 is not FIPS compliant [1].
Previously, MD5 was used as the hash algorithm for the bash completion
cache. Hosts running in FIPS mode [2] block execution of the MD5 hash.
This makes python-novaclient unusable on FIPS-enabled machines. This
patch replaces MD5 with SHA256, which is FIPS compliant.

[1] https://csrc.nist.gov/projects/hash-functions
[2] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/security_guide/chap-federal_standards_and_regulations

Change-Id: Ia8750bc27aa9a2cfafb6f4f49252f5bd81bc1a40
(cherry picked from commit 2595bac229)
(cherry picked from commit e15cc789d9)
2019-06-27 13:27:56 +03:00
2018-07-16 15:43:48 +07:00
2018-07-16 15:43:48 +07:00
2019-04-19 19:43:27 +00:00
2014-05-07 12:16:41 -07:00
2018-07-16 15:43:48 +07:00
2019-04-19 19:43:27 +00:00
2015-09-08 10:10:25 -07:00
2011-08-08 13:25:29 -07:00
2018-07-16 15:43:48 +07:00
2018-06-28 12:37:19 +00:00
2017-03-06 01:18:45 +00:00
2018-07-16 15:43:48 +07:00

Team and repository tags

image

Python bindings to the OpenStack Compute API

Latest Version

This is a client for the OpenStack Compute API. It provides a Python API (the novaclient module) and a command-line script (nova). Each implements 100% of the OpenStack Compute API.

Description
OpenStack Compute (Nova) Client
Readme 36 MiB
Languages
Python 100%