]>
git.ipfire.org Git - thirdparty/nettle.git/log
Niels Möller [Thu, 28 Feb 2013 10:45:44 +0000 (11:45 +0100)]
Reduce number of additions for x86_64 ecc_192_modp.
Niels Möller [Thu, 28 Feb 2013 10:41:33 +0000 (11:41 +0100)]
Updated x86_64 README.
Niels Möller [Thu, 28 Feb 2013 10:13:37 +0000 (11:13 +0100)]
Fixed hogweed dependency in examples/Makefile.in.
Niels Möller [Thu, 28 Feb 2013 09:46:18 +0000 (10:46 +0100)]
ARM assembly for ecc_192_modp.
Niels Möller [Wed, 27 Feb 2013 15:20:42 +0000 (16:20 +0100)]
Fixed 32-bit ecc_192_modp.
Niels Möller [Wed, 27 Feb 2013 14:56:32 +0000 (15:56 +0100)]
x86_64 assembly for ecc_192_modp
Niels Möller [Wed, 27 Feb 2013 14:51:51 +0000 (15:51 +0100)]
Prepare autoconf and Makefile for optional assembly files.
Niels Möller [Wed, 27 Feb 2013 14:43:12 +0000 (15:43 +0100)]
Increased test count for ecc-mod-test.c.
Niels Möller [Wed, 27 Feb 2013 14:15:53 +0000 (15:15 +0100)]
Fixed bug in 64-bit ecc_384_modp.
Niels Möller [Wed, 27 Feb 2013 08:26:51 +0000 (09:26 +0100)]
Typo fix in ecc-benchmark.c
Niels Möller [Wed, 27 Feb 2013 08:11:41 +0000 (09:11 +0100)]
Renamed gmp-glue functions. Use new GMP functions if available.
Niels Möller [Wed, 20 Feb 2013 15:28:51 +0000 (16:28 +0100)]
New program hogweed-benchmark.
Niels Möller [Wed, 20 Feb 2013 10:27:24 +0000 (11:27 +0100)]
Implemented ECDSA key generation.
Niels Möller [Wed, 20 Feb 2013 10:22:00 +0000 (11:22 +0100)]
Fixed TMP_ALLOC, was missing parentheses.
Niels Möller [Mon, 18 Feb 2013 14:52:17 +0000 (15:52 +0100)]
Added ECDSA tests.
Niels Möller [Mon, 18 Feb 2013 14:47:03 +0000 (15:47 +0100)]
Deleted const cast in SHEX macro.
Niels Möller [Mon, 18 Feb 2013 14:44:47 +0000 (15:44 +0100)]
Integrated ECDSA sign and verify functions.
Niels Möller [Mon, 18 Feb 2013 14:29:00 +0000 (15:29 +0100)]
New functions in gmp-glue.c.
Niels Möller [Mon, 18 Feb 2013 08:33:51 +0000 (09:33 +0100)]
Benchmark program for ECC primitives.
Niels Möller [Fri, 15 Feb 2013 15:38:42 +0000 (16:38 +0100)]
Updated .gitignore files.
Niels Möller [Fri, 15 Feb 2013 15:36:26 +0000 (16:36 +0100)]
Integrate ecc_mul_a.
Niels Möller [Fri, 15 Feb 2013 15:29:26 +0000 (16:29 +0100)]
Added die function to testutils.c.
Niels Möller [Fri, 15 Feb 2013 15:15:26 +0000 (16:15 +0100)]
Whitespace fixes.
Niels Möller [Fri, 15 Feb 2013 10:17:54 +0000 (11:17 +0100)]
Fixed sec_sub_1 typo, 32-bit case.
Niels Möller [Fri, 15 Feb 2013 10:01:13 +0000 (11:01 +0100)]
Integrate ecc_mul_g.
Niels Möller [Fri, 15 Feb 2013 09:36:16 +0000 (10:36 +0100)]
Fixed missing include of config.h.
Niels Möller [Fri, 15 Feb 2013 08:47:14 +0000 (09:47 +0100)]
Integrated ECC internals.
Niels Möller [Fri, 15 Feb 2013 08:18:46 +0000 (09:18 +0100)]
Functions for mpn <-> mpz conversions.
Niels Möller [Fri, 15 Feb 2013 08:12:27 +0000 (09:12 +0100)]
New program eccdata, and Makefile rules to use it.
Niels Möller [Thu, 14 Feb 2013 10:58:00 +0000 (11:58 +0100)]
Configure check for GMP_NUMB_BITS.
Niels Möller [Thu, 14 Feb 2013 10:32:11 +0000 (11:32 +0100)]
Update of plan.html.
Niels Möller [Thu, 14 Feb 2013 10:31:22 +0000 (11:31 +0100)]
Added -s and -e options to examples/rsa-keygen.
Niels Möller [Tue, 12 Feb 2013 14:57:37 +0000 (15:57 +0100)]
armv7: Optimized aligned case of memxor, using 3-way unrolling.
Niels Möller [Tue, 12 Feb 2013 14:54:34 +0000 (15:54 +0100)]
Notes on using ldmia and stmia.
Niels Möller [Wed, 6 Feb 2013 13:29:08 +0000 (14:29 +0100)]
ARM: Optmized aligned case of memxor3.
Niels Möller [Wed, 6 Feb 2013 12:28:12 +0000 (13:28 +0100)]
Minor tweaks to memxor3.
Niels Möller [Wed, 6 Feb 2013 12:13:29 +0000 (13:13 +0100)]
ARM: Optmized aligned case of memxor.
Niels Möller [Wed, 6 Feb 2013 10:45:55 +0000 (11:45 +0100)]
Setup for using ARM assembly. Initial memxor for ARM.
Niels Möller [Wed, 6 Feb 2013 10:34:28 +0000 (11:34 +0100)]
Let configure set ASM_TYPE_PROGBITS, and use it for ASM_MARK_NOEXEC_STACK.
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.