The NetBSD Project

CVS log for src/external/apache2/argon2/lib/libargon2/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / external / apache2 / argon2 / lib / libargon2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 17 18:55:41 2022 UTC (2 years, 6 months ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -14 lines
Move guts of the Makefile into Makefile.inc so it can be re-used.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 22 14:34:35 2021 UTC (3 years ago) by nia
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +14 -13 lines
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 (3 years, 2 months ago) by nia
Branches: MAIN
FILE REMOVED
Changes since revision 1.2: +0 -0 lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 13 07:45:47 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.2.4.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.4.1: +22 -0 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.2.4.1
Mon Oct 21 02:36:48 2019 UTC (5 years, 1 month ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.2: +0 -22 lines
file Makefile was added on branch phil-wifi on 2020-04-13 07:45:47 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 21 02:36:48 2019 UTC (5 years, 1 month ago) by jhigh
Branches: 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
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -9 lines
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 - view: text, markup, annotated - select for diffs
Wed Oct 9 13:13:09 2019 UTC (5 years, 2 months ago) by jhigh
Branches: MAIN
added backend support for argon2 password scheme

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>