384738a92d
This option ``ssl_enforce_fips_mode`` allow us to enforce the FIPS mode if supported by the version of python in use. https://en.wikipedia.org/wiki/Federal_Information_Processing_Standards Change-Id: I50c7de71bfd38137eb83d23e910298946507ce9f
11 lines
332 B
YAML
11 lines
332 B
YAML
---
|
|
features:
|
|
- |
|
|
Adding a new option, ``[oslo_messaging_rabbit] ssl_enforce_fips_mode``, to
|
|
the rabbitmq driver to enforce the OpenSSL FIPS mode if supported by the
|
|
version of Python.
|
|
security:
|
|
- |
|
|
We are now able to enforce the OpenSSL FIPS mode by using
|
|
``[oslo_messaging_rabbit] ssl_enforce_fips_mode``.
|