Module Name: src Committed By: nia Date: Tue Oct 12 15:25:39 UTC 2021
Modified Files: src/lib/libcrypt: crypt-argon2.c crypt.h pw_gensalt.c util.c Log Message: crypt(3): match the Argon2 reference implementation's Base64 exactly There are too many minor variations regarding padding and exact alphabet to safely use the implementation in libc or an existing implementation in libcrypt. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libcrypt/crypt-argon2.c \ src/lib/libcrypt/crypt.h cvs rdiff -u -r1.10 -r1.11 src/lib/libcrypt/pw_gensalt.c cvs rdiff -u -r1.2 -r1.3 src/lib/libcrypt/util.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.