]> git.ipfire.org Git - thirdparty/nettle.git/log
thirdparty/nettle.git
8 years agoFix pointer sign warnings in sexp_vformat.
Niels Möller [Mon, 29 Aug 2016 16:31:15 +0000 (18:31 +0200)] 
Fix pointer sign warnings in sexp_vformat.

8 years agoUse uint8_t for hash_file buffer.
Niels Möller [Tue, 16 Aug 2016 05:37:50 +0000 (07:37 +0200)] 
Use uint8_t for hash_file buffer.

8 years agoFix error in ChangeLog.
Niels Möller [Tue, 16 Aug 2016 05:34:08 +0000 (07:34 +0200)] 
Fix error in ChangeLog.

8 years agoUse const char * for sexp expression types.
Niels Möller [Tue, 16 Aug 2016 05:28:23 +0000 (07:28 +0200)] 
Use const char * for sexp expression types.

8 years agoFix signedness warning in rsa_keypair_to_openpgp.
Niels Möller [Tue, 16 Aug 2016 05:06:43 +0000 (07:06 +0200)] 
Fix signedness warning in rsa_keypair_to_openpgp.

8 years agoNew pgp-encode helper function, write_string.
Niels Möller [Tue, 16 Aug 2016 05:01:21 +0000 (07:01 +0200)] 
New pgp-encode helper function, write_string.

8 years agoRename write_string --> write_date.
Niels Möller [Tue, 16 Aug 2016 04:45:51 +0000 (06:45 +0200)] 
Rename write_string --> write_date.

Change type of input data to const void *, for this function and
write_file.

9 years agoHelper hash_string: Delete length argument.
Niels Möller [Fri, 5 Aug 2016 09:05:02 +0000 (11:05 +0200)] 
Helper hash_string: Delete length argument.

9 years agohogweed-benchmark: Use uint8_t for curve25519 values.
Niels Möller [Fri, 5 Aug 2016 09:00:30 +0000 (11:00 +0200)] 
hogweed-benchmark: Use uint8_t for curve25519 values.

9 years agoUse uint8_t for sexp strings.
Niels Möller [Fri, 5 Aug 2016 08:54:54 +0000 (10:54 +0200)] 
Use uint8_t for sexp strings.

9 years agoHelper read_file: Use size_t for sizes, and uint8_t for the contents.
Niels Möller [Fri, 5 Aug 2016 08:42:24 +0000 (10:42 +0200)] 
Helper read_file: Use size_t for sizes, and uint8_t for the contents.

9 years agoCheck for invalid keys, with even p, in dsa_sign.
Niels Möller [Thu, 4 Aug 2016 08:22:26 +0000 (10:22 +0200)] 
Check for invalid keys, with even p, in dsa_sign.

9 years agoReject invalid keys, with even moduli, in rsa_compute_root_tr.
Niels Möller [Thu, 4 Aug 2016 08:18:23 +0000 (10:18 +0200)] 
Reject invalid keys, with even moduli, in rsa_compute_root_tr.

9 years agoReject invalid RSA keys with even modulo.
Niels Möller [Sun, 31 Jul 2016 08:32:22 +0000 (10:32 +0200)] 
Reject invalid RSA keys with even modulo.

9 years agoMerge branch 'powm_sec'
Niels Möller [Sat, 16 Jul 2016 20:07:45 +0000 (22:07 +0200)] 
Merge branch 'powm_sec'

9 years agoDelete code for supporting GMP older than 5.0.
Niels Möller [Wed, 13 Jul 2016 20:15:29 +0000 (22:15 +0200)] 
Delete code for supporting GMP older than 5.0.

9 years agoChangeLog update.
Niels Möller [Tue, 12 Jul 2016 20:50:22 +0000 (22:50 +0200)] 
ChangeLog update.

9 years agoFix typo breaking mini-gmp build.
Niels Möller [Tue, 12 Jul 2016 20:40:17 +0000 (22:40 +0200)] 
Fix typo breaking mini-gmp build.

9 years agoFix configure check for mpz_powm_sec.
Niels Möller [Tue, 12 Jul 2016 20:38:07 +0000 (22:38 +0200)] 
Fix configure check for mpz_powm_sec.

9 years agoUse mpz_powm_sec.
Niels Möller [Mon, 20 Jun 2016 18:04:56 +0000 (20:04 +0200)] 
Use mpz_powm_sec.

9 years agoAdd FIXME comment.
Niels Möller [Mon, 20 Jun 2016 05:11:34 +0000 (07:11 +0200)] 
Add FIXME comment.

9 years agoUpdated nettle-3.3 plan.
Niels Möller [Tue, 10 May 2016 19:36:04 +0000 (21:36 +0200)] 
Updated nettle-3.3 plan.

9 years agoMerge branch 'curve25519-rfc7748'
Niels Möller [Mon, 2 May 2016 20:27:18 +0000 (22:27 +0200)] 
Merge branch 'curve25519-rfc7748'

9 years agoUpdate Curve25519 documentation.
Niels Möller [Mon, 2 May 2016 20:20:30 +0000 (22:20 +0200)] 
Update Curve25519 documentation.

9 years agoAdd tests for ignored curve25519 input bits.
Niels Möller [Mon, 2 May 2016 19:44:27 +0000 (21:44 +0200)] 
Add tests for ignored curve25519 input bits.

9 years agoUpdate curve25519_mul, to align with RFC 7748.
Niels Möller [Mon, 25 Apr 2016 19:48:52 +0000 (21:48 +0200)] 
Update curve25519_mul, to align with RFC 7748.

9 years agoChangeLog update.
Niels Möller [Wed, 30 Mar 2016 17:29:23 +0000 (19:29 +0200)] 
ChangeLog update.

9 years agoCorrected the name of the windows dll files
Nikos Mavrogiannopoulos [Thu, 18 Feb 2016 10:03:25 +0000 (11:03 +0100)] 
Corrected the name of the windows dll files

The new name doesn't include the minor number and thus
allows to replace with a minor update of the library.

9 years agotwofish: Fix undefined shift.
Niels Möller [Tue, 15 Mar 2016 19:41:14 +0000 (20:41 +0100)] 
twofish: Fix undefined shift.

9 years agoblowfish: Use READ_UINT32 macro.
Niels Möller [Tue, 15 Mar 2016 19:37:35 +0000 (20:37 +0100)] 
blowfish: Use READ_UINT32 macro.

9 years agoChangeLog update.
Niels Möller [Tue, 15 Mar 2016 19:30:30 +0000 (20:30 +0100)] 
ChangeLog update.

9 years ago.gitlab-ci.yml: enhance with mini-gmp builds
Nikos Mavrogiannopoulos [Thu, 10 Mar 2016 16:45:07 +0000 (17:45 +0100)] 
.gitlab-ci.yml: enhance with mini-gmp builds

9 years agoconfigure: export mp_ symbols when compiling with mini-gmp
Nikos Mavrogiannopoulos [Thu, 10 Mar 2016 16:44:08 +0000 (17:44 +0100)] 
configure: export mp_ symbols when compiling with mini-gmp

This addresses build issue when compiling with --enable-mini-gmp
and the symbol script being used.

9 years ago.gitlab-ci.yml: enhance with builds using asan and ubsan
Nikos Mavrogiannopoulos [Mon, 29 Feb 2016 12:08:36 +0000 (13:08 +0100)] 
.gitlab-ci.yml: enhance with builds using asan and ubsan

This allows running the test suite under address sanitizer and undefined
sanitizer.

9 years agodes: assign value after sanity check to avoid undefined behavior
Nikos Mavrogiannopoulos [Thu, 10 Mar 2016 16:53:01 +0000 (17:53 +0100)] 
des: assign value after sanity check to avoid undefined behavior

This corrects issues of the following type caught with -fsanitize=undefined
des.c:176:42: runtime error: index 42 out of bounds for type 'int8_t [26][4]'

9 years agoFix c99-ism in getopt.c. Reported by Henrik Grubbström.
Niels Möller [Mon, 14 Mar 2016 09:37:55 +0000 (10:37 +0100)] 
Fix c99-ism in getopt.c. Reported by Henrik Grubbström.

9 years agoFix sexp-conv assertion failure, reported by Hanno Böck.
Niels Möller [Tue, 16 Feb 2016 07:20:58 +0000 (08:20 +0100)] 
Fix sexp-conv assertion failure, reported by Hanno Böck.

9 years agoComment improvement.
Niels Möller [Tue, 16 Feb 2016 07:13:48 +0000 (08:13 +0100)] 
Comment improvement.

9 years agosexp-conv: Fail with an error message for unexpected ']' characters.
Niels Möller [Tue, 16 Feb 2016 07:11:24 +0000 (08:11 +0100)] 
sexp-conv: Fail with an error message for unexpected ']' characters.
Fixes crash reported by Hanno Böck.

9 years agoFix typos in CBC documentation. Spotted by Zhitao He.
Niels Möller [Tue, 16 Feb 2016 06:55:08 +0000 (07:55 +0100)] 
Fix typos in CBC documentation. Spotted by Zhitao He.

9 years agoAdded directive file. nettle_3.2_release_20160128
Niels Möller [Thu, 28 Jan 2016 20:02:04 +0000 (21:02 +0100)] 
Added directive file.

9 years agoChangeLog entry for nettle-3.2 release.
Niels Möller [Thu, 28 Jan 2016 20:00:17 +0000 (21:00 +0100)] 
ChangeLog entry for nettle-3.2 release.

9 years agoFix handling of unrecognized options for nettle-hash and nettle-pbkdf2.
Niels Möller [Tue, 26 Jan 2016 18:37:14 +0000 (19:37 +0100)] 
Fix handling of unrecognized options for nettle-hash and nettle-pbkdf2.

9 years agoUpdated testing status.
Niels Möller [Mon, 25 Jan 2016 19:58:59 +0000 (20:58 +0100)] 
Updated testing status.

9 years agoUpdated release plan.
Niels Möller [Sat, 23 Jan 2016 19:44:11 +0000 (20:44 +0100)] 
Updated release plan.

9 years agoBump manual's UPDATED-FOR to 3.2.
Niels Möller [Sat, 23 Jan 2016 13:28:22 +0000 (14:28 +0100)] 
Bump manual's UPDATED-FOR to 3.2.

9 years agoNew file .gitlab-ci.yml.
Niels Möller [Thu, 21 Jan 2016 19:47:33 +0000 (20:47 +0100)] 
New file .gitlab-ci.yml.

9 years agoUpdated NEWS for nettle-3.2.
Niels Möller [Wed, 20 Jan 2016 18:21:12 +0000 (19:21 +0100)] 
Updated NEWS for nettle-3.2.

9 years agoBump version numbers.
Niels Möller [Wed, 20 Jan 2016 18:15:32 +0000 (19:15 +0100)] 
Bump version numbers.

9 years agoMark dlopen-test main arguments as UNUSED.
Niels Möller [Wed, 20 Jan 2016 18:14:57 +0000 (19:14 +0100)] 
Mark dlopen-test main arguments as UNUSED.

9 years agoDelete dlopen-test on make clean.
Niels Möller [Wed, 20 Jan 2016 18:13:27 +0000 (19:13 +0100)] 
Delete dlopen-test on make clean.

9 years agoFix argument signedness for encode_raw.
Niels Möller [Sun, 10 Jan 2016 10:37:01 +0000 (11:37 +0100)] 
Fix argument signedness for encode_raw.

9 years agoRSA documentation update.
Niels Möller [Sun, 10 Jan 2016 10:34:46 +0000 (11:34 +0100)] 
RSA documentation update.

9 years agoFixes to testutils.h includes. Include version.h.
Niels Möller [Fri, 18 Dec 2015 11:01:37 +0000 (12:01 +0100)] 
Fixes to testutils.h includes. Include version.h.

9 years agoFixed shell conditional in setup of IF_DLOPEN_TEST.
Niels Möller [Fri, 18 Dec 2015 10:50:44 +0000 (11:50 +0100)] 
Fixed shell conditional in setup of IF_DLOPEN_TEST.

9 years agoImproved ecc-mod-test with random seeding.
Niels Möller [Fri, 18 Dec 2015 10:48:39 +0000 (11:48 +0100)] 
Improved ecc-mod-test with random seeding.

9 years agoFix carry folding bug in x86_64 ecc_384_modp. Problem reported by Hanno Böck.
Niels Möller [Tue, 15 Dec 2015 22:21:06 +0000 (23:21 +0100)] 
Fix carry folding bug in x86_64 ecc_384_modp. Problem reported by Hanno Böck.

9 years agoFixed miscomputation bugs in secp-256r1 modulo functions.
Niels Möller [Thu, 10 Dec 2015 17:57:34 +0000 (18:57 +0100)] 
Fixed miscomputation bugs in secp-256r1 modulo functions.

9 years agoTypo fix.
Niels Möller [Mon, 23 Nov 2015 20:10:57 +0000 (21:10 +0100)] 
Typo fix.

9 years agoDocument rsa_encrypt, rsa_decrypt and rsa_decrypt_tr. Text contributed by Andy Lawrence.
Niels Möller [Mon, 23 Nov 2015 20:07:36 +0000 (21:07 +0100)] 
Document rsa_encrypt, rsa_decrypt and rsa_decrypt_tr. Text contributed by Andy Lawrence.

9 years agoDeleted comment.
Niels Möller [Sun, 15 Nov 2015 20:43:34 +0000 (21:43 +0100)] 
Deleted comment.

9 years agoWhitespace tweak.
Niels Möller [Sun, 15 Nov 2015 20:43:04 +0000 (21:43 +0100)] 
Whitespace tweak.

9 years agoMark _rsa_blind and _rsa_unblind as deprecated.
Niels Möller [Sun, 15 Nov 2015 20:42:21 +0000 (21:42 +0100)] 
Mark _rsa_blind and _rsa_unblind as deprecated.

9 years agoExtended rsa signature test cases.
Niels Möller [Sun, 15 Nov 2015 20:35:38 +0000 (21:35 +0100)] 
Extended rsa signature test cases.

9 years agoAdditional rsa signing functions, using rsa_compute_root_tr.
Niels Möller [Sun, 15 Nov 2015 20:30:25 +0000 (21:30 +0100)] 
Additional rsa signing functions, using rsa_compute_root_tr.

9 years agoUse rsa_compute_root_tr also in rsa_decrypt_tr.
Niels Möller [Sun, 15 Nov 2015 20:23:42 +0000 (21:23 +0100)] 
Use rsa_compute_root_tr also in rsa_decrypt_tr.

9 years agoNew function rsa_compute_root_tr.
Niels Möller [Sun, 15 Nov 2015 20:16:29 +0000 (21:16 +0100)] 
New function rsa_compute_root_tr.

9 years agoFix broken use of sizeof.
Niels Möller [Mon, 7 Sep 2015 20:42:11 +0000 (22:42 +0200)] 
Fix broken use of sizeof.

9 years agoDrop include of nettle-internal.h.
Niels Möller [Mon, 7 Sep 2015 20:41:33 +0000 (22:41 +0200)] 
Drop include of nettle-internal.h.

9 years agoChangeLog entry for rsa_pkcs1_sign_tr.
Niels Möller [Mon, 7 Sep 2015 20:26:08 +0000 (22:26 +0200)] 
ChangeLog entry for rsa_pkcs1_sign_tr.

9 years agotestsuite: Added tests for rsa_pkcs1_sign_tr()
Nikos Mavrogiannopoulos [Thu, 3 Sep 2015 08:43:13 +0000 (10:43 +0200)] 
testsuite: Added tests for rsa_pkcs1_sign_tr()

9 years agoEnhanced rsa_pkcs1_sign_tr() to protect against HW/software errors
Nikos Mavrogiannopoulos [Thu, 3 Sep 2015 08:20:37 +0000 (10:20 +0200)] 
Enhanced rsa_pkcs1_sign_tr() to protect against HW/software errors

That verifies the output of the timing-resistant version of the
signing function, to make it also fault-resistant.

9 years agoMention disabled ifunc relocations in NEWS.
Niels Möller [Sun, 6 Sep 2015 20:20:52 +0000 (22:20 +0200)] 
Mention disabled ifunc relocations in NEWS.

9 years agoUpdated SHA3 documentation.
Niels Möller [Sun, 6 Sep 2015 20:02:24 +0000 (22:02 +0200)] 
Updated SHA3 documentation.

9 years agoUpdated release plan.
Niels Möller [Wed, 2 Sep 2015 20:39:31 +0000 (22:39 +0200)] 
Updated release plan.

9 years agoNew testcase using dlopen, and needed configure tests.
Niels Möller [Wed, 2 Sep 2015 20:18:01 +0000 (22:18 +0200)] 
New testcase using dlopen, and needed configure tests.

9 years agoDisable use of ifunc.
Niels Möller [Wed, 2 Sep 2015 20:09:01 +0000 (22:09 +0200)] 
Disable use of ifunc.

9 years agoStarted on NEWS for Nettle-3.2.
Niels Möller [Tue, 25 Aug 2015 19:24:01 +0000 (21:24 +0200)] 
Started on NEWS for Nettle-3.2.

9 years agoNew define NETTLE_SHA3_FIPS202.
Niels Möller [Tue, 25 Aug 2015 19:06:23 +0000 (21:06 +0200)] 
New define NETTLE_SHA3_FIPS202.

9 years agoChangeLog entry for SHA3 update, and link to current test vectors.
Niels Möller [Tue, 25 Aug 2015 18:56:21 +0000 (20:56 +0200)] 
ChangeLog entry for SHA3 update, and link to current test vectors.

9 years agotestsuite: updated SHA3 tests to the FIPS202 final version
Nikos Mavrogiannopoulos [Wed, 12 Aug 2015 14:17:31 +0000 (16:17 +0200)] 
testsuite: updated SHA3 tests to the FIPS202 final version

9 years agosha3: modified to the FIPS202 final version
Nikos Mavrogiannopoulos [Wed, 12 Aug 2015 14:17:17 +0000 (16:17 +0200)] 
sha3: modified to the FIPS202 final version

9 years agoMessage fix for MIPS abi detection.
Niels Möller [Mon, 24 Aug 2015 20:15:11 +0000 (22:15 +0200)] 
Message fix for MIPS abi detection.

10 years agoARM Neon implementation of chacha.
Niels Möller [Wed, 3 Jun 2015 12:50:47 +0000 (14:50 +0200)] 
ARM Neon implementation of chacha.

10 years agoABI and libdir detection for Irix.
Klaus Ziegler [Tue, 19 May 2015 20:41:01 +0000 (22:41 +0200)] 
ABI and libdir detection for Irix.

10 years agoAdded nettle_version_major and nettle_version_minor functions.
Niels Möller [Tue, 12 May 2015 21:17:16 +0000 (23:17 +0200)] 
Added nettle_version_major and nettle_version_minor functions.

10 years agoFix syntax error in ARM offset addressing. Spotted by Jukka Ukkonen.
Niels Möller [Wed, 29 Apr 2015 18:54:37 +0000 (20:54 +0200)] 
Fix syntax error in ARM offset addressing. Spotted by Jukka Ukkonen.

10 years agoDrop unneeded %-prefix on ARM register.
Niels Möller [Wed, 29 Apr 2015 16:58:39 +0000 (18:58 +0200)] 
Drop unneeded %-prefix on ARM register.

10 years agoChangeLog entry for release. nettle_3.1.1_release_20150424
Niels Möller [Fri, 24 Apr 2015 17:21:49 +0000 (19:21 +0200)] 
ChangeLog entry for release.

10 years agoUpload directive files.
Niels Möller [Fri, 24 Apr 2015 17:20:56 +0000 (19:20 +0200)] 
Upload directive files.

10 years agoUpdate NEWS for nettle-3.1.1.
Niels Möller [Fri, 24 Apr 2015 17:18:10 +0000 (19:18 +0200)] 
Update NEWS for nettle-3.1.1.

10 years agoBump version numbers.
Niels Möller [Fri, 24 Apr 2015 17:17:15 +0000 (19:17 +0200)] 
Bump version numbers.

10 years agoFix ChangeLog entries for earlier releases.
Niels Möller [Fri, 24 Apr 2015 17:14:50 +0000 (19:14 +0200)] 
Fix ChangeLog entries for earlier releases.

10 years agoFix error in earlier ChangeLog entry.
Niels Möller [Fri, 24 Apr 2015 16:57:12 +0000 (18:57 +0200)] 
Fix error in earlier ChangeLog entry.

10 years agoFix email address in ChangeLog.
Niels Möller [Wed, 22 Apr 2015 14:29:48 +0000 (16:29 +0200)] 
Fix email address in ChangeLog.

10 years agoUse ".value" instead of ".short", for Sun/Oracle x86_64 assembler.
Niels Möller [Wed, 22 Apr 2015 14:28:16 +0000 (16:28 +0200)] 
Use ".value" instead of ".short", for Sun/Oracle x86_64 assembler.

10 years agoFix shell quoting in test of GMP_NUMB_BITS asm compatibility. Reported by Edward...
Niels Möller [Mon, 13 Apr 2015 09:49:17 +0000 (11:49 +0200)] 
Fix shell quoting in test of GMP_NUMB_BITS asm compatibility. Reported by Edward Sheldrake.

10 years agoUpdated release plan. nettle_3.1_release_20150407
Niels Möller [Tue, 31 Mar 2015 21:21:14 +0000 (23:21 +0200)] 
Updated release plan.

10 years agoExclude asm files which fail when building on w64 using mini-gmp. nettle_3.1rc3
Niels Möller [Tue, 31 Mar 2015 20:08:39 +0000 (22:08 +0200)] 
Exclude asm files which fail when building on w64 using mini-gmp.

10 years agoMove configure check for GMP_NUMB_BITS earlier.
Niels Möller [Tue, 31 Mar 2015 20:01:47 +0000 (22:01 +0200)] 
Move configure check for GMP_NUMB_BITS earlier.