]> git.ipfire.org Git - thirdparty/nettle.git/log
thirdparty/nettle.git
12 years agoIntegrated ECDSA sign and verify functions.
Niels Möller [Mon, 18 Feb 2013 14:44:47 +0000 (15:44 +0100)] 
Integrated ECDSA sign and verify functions.

12 years agoNew functions in gmp-glue.c.
Niels Möller [Mon, 18 Feb 2013 14:29:00 +0000 (15:29 +0100)] 
New functions in gmp-glue.c.

12 years agoBenchmark program for ECC primitives.
Niels Möller [Mon, 18 Feb 2013 08:33:51 +0000 (09:33 +0100)] 
Benchmark program for ECC primitives.

12 years agoUpdated .gitignore files.
Niels Möller [Fri, 15 Feb 2013 15:38:42 +0000 (16:38 +0100)] 
Updated .gitignore files.

12 years agoIntegrate ecc_mul_a.
Niels Möller [Fri, 15 Feb 2013 15:36:26 +0000 (16:36 +0100)] 
Integrate ecc_mul_a.

12 years agoAdded die function to testutils.c.
Niels Möller [Fri, 15 Feb 2013 15:29:26 +0000 (16:29 +0100)] 
Added die function to testutils.c.

12 years agoWhitespace fixes.
Niels Möller [Fri, 15 Feb 2013 15:15:26 +0000 (16:15 +0100)] 
Whitespace fixes.

12 years agoFixed sec_sub_1 typo, 32-bit case.
Niels Möller [Fri, 15 Feb 2013 10:17:54 +0000 (11:17 +0100)] 
Fixed sec_sub_1 typo, 32-bit case.

12 years agoIntegrate ecc_mul_g.
Niels Möller [Fri, 15 Feb 2013 10:01:13 +0000 (11:01 +0100)] 
Integrate ecc_mul_g.

12 years agoFixed missing include of config.h.
Niels Möller [Fri, 15 Feb 2013 09:36:16 +0000 (10:36 +0100)] 
Fixed missing include of config.h.

12 years agoIntegrated ECC internals.
Niels Möller [Fri, 15 Feb 2013 08:47:14 +0000 (09:47 +0100)] 
Integrated ECC internals.

12 years agoFunctions for mpn <-> mpz conversions.
Niels Möller [Fri, 15 Feb 2013 08:18:46 +0000 (09:18 +0100)] 
Functions for mpn <-> mpz conversions.

12 years agoNew program eccdata, and Makefile rules to use it.
Niels Möller [Fri, 15 Feb 2013 08:12:27 +0000 (09:12 +0100)] 
New program eccdata, and Makefile rules to use it.

12 years agoConfigure check for GMP_NUMB_BITS.
Niels Möller [Thu, 14 Feb 2013 10:58:00 +0000 (11:58 +0100)] 
Configure check for GMP_NUMB_BITS.

12 years agoUpdate of plan.html.
Niels Möller [Thu, 14 Feb 2013 10:32:11 +0000 (11:32 +0100)] 
Update of plan.html.

12 years agoAdded -s and -e options to examples/rsa-keygen.
Niels Möller [Thu, 14 Feb 2013 10:31:22 +0000 (11:31 +0100)] 
Added -s and -e options to examples/rsa-keygen.

12 years agoarmv7: Optimized aligned case of memxor, using 3-way unrolling.
Niels Möller [Tue, 12 Feb 2013 14:57:37 +0000 (15:57 +0100)] 
armv7: Optimized aligned case of memxor, using 3-way unrolling.

12 years agoNotes on using ldmia and stmia.
Niels Möller [Tue, 12 Feb 2013 14:54:34 +0000 (15:54 +0100)] 
Notes on using ldmia and stmia.

12 years agoARM: Optmized aligned case of memxor3.
Niels Möller [Wed, 6 Feb 2013 13:29:08 +0000 (14:29 +0100)] 
ARM: Optmized aligned case of memxor3.

12 years agoMinor tweaks to memxor3.
Niels Möller [Wed, 6 Feb 2013 12:28:12 +0000 (13:28 +0100)] 
Minor tweaks to memxor3.

12 years agoARM: Optmized aligned case of memxor.
Niels Möller [Wed, 6 Feb 2013 12:13:29 +0000 (13:13 +0100)] 
ARM: Optmized aligned case of memxor.

12 years agoSetup for using ARM assembly. Initial memxor for ARM.
Niels Möller [Wed, 6 Feb 2013 10:45:55 +0000 (11:45 +0100)] 
Setup for using ARM assembly. Initial memxor for ARM.

12 years agoLet configure set ASM_TYPE_PROGBITS, and use it for ASM_MARK_NOEXEC_STACK.
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.

12 years agoFixed setting of ASM_ALIGN_LOG.
Niels Möller [Wed, 6 Feb 2013 10:24:02 +0000 (11:24 +0100)] 
Fixed setting of ASM_ALIGN_LOG.

12 years agoUse a separate make rule for m4 preprocessing of assembly files.
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.

12 years agoUse changecom and divert in asm.m4.
Niels Möller [Wed, 6 Feb 2013 09:22:31 +0000 (10:22 +0100)] 
Use changecom and divert in asm.m4.

12 years agoUpdated RSA and DSA tests, after the previous change to nettle_mpz_random.
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.

12 years agonettle_mpz_random: Increased number of extra bits to 64, following FIPS 186-3.
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.

12 years agoMerge branch 'master' of git.lysator.liu.se:nettle/nettle
Niels Möller [Wed, 16 Jan 2013 21:05:46 +0000 (22:05 +0100)] 
Merge branch 'master' of git.lysator.liu.se:nettle/nettle

12 years agoUpdated plan.html. nettle_2.6_release_20130116
Niels Möller [Mon, 14 Jan 2013 21:42:57 +0000 (22:42 +0100)] 
Updated plan.html.

12 years agoMinor tweaks to NEWS file.
Niels Möller [Mon, 14 Jan 2013 20:22:49 +0000 (21:22 +0100)] 
Minor tweaks to NEWS file.

12 years agoUse AC_LANG_SOURCE in configure check.
Niels Möller [Sun, 13 Jan 2013 20:40:52 +0000 (21:40 +0100)] 
Use AC_LANG_SOURCE in configure check.

12 years agoMinor nitpicking.
Niels Möller [Wed, 2 Jan 2013 20:18:00 +0000 (21:18 +0100)] 
Minor nitpicking.

12 years agoBumped library versions, to nettle-4.5 and hogweed-2.3.
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.

12 years agoFixed make rules for building objects in parent directory.
Niels Möller [Wed, 2 Jan 2013 07:31:52 +0000 (08:31 +0100)] 
Fixed make rules for building objects in parent directory.

12 years agoMore NEWS entries for 2.6.
Niels Möller [Wed, 2 Jan 2013 07:12:32 +0000 (08:12 +0100)] 
More NEWS entries for 2.6.

12 years agoMinor documentation fixes.
Niels Möller [Tue, 1 Jan 2013 17:17:28 +0000 (18:17 +0100)] 
Minor documentation fixes.

12 years agoDocument additional sha3 functions.
Niels Möller [Tue, 1 Jan 2013 17:16:35 +0000 (18:16 +0100)] 
Document additional sha3 functions.

12 years agoBenchmark additional sha3 functions.
Niels Möller [Tue, 1 Jan 2013 17:08:45 +0000 (18:08 +0100)] 
Benchmark additional sha3 functions.

12 years agoAdded sha3 variants with other digest sizes.
Niels Möller [Tue, 1 Jan 2013 13:34:47 +0000 (14:34 +0100)] 
Added sha3 variants with other digest sizes.

12 years agoDisabled use of sha3-permute.asm
Niels Möller [Sun, 30 Dec 2012 07:10:29 +0000 (08:10 +0100)] 
Disabled use of sha3-permute.asm

12 years agoMerge branch 'master' of git.lysator.liu.se:/nettle/nettle
Niels Möller [Fri, 21 Dec 2012 09:31:22 +0000 (10:31 +0100)] 
Merge branch 'master' of git.lysator.liu.se:/nettle/nettle

12 years agoTypo fix.
Niels Möller [Fri, 21 Dec 2012 09:30:56 +0000 (10:30 +0100)] 
Typo fix.

12 years agoFix some warnings in the testsuite.
Tim Ruehsen [Thu, 20 Dec 2012 14:29:42 +0000 (15:29 +0100)] 
Fix some warnings in the testsuite.

12 years agoNew configure option --disable-static. Based on patch from Alon Bar-Lev.
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.

12 years agoFrom Alon Bar-Lev: Check for ar program.
Niels Möller [Sat, 15 Dec 2012 12:39:27 +0000 (13:39 +0100)] 
From Alon Bar-Lev: Check for ar program.

12 years agoRewrote x86_64 sha3-permute.asm.
Niels Möller [Thu, 13 Dec 2012 08:53:22 +0000 (09:53 +0100)] 
Rewrote x86_64 sha3-permute.asm.

12 years agoRewrote C implementation of sha3-permute.
Niels Möller [Sun, 9 Dec 2012 18:34:19 +0000 (19:34 +0100)] 
Rewrote C implementation of sha3-permute.

12 years agoFixed ctr_crypt zero-length bug, reported by Tim Kosse.
Niels Möller [Tue, 4 Dec 2012 19:50:00 +0000 (20:50 +0100)] 
Fixed ctr_crypt zero-length bug, reported by Tim Kosse.

12 years agoOptimized C implementation of sha3_permute.
Niels Möller [Mon, 3 Dec 2012 22:22:02 +0000 (23:22 +0100)] 
Optimized C implementation of sha3_permute.

12 years agoBasic x86_64 sha3-permute.asm.
Niels Möller [Mon, 3 Dec 2012 21:49:16 +0000 (22:49 +0100)] 
Basic x86_64 sha3-permute.asm.

12 years agoReorganization of hash function documentation. Document sha3-256.
Niels Möller [Mon, 3 Dec 2012 10:42:23 +0000 (11:42 +0100)] 
Reorganization of hash function documentation. Document sha3-256.

12 years agoMerge branch 'master' of git.lysator.liu.se:nettle/nettle
Niels Möller [Sun, 2 Dec 2012 21:04:46 +0000 (22:04 +0100)] 
Merge branch 'master' of git.lysator.liu.se:nettle/nettle

12 years agoReplaced all internal usage of sha.h.
Niels Möller [Sun, 2 Dec 2012 20:39:33 +0000 (21:39 +0100)] 
Replaced all internal usage of sha.h.

12 years agoSplit sha.h into new files sha1.h and sha2.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.

12 years agoStarted on plan for nettle-2.6.
Niels Möller [Thu, 29 Nov 2012 13:57:22 +0000 (14:57 +0100)] 
Started on plan for nettle-2.6.

12 years agoTypo fix.
Niels Möller [Thu, 29 Nov 2012 13:55:55 +0000 (14:55 +0100)] 
Typo fix.

12 years agoAdd PBKDF2-HMAC-SHA512 test cases.
Fredrik Thulin [Wed, 28 Nov 2012 21:35:18 +0000 (22:35 +0100)] 
Add PBKDF2-HMAC-SHA512 test cases.

12 years agoMinor typo fix.
Niels Möller [Thu, 22 Nov 2012 22:41:23 +0000 (23:41 +0100)] 
Minor typo fix.

12 years agorun-tests: Added (c) notice. Some whitespace cleanup.
Niels Möller [Thu, 22 Nov 2012 22:40:46 +0000 (23:40 +0100)] 
run-tests: Added (c) notice. Some whitespace cleanup.

12 years agoPortability fixes for sha3-permute: long long constants, no zero shift to ROTL64.
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.

12 years agoFixes for big-endian sha3 code.
Niels Möller [Thu, 15 Nov 2012 16:18:03 +0000 (17:18 +0100)] 
Fixes for big-endian sha3 code.

12 years agoNew macro LE_READ_UINT64.
Niels Möller [Thu, 15 Nov 2012 16:12:10 +0000 (17:12 +0100)] 
New macro LE_READ_UINT64.

12 years agoMicro optimizations for sha3. Doubled the performance on x86_64.
Niels Möller [Tue, 13 Nov 2012 19:39:45 +0000 (20:39 +0100)] 
Micro optimizations for sha3. Doubled the performance on x86_64.

12 years agoBenchmark sha3_permute.
Niels Möller [Tue, 13 Nov 2012 19:31:49 +0000 (20:31 +0100)] 
Benchmark sha3_permute.

12 years agoBenchmark sha3_256.
Niels Möller [Mon, 12 Nov 2012 21:10:40 +0000 (22:10 +0100)] 
Benchmark sha3_256.

12 years agoImplemented sha3.
Niels Möller [Mon, 12 Nov 2012 21:06:11 +0000 (22:06 +0100)] 
Implemented sha3.

12 years agoNew function _nettle_write_le64.
Niels Möller [Mon, 12 Nov 2012 20:12:28 +0000 (21:12 +0100)] 
New function _nettle_write_le64.

12 years agoMoved ROTL64 macro to macros.h.
Niels Möller [Mon, 12 Nov 2012 20:01:52 +0000 (21:01 +0100)] 
Moved ROTL64 macro to macros.h.

12 years agoRenamed serpent-internal.h macros.
Niels Möller [Mon, 12 Nov 2012 19:55:19 +0000 (20:55 +0100)] 
Renamed serpent-internal.h macros.

12 years agoNEWS entry for gost.
Nikos Mavrogiannopoulos [Sun, 11 Nov 2012 13:46:09 +0000 (14:46 +0100)] 
NEWS entry for gost.

12 years agoAdded gosthash to benchmark.
Nikos Mavrogiannopoulos [Sun, 11 Nov 2012 13:44:32 +0000 (14:44 +0100)] 
Added gosthash to benchmark.

12 years agoDocumentation of gost hash.
Nikos Mavrogiannopoulos [Sun, 11 Nov 2012 13:22:56 +0000 (14:22 +0100)] 
Documentation of gost hash.

12 years agoFixed uses of @end deftypevr, broken in previous commit.
Niels Möller [Sat, 10 Nov 2012 14:00:54 +0000 (15:00 +0100)] 
Fixed uses of @end deftypevr, broken in previous commit.

12 years agodeftypevr vs deftypevrx fix.
Niels Möller [Sat, 10 Nov 2012 13:30:41 +0000 (14:30 +0100)] 
deftypevr vs deftypevrx fix.

12 years agoAdded gosthash, ported from rhash by Nikos Mavrogiannopoulos.
Niels Möller [Thu, 8 Nov 2012 21:18:01 +0000 (22:18 +0100)] 
Added gosthash, ported from rhash by Nikos Mavrogiannopoulos.

12 years agoFixed description of salsa20 (for the 2.5 release a while ago).
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).

12 years agoAvoid non-posix \|-operator in sed regexp.
Martin Storsjö [Mon, 29 Oct 2012 13:44:10 +0000 (14:44 +0100)] 
Avoid non-posix \|-operator in sed regexp.

12 years agoAdded x86_64 assembly for _salsa20_core.
Niels Möller [Mon, 29 Oct 2012 13:29:34 +0000 (14:29 +0100)] 
Added x86_64 assembly for _salsa20_core.

12 years agoFixed make dist, testsuite/testutils.c was lost.
Niels Möller [Sat, 27 Oct 2012 11:46:36 +0000 (13:46 +0200)] 
Fixed make dist, testsuite/testutils.c was lost.

12 years agoMoved x86_64 salsa20 macros to a seperate file.
Niels Möller [Sat, 27 Oct 2012 07:39:40 +0000 (09:39 +0200)] 
Moved x86_64 salsa20 macros to a seperate file.

12 years agoPass $(CFLAGS) on command line when linking shared libraries.
Niels Möller [Fri, 26 Oct 2012 19:31:13 +0000 (21:31 +0200)] 
Pass $(CFLAGS) on command line when linking shared libraries.

12 years ago(test_hash): On failure, print the expected and returned hash values.
Nikos Mavrogiannopoulos [Wed, 3 Oct 2012 19:43:47 +0000 (21:43 +0200)] 
(test_hash): On failure, print the expected and returned hash values.

12 years agoExtracted function _salsa20_core.
Niels Möller [Sun, 23 Sep 2012 19:08:28 +0000 (21:08 +0200)] 
Extracted function _salsa20_core.

12 years agopbkdf2: Reorganized loops.
Niels Möller [Fri, 21 Sep 2012 18:18:58 +0000 (20:18 +0200)] 
pbkdf2: Reorganized loops.

12 years agoStress that the salsa20 hash function is not for general use.
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.

12 years agoImplement concrete PBKDF2 functions.
Simon Josefsson [Fri, 21 Sep 2012 06:10:50 +0000 (08:10 +0200)] 
Implement concrete PBKDF2 functions.

12 years agoArgument reorder for pbkdf2.
Niels Möller [Thu, 20 Sep 2012 19:20:06 +0000 (21:20 +0200)] 
Argument reorder for pbkdf2.

12 years agoNew convenience make variable VALGRIND.
Niels Möller [Thu, 20 Sep 2012 18:59:22 +0000 (20:59 +0200)] 
New convenience make variable VALGRIND.

12 years agoDependency tracking also for C++ files.
Niels Möller [Thu, 20 Sep 2012 18:54:00 +0000 (20:54 +0200)] 
Dependency tracking also for C++ files.

12 years agopbkdf2 test case, forgotten in earlier commit.
Niels Möller [Thu, 20 Sep 2012 18:23:41 +0000 (20:23 +0200)] 
pbkdf2 test case, forgotten in earlier commit.

12 years agoPBKDF2 macro: Removed improper const.
Niels Möller [Wed, 19 Sep 2012 21:18:14 +0000 (23:18 +0200)] 
PBKDF2 macro: Removed improper const.

12 years agoAdditional deallocation fixes.
Tim Ruehsen [Wed, 19 Sep 2012 21:06:24 +0000 (23:06 +0200)] 
Additional deallocation fixes.

12 years agotestsuite/meta-hash-test.c: Validate NETTLE_MAX_HASH_DIGEST_SIZE.
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.

12 years agoSupport for pbkdf2.
Simon Josefsson [Wed, 19 Sep 2012 20:55:06 +0000 (22:55 +0200)] 
Support for pbkdf2.

12 years agoTestsuite overhaul, including proper deallocation of storage.
Niels Möller [Sun, 16 Sep 2012 21:29:08 +0000 (23:29 +0200)] 
Testsuite overhaul, including proper deallocation of storage.

12 years agoAvoid calling libc realloc with a requested size of zero.
Niels Möller [Sun, 16 Sep 2012 19:41:35 +0000 (21:41 +0200)] 
Avoid calling libc realloc with a requested size of zero.

12 years agoDon't quote $EMULATOR; allow it to expand to program and arguments.
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.

12 years agoFixed memory leak in pkcs1-conv.
Niels Möller [Sun, 16 Sep 2012 05:57:04 +0000 (07:57 +0200)] 
Fixed memory leak in pkcs1-conv.

12 years agoExplicitly deallocate storage before exit.
Niels Möller [Mon, 10 Sep 2012 19:59:29 +0000 (21:59 +0200)] 
Explicitly deallocate storage before exit.