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

13 years agosalsa20_set_iv: Deleted size argument.
Niels Möller [Sat, 31 Mar 2012 20:52:05 +0000 (22:52 +0200)] 
salsa20_set_iv: Deleted size argument.

13 years agoNew salsa20 constants.
Niels Möller [Sat, 31 Mar 2012 20:44:56 +0000 (22:44 +0200)] 
New salsa20 constants.

13 years agoDeleted some obscuring macros.
Niels Möller [Sat, 31 Mar 2012 20:30:03 +0000 (22:30 +0200)] 
Deleted some obscuring macros.

13 years agoNew ChangeLog header.
Niels Möller [Sat, 31 Mar 2012 19:56:18 +0000 (21:56 +0200)] 
New ChangeLog header.

13 years agoNew macro ROTL64, analogous to ROTL32.
Niels Möller [Sat, 31 Mar 2012 19:55:04 +0000 (21:55 +0200)] 
New macro ROTL64, analogous to ROTL32.

13 years agoUse ROTL32 in the sha256 code.
Niels Möller [Sat, 31 Mar 2012 19:47:55 +0000 (21:47 +0200)] 
Use ROTL32 in the sha256 code.

13 years agoUse ROTL32 in the sha1 code.
Niels Möller [Sat, 31 Mar 2012 19:45:23 +0000 (21:45 +0200)] 
Use ROTL32 in the sha1 code.

13 years agoUse ROTL32 in the serpent code.
Niels Möller [Sat, 31 Mar 2012 19:43:55 +0000 (21:43 +0200)] 
Use ROTL32 in the serpent code.

13 years agoUse ROTL32 in the ripemd160 code.
Niels Möller [Sat, 31 Mar 2012 19:37:13 +0000 (21:37 +0200)] 
Use ROTL32 in the ripemd160 code.

13 years agoUse ROTL32 in the cast128 code.
Niels Möller [Sat, 31 Mar 2012 19:34:44 +0000 (21:34 +0200)] 
Use ROTL32 in the cast128 code.

13 years agoUse ROTL32 in the camellia code.
Niels Möller [Sat, 31 Mar 2012 19:32:01 +0000 (21:32 +0200)] 
Use ROTL32 in the camellia code.

13 years agoUse ROTL32 in the aes code.
Niels Möller [Sat, 31 Mar 2012 19:26:07 +0000 (21:26 +0200)] 
Use ROTL32 in the aes code.

13 years agoNew macro, ROTL32.
Niels Möller [Sat, 31 Mar 2012 19:23:19 +0000 (21:23 +0200)] 
New macro, ROTL32.

13 years agoSupport salsa20 in nettle-benchmark.
Niels Möller [Fri, 30 Mar 2012 20:05:49 +0000 (22:05 +0200)] 
Support salsa20 in nettle-benchmark.

13 years agoDon't include nettle-internal.h in the library.
Niels Möller [Fri, 30 Mar 2012 19:32:47 +0000 (21:32 +0200)] 
Don't include nettle-internal.h in the library.

13 years agoAnother fix to the cration of .lib symlinks.
Niels Möller [Fri, 30 Mar 2012 19:27:22 +0000 (21:27 +0200)] 
Another fix to the cration of .lib symlinks.

13 years agoConverted NEWS file to utf-8.
Niels Möller [Thu, 29 Mar 2012 20:06:31 +0000 (22:06 +0200)] 
Converted NEWS file to utf-8.

13 years agoTrivial merge.
Niels Möller [Thu, 29 Mar 2012 20:04:43 +0000 (22:04 +0200)] 
Trivial merge.

13 years agoImplemented the Salsa20 cipher.
Simon Josefsson [Thu, 29 Mar 2012 20:01:13 +0000 (22:01 +0200)] 
Implemented the Salsa20 cipher.

13 years agoFixed to in rule to make soname links.
Niels Möller [Thu, 29 Mar 2012 19:53:31 +0000 (21:53 +0200)] 
Fixed to in rule to make soname links.

13 years ago(arcfour_stream): Deleted obsolete prototype.
Niels Möller [Fri, 23 Mar 2012 20:29:05 +0000 (21:29 +0100)] 
(arcfour_stream): Deleted obsolete prototype.

13 years agoBuild shared libraries by default.
Niels Möller [Tue, 6 Mar 2012 08:24:33 +0000 (09:24 +0100)] 
Build shared libraries by default.

13 years agoMerge branch 'master' of git.lysator.liu.se:/nettle/nettle
Niels Möller [Sun, 4 Mar 2012 20:34:31 +0000 (21:34 +0100)] 
Merge branch 'master' of git.lysator.liu.se:/nettle/nettle

13 years agoUpdated library numbers, to libnettle.4.4 and libhogweed.2.2.
Niels Möller [Sun, 4 Mar 2012 20:32:40 +0000 (21:32 +0100)] 
Updated library numbers, to libnettle.4.4 and libhogweed.2.2.

13 years agoRefer to git, not cvs.
Niels Möller [Sun, 4 Mar 2012 20:30:57 +0000 (21:30 +0100)] 
Refer to git, not cvs.

13 years agoStarted on NEWS entries for nettle-2.5.
Niels Möller [Sun, 4 Mar 2012 20:30:20 +0000 (21:30 +0100)] 
Started on NEWS entries for nettle-2.5.

13 years agoInitial version of xenofarm script.
Niels Möller [Sun, 4 Mar 2012 13:31:46 +0000 (14:31 +0100)] 
Initial version of xenofarm script.

13 years agolist-obj-sizes.awk: Recognize elf64 objects.
Niels Möller [Mon, 27 Feb 2012 18:36:06 +0000 (19:36 +0100)] 
list-obj-sizes.awk: Recognize elf64 objects.

13 years agoPass -b option to texi2dvi.
Niels Möller [Mon, 27 Feb 2012 18:35:08 +0000 (19:35 +0100)] 
Pass -b option to texi2dvi.

13 years agoResurrected twofishdata.c, earlier known as generate_q.c.
Niels Möller [Mon, 27 Feb 2012 18:32:26 +0000 (19:32 +0100)] 
Resurrected twofishdata.c, earlier known as generate_q.c.

13 years agoDocumentation for base16 and base64 encoding.
Jeronimo Pellegrini [Mon, 27 Feb 2012 11:15:58 +0000 (12:15 +0100)] 
Documentation for base16 and base64 encoding.

13 years agoSome more details on W64 stack arguments.
Niels Möller [Mon, 27 Feb 2012 09:55:00 +0000 (10:55 +0100)] 
Some more details on W64 stack arguments.

13 years agoFixed type in comment.
Niels Möller [Mon, 27 Feb 2012 09:53:56 +0000 (10:53 +0100)] 
Fixed type in comment.

13 years agoUpdated .gitignore files.
Niels Möller [Sat, 18 Feb 2012 21:28:58 +0000 (22:28 +0100)] 
Updated .gitignore files.

13 years agoAdjust Makefiles after the repository conversion.
Niels Möller [Sat, 18 Feb 2012 21:15:55 +0000 (22:15 +0100)] 
Adjust Makefiles after the repository conversion.

13 years agoUpdated git instructions.
Niels Möller [Sat, 18 Feb 2012 20:47:11 +0000 (21:47 +0100)] 
Updated git instructions.

13 years agoConverted to xhtml.
Niels Möller [Sat, 18 Feb 2012 20:36:06 +0000 (21:36 +0100)] 
Converted to xhtml.