diff options
author | Björn Esser <besser82@fedoraproject.org> | 2018-10-22 13:48:34 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2018-10-22 13:55:23 +0200 |
commit | 4964877dbf96d951b3f45b2dba97459404d1dff8 (patch) | |
tree | 822fc8f0e649351d8683191249f56bae818504e1 /LICENSING | |
parent | 323e5e097f643641f41f24969227b073470e186e (diff) | |
download | libxcrypt-4964877dbf96d951b3f45b2dba97459404d1dff8.tar.gz libxcrypt-4964877dbf96d951b3f45b2dba97459404d1dff8.tar.bz2 libxcrypt-4964877dbf96d951b3f45b2dba97459404d1dff8.zip |
Use md5 implementation from Alexander Peslyak.
Thus we now have a md5 implementation in the public domain.
Diffstat (limited to 'LICENSING')
-rw-r--r-- | LICENSING | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,7 +13,7 @@ source tree. For specific licensing terms consult the files themselves. * Copyright Free Software Foundation, Inc.; LGPL (v2.1 or later): crypt.h, crypt-obsolete.h, crypt-private.h - alg-md5.h, alg-md5.c, crypt-md5.c, + crypt-md5.c, test-crypt-badsalt.c, test-crypt-nonnull.c * Copyright David Burren et al.; 3-clause BSD: @@ -24,7 +24,8 @@ source tree. For specific licensing terms consult the files themselves. crypt-sha256.c, crypt-sha512.c * Public domain, written by Solar Designer et al.: - alg-md4.h, alg-md4.c, crypt-bcrypt.c, crypt-gensalt.c, test-crypt-bcrypt.c + alg-md4.h, alg-md4.c, alg-md5.h, alg-md5.c, + crypt-bcrypt.c, crypt-gensalt.c, test-crypt-bcrypt.c * Copyright Solar Designer, Colin Percival; 0-clause BSD: alg-yescrypt-common.c, alg-yescrypt-platform.c |