mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-09 03:08:57 +00:00
Support argon2id password hash algo (#637)
* Support argon2id password hash algo * CI install argon2 deps * Go support argonid algo * RPC add pwd_hash_algo and pwd_hash_params * Support password hash algo * Don't set magic when pwd_hash is set * Fix ci error --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
@@ -274,6 +274,10 @@ PKG_CHECK_MODULES(JWT, [libjwt])
|
||||
AC_SUBST(JWT_CFLAGS)
|
||||
AC_SUBST(JWT_LIBS)
|
||||
|
||||
PKG_CHECK_MODULES(ARGON2, [libargon2])
|
||||
AC_SUBST(ARGON2_CFLAGS)
|
||||
AC_SUBST(ARGON2_LIBS)
|
||||
|
||||
if test x${compile_python} = xyes; then
|
||||
AM_PATH_PYTHON([2.6])
|
||||
if test "$bwin32" = true; then
|
||||
|
Reference in New Issue
Block a user