]>
git.ipfire.org Git - thirdparty/nettle.git/log
Niels Möller [Wed, 6 Feb 2013 10:24:02 +0000 (11:24 +0100)]
Fixed setting of ASM_ALIGN_LOG.
Niels Möller [Wed, 6 Feb 2013 09:47:53 +0000 (10:47 +0100)]
Use a separate make rule for m4 preprocessing of assembly files.
Niels Möller [Wed, 6 Feb 2013 09:22:31 +0000 (10:22 +0100)]
Use changecom and divert in asm.m4.
Niels Möller [Tue, 5 Feb 2013 18:53:03 +0000 (19:53 +0100)]
Updated RSA and DSA tests, after the previous change to nettle_mpz_random.
Niels Möller [Thu, 31 Jan 2013 20:04:06 +0000 (21:04 +0100)]
nettle_mpz_random: Increased number of extra bits to 64, following FIPS 186-3.
Niels Möller [Wed, 16 Jan 2013 21:05:46 +0000 (22:05 +0100)]
Merge branch 'master' of git.lysator.liu.se:nettle/nettle
Niels Möller [Mon, 14 Jan 2013 21:42:57 +0000 (22:42 +0100)]
Updated plan.html.
Niels Möller [Mon, 14 Jan 2013 20:22:49 +0000 (21:22 +0100)]
Minor tweaks to NEWS file.
Niels Möller [Sun, 13 Jan 2013 20:40:52 +0000 (21:40 +0100)]
Use AC_LANG_SOURCE in configure check.
Niels Möller [Wed, 2 Jan 2013 20:18:00 +0000 (21:18 +0100)]
Minor nitpicking.
Niels Möller [Wed, 2 Jan 2013 08:13:59 +0000 (09:13 +0100)]
Bumped library versions, to nettle-4.5 and hogweed-2.3.
Niels Möller [Wed, 2 Jan 2013 07:31:52 +0000 (08:31 +0100)]
Fixed make rules for building objects in parent directory.
Niels Möller [Wed, 2 Jan 2013 07:12:32 +0000 (08:12 +0100)]
More NEWS entries for 2.6.
Niels Möller [Tue, 1 Jan 2013 17:17:28 +0000 (18:17 +0100)]
Minor documentation fixes.
Niels Möller [Tue, 1 Jan 2013 17:16:35 +0000 (18:16 +0100)]
Document additional sha3 functions.
Niels Möller [Tue, 1 Jan 2013 17:08:45 +0000 (18:08 +0100)]
Benchmark additional sha3 functions.
Niels Möller [Tue, 1 Jan 2013 13:34:47 +0000 (14:34 +0100)]
Added sha3 variants with other digest sizes.
Niels Möller [Sun, 30 Dec 2012 07:10:29 +0000 (08:10 +0100)]
Disabled use of sha3-permute.asm
Niels Möller [Fri, 21 Dec 2012 09:31:22 +0000 (10:31 +0100)]
Merge branch 'master' of git.lysator.liu.se:/nettle/nettle
Niels Möller [Fri, 21 Dec 2012 09:30:56 +0000 (10:30 +0100)]
Typo fix.
Tim Ruehsen [Thu, 20 Dec 2012 14:29:42 +0000 (15:29 +0100)]
Fix some warnings in the testsuite.
Niels Möller [Sat, 15 Dec 2012 19:43:22 +0000 (20:43 +0100)]
New configure option --disable-static. Based on patch from Alon Bar-Lev.
Niels Möller [Sat, 15 Dec 2012 12:39:27 +0000 (13:39 +0100)]
From Alon Bar-Lev: Check for ar program.
Niels Möller [Thu, 13 Dec 2012 08:53:22 +0000 (09:53 +0100)]
Rewrote x86_64 sha3-permute.asm.
Niels Möller [Sun, 9 Dec 2012 18:34:19 +0000 (19:34 +0100)]
Rewrote C implementation of sha3-permute.
Niels Möller [Tue, 4 Dec 2012 19:50:00 +0000 (20:50 +0100)]
Fixed ctr_crypt zero-length bug, reported by Tim Kosse.
Niels Möller [Mon, 3 Dec 2012 22:22:02 +0000 (23:22 +0100)]
Optimized C implementation of sha3_permute.
Niels Möller [Mon, 3 Dec 2012 21:49:16 +0000 (22:49 +0100)]
Basic x86_64 sha3-permute.asm.
Niels Möller [Mon, 3 Dec 2012 10:42:23 +0000 (11:42 +0100)]
Reorganization of hash function documentation. Document sha3-256.
Niels Möller [Sun, 2 Dec 2012 21:04:46 +0000 (22:04 +0100)]
Merge branch 'master' of git.lysator.liu.se:nettle/nettle
Niels Möller [Sun, 2 Dec 2012 20:39:33 +0000 (21:39 +0100)]
Replaced all internal usage of sha.h.
Niels Möller [Sun, 2 Dec 2012 20:28:44 +0000 (21:28 +0100)]
Split sha.h into new files sha1.h and sha2.h.
Niels Möller [Thu, 29 Nov 2012 13:57:22 +0000 (14:57 +0100)]
Started on plan for nettle-2.6.
Niels Möller [Thu, 29 Nov 2012 13:55:55 +0000 (14:55 +0100)]
Typo fix.
Fredrik Thulin [Wed, 28 Nov 2012 21:35:18 +0000 (22:35 +0100)]
Add PBKDF2-HMAC-SHA512 test cases.
Niels Möller [Thu, 22 Nov 2012 22:41:23 +0000 (23:41 +0100)]
Minor typo fix.
Niels Möller [Thu, 22 Nov 2012 22:40:46 +0000 (23:40 +0100)]
run-tests: Added (c) notice. Some whitespace cleanup.
Niels Möller [Thu, 15 Nov 2012 16:20:24 +0000 (17:20 +0100)]
Portability fixes for sha3-permute: long long constants, no zero shift to ROTL64.
Niels Möller [Thu, 15 Nov 2012 16:18:03 +0000 (17:18 +0100)]
Fixes for big-endian sha3 code.
Niels Möller [Thu, 15 Nov 2012 16:12:10 +0000 (17:12 +0100)]
New macro LE_READ_UINT64.
Niels Möller [Tue, 13 Nov 2012 19:39:45 +0000 (20:39 +0100)]
Micro optimizations for sha3. Doubled the performance on x86_64.
Niels Möller [Tue, 13 Nov 2012 19:31:49 +0000 (20:31 +0100)]
Benchmark sha3_permute.
Niels Möller [Mon, 12 Nov 2012 21:10:40 +0000 (22:10 +0100)]
Benchmark sha3_256.
Niels Möller [Mon, 12 Nov 2012 21:06:11 +0000 (22:06 +0100)]
Implemented sha3.
Niels Möller [Mon, 12 Nov 2012 20:12:28 +0000 (21:12 +0100)]
New function _nettle_write_le64.
Niels Möller [Mon, 12 Nov 2012 20:01:52 +0000 (21:01 +0100)]
Moved ROTL64 macro to macros.h.
Niels Möller [Mon, 12 Nov 2012 19:55:19 +0000 (20:55 +0100)]
Renamed serpent-internal.h macros.
Nikos Mavrogiannopoulos [Sun, 11 Nov 2012 13:46:09 +0000 (14:46 +0100)]
NEWS entry for gost.
Nikos Mavrogiannopoulos [Sun, 11 Nov 2012 13:44:32 +0000 (14:44 +0100)]
Added gosthash to benchmark.
Nikos Mavrogiannopoulos [Sun, 11 Nov 2012 13:22:56 +0000 (14:22 +0100)]
Documentation of gost hash.
Niels Möller [Sat, 10 Nov 2012 14:00:54 +0000 (15:00 +0100)]
Fixed uses of @end deftypevr, broken in previous commit.
Niels Möller [Sat, 10 Nov 2012 13:30:41 +0000 (14:30 +0100)]
deftypevr vs deftypevrx fix.
Niels Möller [Thu, 8 Nov 2012 21:18:01 +0000 (22:18 +0100)]
Added gosthash, ported from rhash by Nikos Mavrogiannopoulos.
Niels Möller [Tue, 6 Nov 2012 19:38:52 +0000 (20:38 +0100)]
Fixed description of salsa20 (for the 2.5 release a while ago).
Martin Storsjö [Mon, 29 Oct 2012 13:44:10 +0000 (14:44 +0100)]
Avoid non-posix \|-operator in sed regexp.
Niels Möller [Mon, 29 Oct 2012 13:29:34 +0000 (14:29 +0100)]
Added x86_64 assembly for _salsa20_core.
Niels Möller [Sat, 27 Oct 2012 11:46:36 +0000 (13:46 +0200)]
Fixed make dist, testsuite/testutils.c was lost.
Niels Möller [Sat, 27 Oct 2012 07:39:40 +0000 (09:39 +0200)]
Moved x86_64 salsa20 macros to a seperate file.
Niels Möller [Fri, 26 Oct 2012 19:31:13 +0000 (21:31 +0200)]
Pass $(CFLAGS) on command line when linking shared libraries.
Nikos Mavrogiannopoulos [Wed, 3 Oct 2012 19:43:47 +0000 (21:43 +0200)]
(test_hash): On failure, print the expected and returned hash values.
Niels Möller [Sun, 23 Sep 2012 19:08:28 +0000 (21:08 +0200)]
Extracted function _salsa20_core.
Niels Möller [Fri, 21 Sep 2012 18:18:58 +0000 (20:18 +0200)]
pbkdf2: Reorganized loops.
Niels Möller [Fri, 21 Sep 2012 18:14:16 +0000 (20:14 +0200)]
Stress that the salsa20 hash function is not for general use.
Simon Josefsson [Fri, 21 Sep 2012 06:10:50 +0000 (08:10 +0200)]
Implement concrete PBKDF2 functions.
Niels Möller [Thu, 20 Sep 2012 19:20:06 +0000 (21:20 +0200)]
Argument reorder for pbkdf2.
Niels Möller [Thu, 20 Sep 2012 18:59:22 +0000 (20:59 +0200)]
New convenience make variable VALGRIND.
Niels Möller [Thu, 20 Sep 2012 18:54:00 +0000 (20:54 +0200)]
Dependency tracking also for C++ files.
Niels Möller [Thu, 20 Sep 2012 18:23:41 +0000 (20:23 +0200)]
pbkdf2 test case, forgotten in earlier commit.
Niels Möller [Wed, 19 Sep 2012 21:18:14 +0000 (23:18 +0200)]
PBKDF2 macro: Removed improper const.
Tim Ruehsen [Wed, 19 Sep 2012 21:06:24 +0000 (23:06 +0200)]
Additional deallocation fixes.
Niels Möller [Wed, 19 Sep 2012 20:58:25 +0000 (22:58 +0200)]
testsuite/meta-hash-test.c: Validate NETTLE_MAX_HASH_DIGEST_SIZE.
Simon Josefsson [Wed, 19 Sep 2012 20:55:06 +0000 (22:55 +0200)]
Support for pbkdf2.
Niels Möller [Sun, 16 Sep 2012 21:29:08 +0000 (23:29 +0200)]
Testsuite overhaul, including proper deallocation of storage.
Niels Möller [Sun, 16 Sep 2012 19:41:35 +0000 (21:41 +0200)]
Avoid calling libc realloc with a requested size of zero.
Niels Möller [Sun, 16 Sep 2012 06:00:21 +0000 (08:00 +0200)]
Don't quote $EMULATOR; allow it to expand to program and arguments.
Niels Möller [Sun, 16 Sep 2012 05:57:04 +0000 (07:57 +0200)]
Fixed memory leak in pkcs1-conv.
Niels Möller [Mon, 10 Sep 2012 19:59:29 +0000 (21:59 +0200)]
Explicitly deallocate storage before exit.
Niels Möller [Mon, 10 Sep 2012 19:54:24 +0000 (21:54 +0200)]
Reorganized read_file loop.
Niels Möller [Mon, 10 Sep 2012 07:27:41 +0000 (09:27 +0200)]
desdata.c: Include stdio.h.
Tim Ruehsen [Mon, 10 Sep 2012 07:25:19 +0000 (09:25 +0200)]
nettle-benchmark: Use PRINTF_STYLE attribute.
Tim Ruehsen [Mon, 10 Sep 2012 07:19:27 +0000 (09:19 +0200)]
Deleted some unused variables.
Tim Ruehsen [Mon, 10 Sep 2012 07:12:19 +0000 (09:12 +0200)]
Deleted useless allocations.
Niels Möller [Fri, 7 Sep 2012 19:01:46 +0000 (21:01 +0200)]
Improved use of gcc __attribute__.
Niels Möller [Wed, 22 Aug 2012 12:18:08 +0000 (14:18 +0200)]
Use the name --disable-documentation in the configure help message.
Sam Thursfield [Wed, 22 Aug 2012 12:06:31 +0000 (14:06 +0200)]
Make documentation optional.
Daniel Kahn Gillmor [Wed, 8 Aug 2012 04:53:06 +0000 (00:53 -0400)]
fix GCM capitalization
Daniel Kahn Gillmor [Wed, 8 Aug 2012 04:52:10 +0000 (00:52 -0400)]
clean up stray semicolons in documentation
Niels Möller [Thu, 12 Jul 2012 20:36:13 +0000 (22:36 +0200)]
m4 portability fix for ALIGN macro.
Niels Möller [Sat, 7 Jul 2012 21:03:35 +0000 (23:03 +0200)]
Updated FSF address. Patch from David Woodhouse.
Niels Möller [Sat, 7 Jul 2012 20:44:03 +0000 (22:44 +0200)]
Added -lm when linking nettle-benchmark.
Niels Möller [Sat, 7 Jul 2012 19:25:40 +0000 (21:25 +0200)]
Changed version number to 2.6.
Niels Möller [Sat, 7 Jul 2012 19:25:00 +0000 (21:25 +0200)]
Logged release.
Niels Möller [Fri, 6 Jul 2012 19:49:08 +0000 (21:49 +0200)]
New directive file for nettle-2.5.
Niels Möller [Fri, 6 Jul 2012 19:47:52 +0000 (21:47 +0200)]
Final(?) documentaton updates for the 2.5 release.
Niels Möller [Fri, 6 Jul 2012 19:27:46 +0000 (21:27 +0200)]
Mention that --enable-shared now is the default.
Niels Möller [Fri, 6 Jul 2012 19:20:09 +0000 (21:20 +0200)]
Mark x86-w*ndows testing done.
Niels Möller [Fri, 6 Jul 2012 19:18:58 +0000 (21:18 +0200)]
Mark x86-freebsd testing done.
Niels Möller [Thu, 5 Jul 2012 20:38:55 +0000 (22:38 +0200)]
Typo fixes to old entries.
Niels Möller [Thu, 5 Jul 2012 20:38:01 +0000 (22:38 +0200)]
Mark x86_64-freebsd testing done.
Niels Möller [Thu, 5 Jul 2012 20:36:59 +0000 (22:36 +0200)]
Mention the removal of nettle-internal.c, and aes changes.