]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9827 update Argon2 defaults
authorFrançois Kooman <fkooman@tuxed.net>
Wed, 9 Aug 2023 14:39:21 +0000 (16:39 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 28 Jun 2024 16:48:57 +0000 (16:48 +0000)
commitd13a07bf9467267901345ce96cb2967e89b21912
tree06faeabf179a34fe00fd0c34b9ec201f5a8e5630
parent9d07c21d76ce05b40208f8f57766e7061fae9fc1
ITS#9827 update Argon2 defaults

- switch to argon2id by default (from argon2i)
- use OWASP recommended parameters as defaults

This only affects builds that use libargon2, e.g. Debian, and
not builds that use libsodium as argon2id is already the
default there, and better parameters are used

References: https://bugs.openldap.org/show_bug.cgi?id=9827
Signed-off-by: François Kooman <fkooman@tuxed.net>
servers/slapd/pwmods/argon2.c