oslo.cache/releasenotes/notes/enforce_fips_mode-c3296a0cc1fb7ad9.yaml
Hervé Beraud f438770767 Add a new option to enforce the OpenSSL FIPS mode
This option ``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: I220012094d2be3c2c47a444260bc42fb53aaf6bc
2024-01-23 10:55:17 +01:00

10 lines
288 B
YAML

---
features:
- |
Adding a new option, ``[cache] 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
``[cache] enforce_fips_mode``.