Skip to content

Update libpasswdqc support

Dmitry Levin requested to merge ldv_alt/cryptsetup:master into master

Starting with version 2.0.0, libpasswdqc can use memory allocation when loading configuration that contains new optional parameters. It's therefore recommended to free all memory allocated by passwdqc_params_load using new passwdqc_params_free function introduced in the same version of libpasswdqc.

Merge request reports