]>
git.ipfire.org Git - thirdparty/nettle.git/log
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.
Niels Möller [Thu, 5 Jul 2012 06:24:08 +0000 (08:24 +0200)]
movd/movq workaround for osx assembler.
Niels Möller [Tue, 3 Jul 2012 20:46:24 +0000 (22:46 +0200)]
On windows, include fcntl.h, before using _setmode.
Niels Möller [Tue, 3 Jul 2012 20:43:56 +0000 (22:43 +0200)]
Include malloc.h if available, also when compiling with gcc.
Niels Möller [Tue, 3 Jul 2012 19:05:53 +0000 (21:05 +0200)]
Mark Solaris testing as done.
Niels Möller [Tue, 3 Jul 2012 18:58:52 +0000 (20:58 +0200)]
Fixed nettle includes in base16 and base64 examples.
Niels Möller [Tue, 3 Jul 2012 18:40:25 +0000 (20:40 +0200)]
Marked Salsa20 doc and pkcs1_signature_prefix renaming done.
Niels Möller [Tue, 3 Jul 2012 18:28:24 +0000 (20:28 +0200)]
Documented Salsa20.
Niels Möller [Mon, 25 Jun 2012 20:52:16 +0000 (22:52 +0200)]
Renamed pkcs1_signature_prefix to _pkcs1_signature_prefix.
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.
Niels Möller [Mon, 25 Jun 2012 20:11:51 +0000 (22:11 +0200)]
Make compiling and running of des-compat-test more silent.
Niels Möller [Mon, 11 Jun 2012 18:26:59 +0000 (20:26 +0200)]
More news entries for nettle-2.5.
Niels Möller [Mon, 11 Jun 2012 18:25:35 +0000 (20:25 +0200)]
Updated release plan.
Niels Möller [Sat, 9 Jun 2012 19:59:35 +0000 (21:59 +0200)]
Added base16dec.c in examples/Makefile.in, forgotten earlier.
Niels Möller [Sat, 9 Jun 2012 19:56:43 +0000 (21:56 +0200)]
Typo fixes for 2012-04-09 entry.
Niels Möller [Sat, 9 Jun 2012 19:55:50 +0000 (21:55 +0200)]
General pkcs1 signature interface.
Niels Möller [Sat, 9 Jun 2012 12:30:24 +0000 (14:30 +0200)]
Moved rsa blinding code to a separate file.
Niels Möller [Sun, 3 Jun 2012 20:02:59 +0000 (22:02 +0200)]
Changes to pkcs1_signature_prefix interface.
Niels Möller [Sun, 3 Jun 2012 19:52:49 +0000 (21:52 +0200)]
Reverted accidental Makefile change in previous commit.
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.
Nikos Mavrogiannopoulos [Wed, 9 May 2012 19:39:56 +0000 (21:39 +0200)]
Added missing mpz_clear.
Niels Möller [Mon, 7 May 2012 15:46:24 +0000 (17:46 +0200)]
int_fast*_t workaround for SunOS-5.8.
Niels Möller [Mon, 30 Apr 2012 07:05:00 +0000 (09:05 +0200)]
Updated release plan.
Niels Möller [Sun, 29 Apr 2012 06:26:08 +0000 (08:26 +0200)]
New items.
Niels Möller [Mon, 23 Apr 2012 12:39:21 +0000 (14:39 +0200)]
New constant NETTLE_MAX_BIGNUM_SIZE.
Niels Möller [Thu, 19 Apr 2012 18:35:43 +0000 (20:35 +0200)]
Decimal output from list-obj-sizes.
Niels Möller [Wed, 18 Apr 2012 19:27:58 +0000 (21:27 +0200)]
x86_64 implementation of salsa20.
Niels Möller [Tue, 17 Apr 2012 21:32:28 +0000 (23:32 +0200)]
Test that salsa20_crypt doesn't overwrite the destination area.
Niels Möller [Tue, 17 Apr 2012 20:25:47 +0000 (22:25 +0200)]
Renamed salsa20.c to salsa20-crypt.c.
Niels Möller [Tue, 17 Apr 2012 19:54:48 +0000 (21:54 +0200)]
x86_64: New m4 macro WREG.
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.
Niels Möller [Sun, 15 Apr 2012 06:32:07 +0000 (08:32 +0200)]
Improved salsa20 tests.
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.
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.
Niels Möller [Sat, 14 Apr 2012 12:39:10 +0000 (14:39 +0200)]
Whitespace changes only.
Niels Möller [Sat, 14 Apr 2012 12:21:29 +0000 (14:21 +0200)]
examples/io.c: Made write_file use write_string.
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.
Niels Möller [Sat, 14 Apr 2012 11:37:36 +0000 (13:37 +0200)]
Small improvements to rsa-encrypt and rsa-decrypt example programs.
Niels Möller [Sat, 14 Apr 2012 07:51:20 +0000 (09:51 +0200)]
Reorganized aes_invert_key with new tables.
Niels Möller [Fri, 13 Apr 2012 15:00:50 +0000 (17:00 +0200)]
Simplified aes_set_encrypt_key.
Niels Möller [Fri, 13 Apr 2012 14:56:14 +0000 (16:56 +0200)]
Minor cleanup of SUBBYTE mmacro.
Niels Möller [Mon, 9 Apr 2012 20:28:46 +0000 (22:28 +0200)]
Deleted an unused variable.
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.
Niels Möller [Mon, 9 Apr 2012 19:46:13 +0000 (21:46 +0200)]
New function pkcs1_decrypt, use in rsa_decrypt.
Niels Möller [Sun, 1 Apr 2012 18:14:35 +0000 (20:14 +0200)]
New macro QROUND.
Niels Möller [Sun, 1 Apr 2012 07:23:04 +0000 (09:23 +0200)]
Fixed LE_SWAP32.
Niels Möller [Sat, 31 Mar 2012 21:44:22 +0000 (23:44 +0200)]
Some reorganization of the salsa20 main hash/encrypt function.
Niels Möller [Sat, 31 Mar 2012 21:16:00 +0000 (23:16 +0200)]
Rearranged salsa20_set_key.
Niels Möller [Sat, 31 Mar 2012 21:02:11 +0000 (23:02 +0200)]
Use LE_READ_UINT32.