Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: nia
Date: Tue Oct 12 13:24:00 UTC 2021
Modified Files:
src/lib/libcrypt: crypt-argon2.c crypt.h pw_gensalt.c util.c
src/tests/lib/libcrypt: t_crypt.c
Log Message:
crypt(3): Make Argon2 implementation match the reference impl by
making sure input salts are decoded as base64.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libcrypt/crypt-argon2.c \
src/lib/libcrypt/crypt.h
cvs rdiff -u -r1.9 -r1.10 src/lib/libcrypt/pw_gensalt.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libcrypt/util.c
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libcrypt/t_crypt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index