Up to [cvs.NetBSD.org] / src / external / apache2 / argon2 / lib / libargon2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Tue May 17 18:55:41 2022 UTC (8 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.4: +2 -14
lines
Diff to previous 1.4 (colored)
Move guts of the Makefile into Makefile.inc so it can be re-used.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 22 14:34:35 2021 UTC (14 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.3: +14 -13
lines
Diff to previous 1.3 (colored)
cgdconfig(8): Add an argon2id password-based key generation method This provides an extra level of side-channel and cracking resistance compared to the pre-existing pkcs5_pbkdf2/sha1 method used for password-based disk encryption. Several new keygen parameters are supported: memory (integer, in kilobytes) parallelism (integer, usually the number of CPU cores) version (integer, usually 19...) We do our best to calibrate these automatically when the paramsfile is initially generated. lgtm riastradh@
Revision 1.3, Tue Oct 12 17:24:36 2021 UTC (15 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +0 -0
lines
FILE REMOVED
Fix release builds with MKARGON2=yes This changes argon2 from a separately built library into a private dependency of libcrypt and removes the argon2(1) utility (we already have pwhash(1)). Giving libcrypt more library dependencies complicates things (e.g. libcrypt is a dependency of openssl). pthreads support gets disabled in argon2 for similar reasons. For testing argon2, we rely on the libcrypt test suite.
Revision 1.2.4.2 / (download) - annotate - [select for diffs], Mon Apr 13 07:45:47 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.2.4.1: +22 -0
lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.2.4.1, Mon Oct 21 02:36:48 2019 UTC (3 years, 3 months ago) by martin
Branch: phil-wifi
Changes since 1.2: +0 -22
lines
FILE REMOVED
file Makefile was added on branch phil-wifi on 2020-04-13 07:45:47 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 21 02:36:48 2019 UTC (3 years, 3 months ago) by jhigh
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: phil-wifi
Changes since 1.1: +1 -9
lines
Diff to previous 1.1 (colored)
adding argon2 support to libcrypt. argon2 user authentication now available via MKARGON2=yes (3 variants supported; argon2id recommended) before using, please read argon2 paper at https://github.com/P-H-C/phc-winner-argon2
Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 9 13:13:09 2019 UTC (3 years, 3 months ago) by jhigh
Branch: MAIN
added backend support for argon2 password scheme