NetBSD/sbin/cgdconfig
riastradh 4b3ee8b4fa cgdconfig(8): Gracefully handle failed verification with shared keys.
The first time each key is verified, if verification fails, we chuck
the failed key and try again with passphrase re-entry.

But if a key has already been verified, and verification fails,
assume something is wrong with the disk and fail.
2022-08-30 08:48:41 +00:00
..
Makefile cgdconfig(8): Add support for shared keys. 2022-08-12 10:49:17 +00:00
argon2_utils.c cgdconfig(8): Add an argon2id password-based key generation method 2021-11-22 14:34:35 +00:00
argon2_utils.h cgdconfig(8): Add an argon2id password-based key generation method 2021-11-22 14:34:35 +00:00
cgdconfig.8 cgdconfig(8): Handle -P/-S for shared keys with -G too. 2022-08-12 10:49:47 +00:00
cgdconfig.c cgdconfig(8): Gracefully handle failed verification with shared keys. 2022-08-30 08:48:41 +00:00
cgdconfig.h
cgdconfig_hostops.c
cgdconfig_rumpops.c
cgdlex.l cgdconfig(8): Add support for shared keys. 2022-08-12 10:49:17 +00:00
cgdparse.y cgdconfig(8): Add support for shared keys. 2022-08-12 10:49:17 +00:00
extern.h
hkdf_hmac_sha256.c cgdconfig(8): Add support for shared keys. 2022-08-12 10:49:17 +00:00
hkdf_hmac_sha256.h cgdconfig(8): Add support for shared keys. 2022-08-12 10:49:17 +00:00
params.c cgdconfig(8): Add support for generating shared-key parameters files. 2022-08-12 10:49:35 +00:00
params.h cgdconfig(8): Add support for generating shared-key parameters files. 2022-08-12 10:49:35 +00:00
pkcs5_pbkdf2.c cgdconfig(8): add some console feedback when calculating the number 2021-11-22 16:04:03 +00:00
pkcs5_pbkdf2.h
prog_ops.h
utils.c
utils.h