
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
10 lines
288 B
YAML
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``.
|