]> git.ipfire.org Git - thirdparty/nettle.git/log
thirdparty/nettle.git
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.

12 years agoReorganized read_file loop.
Niels Möller [Mon, 10 Sep 2012 19:54:24 +0000 (21:54 +0200)] 
Reorganized read_file loop.

12 years agodesdata.c: Include stdio.h.
Niels Möller [Mon, 10 Sep 2012 07:27:41 +0000 (09:27 +0200)] 
desdata.c: Include stdio.h.

12 years agonettle-benchmark: Use PRINTF_STYLE attribute.
Tim Ruehsen [Mon, 10 Sep 2012 07:25:19 +0000 (09:25 +0200)] 
nettle-benchmark: Use PRINTF_STYLE attribute.

12 years agoDeleted some unused variables.
Tim Ruehsen [Mon, 10 Sep 2012 07:19:27 +0000 (09:19 +0200)] 
Deleted some unused variables.

12 years agoDeleted useless allocations.
Tim Ruehsen [Mon, 10 Sep 2012 07:12:19 +0000 (09:12 +0200)] 
Deleted useless allocations.

12 years agoImproved use of gcc __attribute__.
Niels Möller [Fri, 7 Sep 2012 19:01:46 +0000 (21:01 +0200)] 
Improved use of gcc __attribute__.

12 years agoUse the name --disable-documentation in the configure help message.
Niels Möller [Wed, 22 Aug 2012 12:18:08 +0000 (14:18 +0200)] 
Use the name --disable-documentation in the configure help message.

12 years agoMake documentation optional.
Sam Thursfield [Wed, 22 Aug 2012 12:06:31 +0000 (14:06 +0200)] 
Make documentation optional.

13 years agofix GCM capitalization
Daniel Kahn Gillmor [Wed, 8 Aug 2012 04:53:06 +0000 (00:53 -0400)] 
fix GCM capitalization

13 years agoclean up stray semicolons in documentation
Daniel Kahn Gillmor [Wed, 8 Aug 2012 04:52:10 +0000 (00:52 -0400)] 
clean up stray semicolons in documentation

13 years agom4 portability fix for ALIGN macro.
Niels Möller [Thu, 12 Jul 2012 20:36:13 +0000 (22:36 +0200)] 
m4 portability fix for ALIGN macro.

13 years agoUpdated FSF address. Patch from David Woodhouse.
Niels Möller [Sat, 7 Jul 2012 21:03:35 +0000 (23:03 +0200)] 
Updated FSF address. Patch from David Woodhouse.

13 years agoAdded -lm when linking nettle-benchmark.
Niels Möller [Sat, 7 Jul 2012 20:44:03 +0000 (22:44 +0200)] 
Added -lm when linking nettle-benchmark.

13 years agoChanged version number to 2.6.
Niels Möller [Sat, 7 Jul 2012 19:25:40 +0000 (21:25 +0200)] 
Changed version number to 2.6.

13 years agoLogged release.
Niels Möller [Sat, 7 Jul 2012 19:25:00 +0000 (21:25 +0200)] 
Logged release.

13 years agoNew directive file for nettle-2.5. nettle_2.5_release_20120707
Niels Möller [Fri, 6 Jul 2012 19:49:08 +0000 (21:49 +0200)] 
New directive file for nettle-2.5.

13 years agoFinal(?) documentaton updates for the 2.5 release.
Niels Möller [Fri, 6 Jul 2012 19:47:52 +0000 (21:47 +0200)] 
Final(?) documentaton updates for the 2.5 release.

13 years agoMention that --enable-shared now is the default.
Niels Möller [Fri, 6 Jul 2012 19:27:46 +0000 (21:27 +0200)] 
Mention that --enable-shared now is the default.

13 years agoMark x86-w*ndows testing done.
Niels Möller [Fri, 6 Jul 2012 19:20:09 +0000 (21:20 +0200)] 
Mark x86-w*ndows testing done.

13 years agoMark x86-freebsd testing done.
Niels Möller [Fri, 6 Jul 2012 19:18:58 +0000 (21:18 +0200)] 
Mark x86-freebsd testing done.

13 years agoTypo fixes to old entries.
Niels Möller [Thu, 5 Jul 2012 20:38:55 +0000 (22:38 +0200)] 
Typo fixes to old entries.

13 years agoMark x86_64-freebsd testing done.
Niels Möller [Thu, 5 Jul 2012 20:38:01 +0000 (22:38 +0200)] 
Mark x86_64-freebsd testing done.

13 years agoMention the removal of nettle-internal.c, and aes changes.
Niels Möller [Thu, 5 Jul 2012 20:36:59 +0000 (22:36 +0200)] 
Mention the removal of nettle-internal.c, and aes changes.

13 years agomovd/movq workaround for osx assembler.
Niels Möller [Thu, 5 Jul 2012 06:24:08 +0000 (08:24 +0200)] 
movd/movq workaround for osx assembler.

13 years agoOn windows, include fcntl.h, before using _setmode.
Niels Möller [Tue, 3 Jul 2012 20:46:24 +0000 (22:46 +0200)] 
On windows, include fcntl.h, before using _setmode.

13 years agoInclude malloc.h if available, also when compiling with gcc.
Niels Möller [Tue, 3 Jul 2012 20:43:56 +0000 (22:43 +0200)] 
Include malloc.h if available, also when compiling with gcc.

13 years agoMark Solaris testing as done.
Niels Möller [Tue, 3 Jul 2012 19:05:53 +0000 (21:05 +0200)] 
Mark Solaris testing as done.

13 years agoFixed nettle includes in base16 and base64 examples.
Niels Möller [Tue, 3 Jul 2012 18:58:52 +0000 (20:58 +0200)] 
Fixed nettle includes in base16 and base64 examples.

13 years agoMarked Salsa20 doc and pkcs1_signature_prefix renaming done.
Niels Möller [Tue, 3 Jul 2012 18:40:25 +0000 (20:40 +0200)] 
Marked Salsa20 doc and pkcs1_signature_prefix renaming done.

13 years agoDocumented Salsa20.
Niels Möller [Tue, 3 Jul 2012 18:28:24 +0000 (20:28 +0200)] 
Documented Salsa20.

13 years agoRenamed pkcs1_signature_prefix to _pkcs1_signature_prefix.
Niels Möller [Mon, 25 Jun 2012 20:52:16 +0000 (22:52 +0200)] 
Renamed pkcs1_signature_prefix to _pkcs1_signature_prefix.

13 years agoConsistently use foo_func *f (rather than foo_func f) for declaring function pointer...
Niels Möller [Mon, 25 Jun 2012 20:35:51 +0000 (22:35 +0200)] 
Consistently use foo_func *f (rather than foo_func f) for declaring function pointer arguments.

13 years agoMake compiling and running of des-compat-test more silent.
Niels Möller [Mon, 25 Jun 2012 20:11:51 +0000 (22:11 +0200)] 
Make compiling and running of des-compat-test more silent.

13 years agoMore news entries for nettle-2.5.
Niels Möller [Mon, 11 Jun 2012 18:26:59 +0000 (20:26 +0200)] 
More news entries for nettle-2.5.

13 years agoUpdated release plan.
Niels Möller [Mon, 11 Jun 2012 18:25:35 +0000 (20:25 +0200)] 
Updated release plan.

13 years agoAdded base16dec.c in examples/Makefile.in, forgotten earlier.
Niels Möller [Sat, 9 Jun 2012 19:59:35 +0000 (21:59 +0200)] 
Added base16dec.c in examples/Makefile.in, forgotten earlier.

13 years agoTypo fixes for 2012-04-09 entry.
Niels Möller [Sat, 9 Jun 2012 19:56:43 +0000 (21:56 +0200)] 
Typo fixes for 2012-04-09 entry.

13 years agoGeneral pkcs1 signature interface.
Niels Möller [Sat, 9 Jun 2012 19:55:50 +0000 (21:55 +0200)] 
General pkcs1 signature interface.

13 years agoMoved rsa blinding code to a separate file.
Niels Möller [Sat, 9 Jun 2012 12:30:24 +0000 (14:30 +0200)] 
Moved rsa blinding code to a separate file.

13 years agoChanges to pkcs1_signature_prefix interface.
Niels Möller [Sun, 3 Jun 2012 20:02:59 +0000 (22:02 +0200)] 
Changes to pkcs1_signature_prefix interface.

13 years agoReverted accidental Makefile change in previous commit.
Niels Möller [Sun, 3 Jun 2012 19:52:49 +0000 (21:52 +0200)] 
Reverted accidental Makefile change in previous commit.

13 years agoExtracted padding code from rsa_encrypt to new function pkcs1_encrypt.
Niels Möller [Fri, 18 May 2012 19:29:34 +0000 (21:29 +0200)] 
Extracted padding code from rsa_encrypt to new function pkcs1_encrypt.

13 years agoAdded missing mpz_clear.
Nikos Mavrogiannopoulos [Wed, 9 May 2012 19:39:56 +0000 (21:39 +0200)] 
Added missing mpz_clear.

13 years agoint_fast*_t workaround for SunOS-5.8.
Niels Möller [Mon, 7 May 2012 15:46:24 +0000 (17:46 +0200)] 
int_fast*_t workaround for SunOS-5.8.

13 years agoUpdated release plan.
Niels Möller [Mon, 30 Apr 2012 07:05:00 +0000 (09:05 +0200)] 
Updated release plan.

13 years agoNew items.
Niels Möller [Sun, 29 Apr 2012 06:26:08 +0000 (08:26 +0200)] 
New items.

13 years agoNew constant NETTLE_MAX_BIGNUM_SIZE.
Niels Möller [Mon, 23 Apr 2012 12:39:21 +0000 (14:39 +0200)] 
New constant NETTLE_MAX_BIGNUM_SIZE.

13 years agoDecimal output from list-obj-sizes.
Niels Möller [Thu, 19 Apr 2012 18:35:43 +0000 (20:35 +0200)] 
Decimal output from list-obj-sizes.

13 years agox86_64 implementation of salsa20.
Niels Möller [Wed, 18 Apr 2012 19:27:58 +0000 (21:27 +0200)] 
x86_64 implementation of salsa20.

13 years agoTest that salsa20_crypt doesn't overwrite the destination area.
Niels Möller [Tue, 17 Apr 2012 21:32:28 +0000 (23:32 +0200)] 
Test that salsa20_crypt doesn't overwrite the destination area.

13 years agoRenamed salsa20.c to salsa20-crypt.c.
Niels Möller [Tue, 17 Apr 2012 20:25:47 +0000 (22:25 +0200)] 
Renamed salsa20.c to salsa20-crypt.c.

13 years agox86_64: New m4 macro WREG.
Niels Möller [Tue, 17 Apr 2012 19:54:48 +0000 (21:54 +0200)] 
x86_64: New m4 macro WREG.

13 years agoMoved salsa20_set_key to a separate file. Inlined salsa20_hash into salsa20_crypt.
Niels Möller [Tue, 17 Apr 2012 19:53:22 +0000 (21:53 +0200)] 
Moved salsa20_set_key to a separate file. Inlined salsa20_hash into salsa20_crypt.

13 years agoImproved salsa20 tests.
Niels Möller [Sun, 15 Apr 2012 06:32:07 +0000 (08:32 +0200)] 
Improved salsa20 tests.

13 years agoNew base16 example programs, based on code contributed by Jeronimo Pellegrini.
Niels Möller [Sat, 14 Apr 2012 14:23:19 +0000 (16:23 +0200)] 
New base16 example programs, based on code contributed by Jeronimo Pellegrini.

13 years agoNew base64dec example program, based on code contributed by Jeronimo Pellegrini.
Niels Möller [Sat, 14 Apr 2012 12:40:49 +0000 (14:40 +0200)] 
New base64dec example program, based on code contributed by Jeronimo Pellegrini.

13 years agoWhitespace changes only.
Niels Möller [Sat, 14 Apr 2012 12:39:10 +0000 (14:39 +0200)] 
Whitespace changes only.

13 years agoexamples/io.c: Made write_file use write_string.
Niels Möller [Sat, 14 Apr 2012 12:21:29 +0000 (14:21 +0200)] 
examples/io.c: Made write_file use write_string.

13 years agoNew base64enc example program, based on code contributed by Jeronimo Pellegrini.
Niels Möller [Sat, 14 Apr 2012 12:20:21 +0000 (14:20 +0200)] 
New base64enc example program, based on code contributed by Jeronimo Pellegrini.

13 years agoSmall improvements to rsa-encrypt and rsa-decrypt example programs.
Niels Möller [Sat, 14 Apr 2012 11:37:36 +0000 (13:37 +0200)] 
Small improvements to rsa-encrypt and rsa-decrypt example programs.

13 years agoReorganized aes_invert_key with new tables.
Niels Möller [Sat, 14 Apr 2012 07:51:20 +0000 (09:51 +0200)] 
Reorganized aes_invert_key with new tables.

13 years agoSimplified aes_set_encrypt_key.
Niels Möller [Fri, 13 Apr 2012 15:00:50 +0000 (17:00 +0200)] 
Simplified aes_set_encrypt_key.

13 years agoMinor cleanup of SUBBYTE mmacro.
Niels Möller [Fri, 13 Apr 2012 14:56:14 +0000 (16:56 +0200)] 
Minor cleanup of SUBBYTE mmacro.

13 years agoDeleted an unused variable.
Niels Möller [Mon, 9 Apr 2012 20:28:46 +0000 (22:28 +0200)] 
Deleted an unused variable.

13 years agoImplemented rsa_decrypt_tr, based on RSA blinding code
Niels Möller [Mon, 9 Apr 2012 20:00:02 +0000 (22:00 +0200)] 
Implemented rsa_decrypt_tr, based on RSA blinding code
contributed by Nikos Mavrogiannopoulos.

13 years agoNew function pkcs1_decrypt, use in rsa_decrypt.
Niels Möller [Mon, 9 Apr 2012 19:46:13 +0000 (21:46 +0200)] 
New function pkcs1_decrypt, use in rsa_decrypt.

13 years agoNew macro QROUND.
Niels Möller [Sun, 1 Apr 2012 18:14:35 +0000 (20:14 +0200)] 
New macro QROUND.

13 years agoFixed LE_SWAP32.
Niels Möller [Sun, 1 Apr 2012 07:23:04 +0000 (09:23 +0200)] 
Fixed LE_SWAP32.

13 years agoSome reorganization of the salsa20 main hash/encrypt function.
Niels Möller [Sat, 31 Mar 2012 21:44:22 +0000 (23:44 +0200)] 
Some reorganization of the salsa20 main hash/encrypt function.

13 years agoRearranged salsa20_set_key.
Niels Möller [Sat, 31 Mar 2012 21:16:00 +0000 (23:16 +0200)] 
Rearranged salsa20_set_key.

13 years agoUse LE_READ_UINT32.
Niels Möller [Sat, 31 Mar 2012 21:02:11 +0000 (23:02 +0200)] 
Use LE_READ_UINT32.