Commit Graph

2 Commits

Author SHA1 Message Date
Rosen Penev 3fc8fb844f
libxcrypt: update to 4.4.17
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-12 18:15:59 -07:00
Rosen Penev bd5acfb8e8
libxcrypt: add
libxcrypt is an external version of libc's libcrypt. It allows to use
algorithms now available with the libc. musl in OpenWrt for example
patches out several algorithms for size reasons. But for shadow-utils,
size does not really matter.

The hashes are set to solaris as that default gives a good balance
between compatibility and size. It includes:

bcrypt,
bcrypt_a,
sha512crypt,
sha256crypt,
md5crypt,
descrypt

The STRONG default adds several algorithms not supported by
shadow-utils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 18:33:16 -07:00