mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Allow to configure PBKDF (#163)
* Allow to configure PBKDF. * Also add PBKDF options to key add operation. * Simplify code. * Update plugins/modules/luks_device.py Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * Fix indent. * Use more of the options. * Bump iteration count. * Increase memory limit. * Fall back to default PBKDF. * Apply suggestions from code review Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
2
changelogs/fragments/163-luks-pbkdf.yml
Normal file
2
changelogs/fragments/163-luks-pbkdf.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- "luks_device - allow to configure PBKDF (https://github.com/ansible-collections/community.crypto/pull/163)."
|
||||
Reference in New Issue
Block a user