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

13 years agoWhitespace cleanup.
Niels Möller [Sat, 18 Feb 2012 20:32:05 +0000 (21:32 +0100)] 
Whitespace cleanup.

13 years agoUpdated charset declarations.
Niels Möller [Sat, 18 Feb 2012 20:31:23 +0000 (21:31 +0100)] 
Updated charset declarations.

13 years agoConverted files to utf-8.
Niels Möller [Sat, 18 Feb 2012 20:28:29 +0000 (21:28 +0100)] 
Converted files to utf-8.

13 years agoEliminated $Id...$ tags in files.
Niels Möller [Sat, 18 Feb 2012 20:20:52 +0000 (21:20 +0100)] 
Eliminated $Id...$ tags in files.

13 years ago* testsuite/setup-env: Added -f option to ln. converted-master-branch-to-git
Niels Möller [Tue, 17 Jan 2012 14:13:59 +0000 (15:13 +0100)] 
* testsuite/setup-env: Added -f option to ln.
* examples/setup-env: Likewise.

Rev: nettle/examples/setup-env:1.4
Rev: nettle/testsuite/setup-env:1.4

13 years ago* testsuite/teardown-env: Use -exec argument to find.
Niels Möller [Tue, 17 Jan 2012 14:12:39 +0000 (15:12 +0100)] 
* testsuite/teardown-env: Use -exec argument to find.
* examples/teardown-env: Likewise.

Rev: nettle/examples/teardown-env:1.4
Rev: nettle/testsuite/teardown-env:1.4

13 years agoResurrected file.
Niels Möller [Tue, 17 Jan 2012 13:48:27 +0000 (14:48 +0100)] 
Resurrected file.

Rev: nettle/testsuite/setup-env:1.3

13 years agoDeleted file; incorrect permissions.
Niels Möller [Tue, 17 Jan 2012 13:47:46 +0000 (14:47 +0100)] 
Deleted file; incorrect permissions.

Rev: nettle/testsuite/setup-env:1.2(DEAD)

13 years ago*** empty log message ***
Niels Möller [Tue, 17 Jan 2012 12:41:59 +0000 (13:41 +0100)] 
*** empty log message ***

Rev: nettle/ChangeLog:1.247

13 years ago* testsuite/Makefile.in (DISTFILES): Added setup-env.
Niels Möller [Tue, 17 Jan 2012 12:41:46 +0000 (13:41 +0100)] 
* testsuite/Makefile.in (DISTFILES): Added setup-env.

Rev: nettle/testsuite/Makefile.in:1.18

13 years ago* testsuite/teardown-env: ...and delete them here. Also delete
Niels Möller [Tue, 17 Jan 2012 12:41:13 +0000 (13:41 +0100)] 
* testsuite/teardown-env: ...and delete them here. Also delete
file testtmp.

Rev: nettle/testsuite/teardown-env:1.3

13 years ago*** empty log message ***
Niels Möller [Tue, 17 Jan 2012 11:18:56 +0000 (12:18 +0100)] 
*** empty log message ***

Rev: nettle/ChangeLog:1.246

13 years ago* examples/rsa-decrypt.c (main): Use _setmode rather than setmode,
Niels Möller [Tue, 17 Jan 2012 11:17:11 +0000 (12:17 +0100)] 
* examples/rsa-decrypt.c (main): Use _setmode rather than setmode,
suggested by Eli Zaretskii.
* examples/rsa-encrypt.c (main): Likewise.

Rev: nettle/examples/rsa-decrypt.c:1.3
Rev: nettle/examples/rsa-encrypt.c:1.5

13 years ago* Makefile.in ($(LIBNETTLE_FORLINK)): Always create a .lib symlink
Niels Möller [Tue, 17 Jan 2012 11:15:44 +0000 (12:15 +0100)] 
* Makefile.in ($(LIBNETTLE_FORLINK)): Always create a .lib symlink
to the library file. Use LN_S.
($(LIBHOGWEED_FORLINK)): Likewise.

* configure.ac: Use AC_PROG_LN_S.
* config.make.in (LN_S): New substitution.

Rev: nettle/Makefile.in:1.43
Rev: nettle/config.make.in:1.7
Rev: nettle/configure.ac:1.54

13 years ago*** empty log message ***
Niels Möller [Tue, 17 Jan 2012 11:09:33 +0000 (12:09 +0100)] 
*** empty log message ***

Rev: nettle/ChangeLog:1.245