NetBSD/lib/libcrypt
kamil 6ab39b6716 Avoid undefined behavior in left shift
crypt.c:772:11, left shift of 1363235140 by 1 places cannot be represented
in type 'int32_t' (aka 'int')
2020-02-22 10:29:17 +00:00
..
bcrypt.c
blowfish.c
crypt-argon2.c adding argon2 support to libcrypt. argon2 user authentication now 2019-10-21 02:36:48 +00:00
crypt-sha1.c
crypt.3 Mark up argon2 description. Restore removed lines/text from previous 2019-10-21 05:16:51 +00:00
crypt.c Avoid undefined behavior in left shift 2020-02-22 10:29:17 +00:00
crypt.h adding argon2 support to libcrypt. argon2 user authentication now 2019-10-21 02:36:48 +00:00
hmac_sha1.c
hmac.c
Makefile adding argon2 support to libcrypt. argon2 user authentication now 2019-10-21 02:36:48 +00:00
md5crypt.c
pw_gensalt.c adding argon2 support to libcrypt. argon2 user authentication now 2019-10-21 02:36:48 +00:00
shlib_version
util.c