OpenGrok
Cross Reference: Makefile
xref
: /
src
/
external
/
apache2
/
argon2
/
lib
/
libargon2
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
libargon2
History log of
/src/external/apache2/argon2/lib/libargon2/Makefile
Revision
Date
Author
Comments
1.5
17-May-2022
christos
Move guts of the Makefile into Makefile.inc so it can be re-used.
1.4
22-Nov-2021
nia
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@
1.3
12-Oct-2021
nia
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.
1.2
21-Oct-2019
jhigh
branches: 1.2.4;
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
1.1
09-Oct-2019
jhigh
added backend support for argon2 password scheme
1.2.4.2
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.2.4.1
21-Oct-2019
martin
file Makefile was added on branch phil-wifi on 2020-04-13 07:45:47 +0000
Indexes created Wed Apr 29 00:23:26 UTC 2026