diff options
author | Björn Esser <besser82@fedoraproject.org> | 2018-09-10 23:28:48 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2018-11-09 12:59:24 +0100 |
commit | 6555d1aae0608c3cdff1d06402b52f1dd4a450a5 (patch) | |
tree | 3f6431a645e35634c573e75f48676364f07868cc /LICENSING | |
parent | 1e60f984d84e9e24a197b82cd36c9f64dc0a4f8c (diff) | |
download | libxcrypt-6555d1aae0608c3cdff1d06402b52f1dd4a450a5.tar.gz libxcrypt-6555d1aae0608c3cdff1d06402b52f1dd4a450a5.tar.bz2 libxcrypt-6555d1aae0608c3cdff1d06402b52f1dd4a450a5.zip |
Implement crypt_checksalt.
This function can be used by portable users of libxcrypt to
check whether the desired hash method is supported.
There are future plans to extend the crypt_checksalt function
to check the given setting string against the configuration in
'/etc/crypt.conf' and report whether the hashing method and
parameters it specifies are acceptable.
Diffstat (limited to 'LICENSING')
-rw-r--r-- | LICENSING | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,7 +51,8 @@ source tree. For specific licensing terms consult the files themselves. crypt-scrypt.c * Copyright Björn Esser; 0-clause BSD: - crypt-common.c test-compile-strong-alias.c test-short-outbuf.c + crypt-common.c, test-checksalt.c, test-compile-strong-alias.c, + test-short-outbuf.c * Copyright Michael Bretterklieber, Björn Esser et al.; 2-clause BSD: crypt-nthash.c |