summaryrefslogtreecommitdiff
path: root/crypt
Commit message (Expand)AuthorAgeFilesLines
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0419-19/+19
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-203-15/+3
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-202-13/+7
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-201-3/+1
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-192-8/+4
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-166-82/+30
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0219-19/+19
* crypt: don't include ufc-crypt.h multiple timesChris Metcalf2014-06-064-23/+9
* Remove redundant nested function b64_from_24bitKonstantin Serebryany2014-06-035-95/+106
* Fix formattingSiddhesh Poyarekar2014-05-221-9/+9
* Remove nested functions: crypt/md5-crypt.cKonstantin Serebryany2014-05-221-18/+26
* Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella2014-04-091-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0119-19/+19
* Use __glibc_block in public headers.Meador Inge2013-11-211-2/+3
* Fix typos.Ondřej Bílka2013-08-211-1/+1
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-082-3/+3
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-2/+2
* Remove trailing whitespace.Joseph Myers2013-06-051-2/+2
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-5/+0
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-166-0/+8
* Remove bounded-pointers build system support.Joseph Myers2013-02-151-3/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0219-23/+19
* Add support for sparc cryptographic hash opcodes.David S. Miller2012-11-137-385/+391
* * crypt/crypt-entry.c: Include fips-private.h.Alexandre Oliva2012-10-102-4/+25
* * crypt/crypt-private.h: Include stdbool.h.Alexandre Oliva2012-10-105-7/+133
* crypt: bump up md5test-giant timeout from 180s to 480sChris Metcalf2012-09-171-1/+1
* Fix last sha512.c change to avoid compiler warning.Roland McGrath2012-08-151-1/+1
* Add testcase for BZ#14090 - md5/sha512 with large sizesAndreas Jaeger2012-08-152-0/+142
* Fix BZ#14090 - md5/sha512 with large sizesPaul Eggert2012-08-152-9/+9
* Bump sha512c-test.c timeout for the sake of 32-bit sparc.David S. Miller2012-05-171-1/+1
* 2012-03-29 Jeff Law <law@redhat.com>Jeff Law2012-03-303-11/+86
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-4/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0917-49/+31
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-303-9/+1
* Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-261-6/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-073-18/+19
* Optimize __init_des_rUlrich Drepper2011-07-221-4/+14
* Add read barrier protecting DES initializationUlrich Drepper2011-07-221-2/+4
* Use union to avoid casts in code to store results of hashsum computationsUlrich Drepper2011-07-196-23/+32
* Complete last patchUlrich Drepper2011-07-021-7/+2
* Fix last patch for big-endian machinesUlrich Drepper2011-07-024-15/+28
* Optimize long-word additions in SHA implementationUlrich Drepper2011-07-024-14/+47
* Add missing include.Ulrich Drepper2010-04-031-0/+1
* Missing memory barrier in DES initialization.Ulrich Drepper2010-04-031-48/+49
* * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead ofUlrich Drepper2009-04-071-1/+1
* * configure.in: Recognize --enable-nss-crypt.Ulrich Drepper2009-04-024-127/+328
* * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.Ulrich Drepper2009-03-151-1/+11