aboutsummaryrefslogtreecommitdiff
path: root/crypt
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-4/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert17-49/+31
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers3-9/+1
2012-01-26Remove __STDC__ conditionals from non-installed headers.Joseph Myers1-6/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper3-18/+19
2011-07-22Optimize __init_des_rUlrich Drepper1-4/+14
2011-07-22Add read barrier protecting DES initializationUlrich Drepper1-2/+4
2011-07-19Use union to avoid casts in code to store results of hashsum computationsUlrich Drepper6-23/+32
2011-07-02Complete last patchUlrich Drepper1-7/+2
2011-07-02Fix last patch for big-endian machinesUlrich Drepper4-15/+28
2011-07-02Optimize long-word additions in SHA implementationUlrich Drepper4-14/+47
2010-04-03Add missing include.Ulrich Drepper1-0/+1
2010-04-03Missing memory barrier in DES initialization.Ulrich Drepper1-48/+49
2009-04-07* crypt/Makefile (LDLIBS-crypt.so): Use this variable instead ofUlrich Drepper1-1/+1
2009-04-02* configure.in: Recognize --enable-nss-crypt.Ulrich Drepper4-127/+328
2009-03-15* crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.Ulrich Drepper1-1/+11
2007-11-10* sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..Ulrich Drepper2-6/+4
2007-10-28[BZ #5204]Ulrich Drepper2-0/+2
2007-09-19* crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,Ulrich Drepper11-5/+1479
2007-09-19SHA-256 crypt entry point.Ulrich Drepper1-0/+345
2007-05-29Fix comment.Ulrich Drepper1-1/+1
2005-10-05* crypt/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): New macros.Roland McGrath1-1/+5
2005-10-05* crypt/Makefile (distribute): Remove duplicate defn.Roland McGrath1-5/+3
2005-05-02[BZ #924]cvs/fedora-glibc-20050503T0852Roland McGrath1-2/+3
2005-02-17[BZ #284, BZ #721]Roland McGrath1-1/+1
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper4-12/+9
2007-07-122.5-18.1Jakub Jelinek4-9/+12
2004-09-17Update.Ulrich Drepper1-7/+11
2004-09-14Update.Ulrich Drepper1-18/+11
2004-06-10[BZ #199]Roland McGrath1-6/+4
2002-11-11* crypt/md5-crypt.c: Doc fix.Roland McGrath1-0/+1