oslo.messaging/releasenotes/notes/enforce_fips_mode-07dd259eb8a73c2b.yaml
Hervé Beraud 384738a92d Add a new option to enforce the OpenSSL FIPS mode
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
2021-11-08 15:05:30 +01:00

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``.