ironic-python-agent/releasenotes/notes/let_crypt_generate_the_salt-99876591325275a1.yaml
Iury Gregory Melo Ferreira 7f8afac092 Use crypt to generate salt
Let's use the crypt to generate the salt, the crypt.crypt
can handle the generation of the salt if we don't pass.

Change-Id: I63fca663940e44924a201b166bdd79d8f7710bee
Story: 2007443
Task: 39103
2020-03-19 15:16:00 +01:00

10 lines
323 B
YAML

---
security:
- |
The salt was generated using random and the module it's not in compliance
with FIPS 140-2. Now we let the salt be automatically generated by the
crypt function (it will use the strongest method available).
fixes:
- |
The salt now will be automatically generated by the crypt function.