aboutsummaryrefslogtreecommitdiff
path: root/crypt
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab2-2/+0
2018-06-29New configure option --disable-crypt.Zack Weinberg1-4/+0
2018-06-29manual: Revise crypt.texi.Zack Weinberg1-5/+16
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg4-29/+39
2018-02-01crypt: Fix badsalttest test (Bug 22765)Il'ya Malakhov1-0/+3
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-3/+3
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar1-1/+1
2017-10-04crypt: Use NSPR header files in addition to NSS header files [BZ #17956]Guido Trentalancia1-3/+5
2017-09-21Remove non-add-on Banner files.Joseph Myers1-1/+0
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg4-18/+27
2016-11-16Fix crypt snprintf namespace (bug 20829).Joseph Myers2-4/+4
2016-10-28crypt: Use internal names for the SHA-2 block functionsFlorian Weimer4-16/+15
2016-01-15Fix build failures with -DDEBUG.Martin Sebor1-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers3-15/+3
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2-13/+7
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers1-3/+1
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2-8/+4
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers6-82/+30
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2014-06-06crypt: don't include ufc-crypt.h multiple timesChris Metcalf4-23/+9
2014-06-03Remove redundant nested function b64_from_24bitKonstantin Serebryany5-95/+106
2014-05-22Fix formattingSiddhesh Poyarekar1-9/+9
2014-05-22Remove nested functions: crypt/md5-crypt.cKonstantin Serebryany1-18/+26
2014-04-09Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae19-19/+19
2013-11-21Use __glibc_block in public headers.Meador Inge1-2/+3
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers2-3/+3
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-2/+2
2013-06-05Remove trailing whitespace.Joseph Myers1-2/+2
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-5/+0
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold6-0/+8
2013-02-15Remove bounded-pointers build system support.Joseph Myers1-3/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers19-23/+19
2012-11-13Add support for sparc cryptographic hash opcodes.David S. Miller7-385/+391
2012-10-10* crypt/crypt-entry.c: Include fips-private.h.Alexandre Oliva2-4/+25
2012-10-10* crypt/crypt-private.h: Include stdbool.h.Alexandre Oliva5-7/+133
2012-09-17crypt: bump up md5test-giant timeout from 180s to 480sChris Metcalf1-1/+1
2012-08-15Fix last sha512.c change to avoid compiler warning.Roland McGrath1-1/+1
2012-08-15Add testcase for BZ#14090 - md5/sha512 with large sizesAndreas Jaeger2-0/+142
2012-08-15Fix BZ#14090 - md5/sha512 with large sizesPaul Eggert2-9/+9
2012-05-17Bump sha512c-test.c timeout for the sake of 32-bit sparc.David S. Miller1-1/+1
2012-03-302012-03-29 Jeff Law <law@redhat.com>Jeff Law3-11/+86