summaryrefslogtreecommitdiff
path: root/LICENSING
AgeCommit message (Expand)AuthorFilesLines
2021-09-18Move auxiliary build-scripts into seperate subdir.Björn Esser1-2/+4
2021-09-18Move m4sh scripts to build-aux/m4 directory.Björn Esser1-14/+14
2021-09-17build-aux/ax_gcc_func_attribute.m4: New file.Björn Esser1-0/+3
2021-03-07Improve fallback implementation of explicit_bzero.Zack Weinberg1-1/+1
2021-03-07Remove redundant byte order conversion functions.Zack Weinberg1-2/+1
2020-12-31Move most scripts to top-level build-aux directory.Zack Weinberg1-15/+16
2020-08-18test/special-char-salt: New test.Björn Esser1-1/+1
2019-08-24LICENSING: Add missing files, update license information.Björn Esser1-5/+23
2018-12-08Add test-alg-yescrypt from upstream for improved coverage.Björn Esser1-0/+3
2018-12-05Refactor gensalt_nt_rn to simply return its own prefix.Björn Esser1-1/+1
2018-12-04Add -fno-plt to the compiler flags, if supported. (#71)Björn Esser1-0/+9
2018-11-09Implement crypt_checksalt.Björn Esser1-1/+2
2018-11-03Remove 'crypt-private.h' and merge it into 'crypt-port.h'.Björn Esser1-2/+1
2018-11-03Move helper functions into 'crypt-common.c'.Björn Esser1-1/+1
2018-11-02Drop the SIMD implementations of the GOST R 34.11-2012 hash function.Björn Esser1-3/+2
2018-10-31Darwin doesn't support strong aliases. (Fixes #43)Björn Esser1-1/+1
2018-10-31Backport 'PKG_INSTALLDIR' macro from pkg-config 0.27Björn Esser1-0/+4
2018-10-31Check whether the linker can use version-script files.Björn Esser1-0/+3
2018-10-28Update AUTHORS and LICENSING.Björn Esser1-2/+13
2018-10-28Add gost-yescrypt backend and tests.Björn Esser1-0/+6
2018-10-22Use md5 implementation from Alexander Peslyak.Björn Esser1-2/+3
2018-10-22Use sha512 implementation from Colin Percival.Björn Esser1-1/+3
2018-10-21Include crypt.h from crypt-port.h.Björn Esser1-1/+1
2018-09-22LICENSING: Readd crypt-sha256.cBjörn Esser1-1/+1
2018-09-21Use yescrypt’s sha256 implementation for sha256crypt as well.Zack Weinberg1-5/+5
2018-09-08Implement crypt and gensalt for scrypt.Björn Esser1-0/+3
2018-09-07Prefix yescrypt* file names with 'alg-'.Björn Esser1-3/+3
2018-09-07LICENSING: Clarify license of yescrypt.Björn Esser1-3/+5
2018-08-24Add yescrypt backend and testsVitaly Chikunov1-0/+3
2018-08-24Import yescrypt codes from yescrypt's cvswebVitaly Chikunov1-0/+5
2018-08-02Update LICENSING and NEWS for changes in previous commits.Björn Esser1-2/+5
2018-07-10Replace crypt-sunmd5.c with BSD-licensed cleanroom reimplementation.Zack Weinberg1-1/+1
2018-07-04Check in alg-des-tables.c, don't run gen-des-tables at build time.Zack Weinberg1-4/+2
2017-10-26crypt-pbkdf1-sha1: Add support for PBKDF1 with SHA1 ($sha1$<rounds>$<salt>$)Björn Esser1-4/+8
2017-10-25alg-hmac-sha1: Add implementation of HMAC with SHA1Björn Esser1-0/+3
2017-10-25alg-sha1: Add implementation of the Secure Hash Algorithm 1 (SHA1)Björn Esser1-0/+3
2017-10-24Add support for SUNMD5 ($md5[,rounds=%u]$salt$) from (Open)SolarisBjörn Esser1-1/+5
2017-10-23test-des-obsolete_r: Same as test-des-obsolete, but for reentrant functionsBjörn Esser1-1/+1
2017-10-23test-crypt-nonnull: Test for crypt_r{a,n} returning non-NULL on errorBjörn Esser1-1/+1
2017-10-23test-crypt-badsalt: Add test to check for retval '*0' on bad saltBjörn Esser1-1/+2
2017-10-22crypt-nthash: Add licensing terms and information for gensalt_nthash_rnBjörn Esser1-1/+1
2017-10-21Add support for NTHASH ($3$) from FreeBSDBjörn Esser1-1/+5
2017-10-21Add implementation of the MD4 message-digest algorithmBjörn Esser1-5/+5
2017-10-21LICENSING: Remove trailing whitespacesBjörn Esser1-8/+8
2017-10-21Support for cross-compilation in the build scripts.Zack Weinberg1-2/+5
2017-10-09Update NEWS. Bump documentation version number to 4.0.0.Zack Weinberg1-0/+9
2017-10-05Make a pass updating copyright and authorship notices.Zack Weinberg1-97/+42
2017-10-04More doc-related cleanupZack Weinberg1-0/+97