]>
git.ipfire.org Git - thirdparty/nettle.git/log
Niels Möller [Mon, 29 Aug 2016 16:31:15 +0000 (18:31 +0200)]
Fix pointer sign warnings in sexp_vformat.
Niels Möller [Tue, 16 Aug 2016 05:37:50 +0000 (07:37 +0200)]
Use uint8_t for hash_file buffer.
Niels Möller [Tue, 16 Aug 2016 05:34:08 +0000 (07:34 +0200)]
Fix error in ChangeLog.
Niels Möller [Tue, 16 Aug 2016 05:28:23 +0000 (07:28 +0200)]
Use const char * for sexp expression types.
Niels Möller [Tue, 16 Aug 2016 05:06:43 +0000 (07:06 +0200)]
Fix signedness warning in rsa_keypair_to_openpgp.
Niels Möller [Tue, 16 Aug 2016 05:01:21 +0000 (07:01 +0200)]
New pgp-encode helper function, write_string.
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.
Niels Möller [Fri, 5 Aug 2016 09:05:02 +0000 (11:05 +0200)]
Helper hash_string: Delete length argument.
Niels Möller [Fri, 5 Aug 2016 09:00:30 +0000 (11:00 +0200)]
hogweed-benchmark: Use uint8_t for curve25519 values.
Niels Möller [Fri, 5 Aug 2016 08:54:54 +0000 (10:54 +0200)]
Use uint8_t for sexp strings.
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.
Niels Möller [Thu, 4 Aug 2016 08:22:26 +0000 (10:22 +0200)]
Check for invalid keys, with even p, in dsa_sign.
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.
Niels Möller [Sun, 31 Jul 2016 08:32:22 +0000 (10:32 +0200)]
Reject invalid RSA keys with even modulo.
Niels Möller [Sat, 16 Jul 2016 20:07:45 +0000 (22:07 +0200)]
Merge branch 'powm_sec'
Niels Möller [Wed, 13 Jul 2016 20:15:29 +0000 (22:15 +0200)]
Delete code for supporting GMP older than 5.0.
Niels Möller [Tue, 12 Jul 2016 20:50:22 +0000 (22:50 +0200)]
ChangeLog update.
Niels Möller [Tue, 12 Jul 2016 20:40:17 +0000 (22:40 +0200)]
Fix typo breaking mini-gmp build.
Niels Möller [Tue, 12 Jul 2016 20:38:07 +0000 (22:38 +0200)]
Fix configure check for mpz_powm_sec.
Niels Möller [Mon, 20 Jun 2016 18:04:56 +0000 (20:04 +0200)]
Use mpz_powm_sec.
Niels Möller [Mon, 20 Jun 2016 05:11:34 +0000 (07:11 +0200)]
Add FIXME comment.
Niels Möller [Tue, 10 May 2016 19:36:04 +0000 (21:36 +0200)]
Updated nettle-3.3 plan.
Niels Möller [Mon, 2 May 2016 20:27:18 +0000 (22:27 +0200)]
Merge branch 'curve25519-rfc7748'
Niels Möller [Mon, 2 May 2016 20:20:30 +0000 (22:20 +0200)]
Update Curve25519 documentation.
Niels Möller [Mon, 2 May 2016 19:44:27 +0000 (21:44 +0200)]
Add tests for ignored curve25519 input bits.
Niels Möller [Mon, 25 Apr 2016 19:48:52 +0000 (21:48 +0200)]
Update curve25519_mul, to align with RFC 7748.
Niels Möller [Wed, 30 Mar 2016 17:29:23 +0000 (19:29 +0200)]
ChangeLog update.
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.
Niels Möller [Tue, 15 Mar 2016 19:41:14 +0000 (20:41 +0100)]
twofish: Fix undefined shift.
Niels Möller [Tue, 15 Mar 2016 19:37:35 +0000 (20:37 +0100)]
blowfish: Use READ_UINT32 macro.
Niels Möller [Tue, 15 Mar 2016 19:30:30 +0000 (20:30 +0100)]
ChangeLog update.
Nikos Mavrogiannopoulos [Thu, 10 Mar 2016 16:45:07 +0000 (17:45 +0100)]
.gitlab-ci.yml: enhance with mini-gmp builds
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.
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.
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]'
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.
Niels Möller [Tue, 16 Feb 2016 07:20:58 +0000 (08:20 +0100)]
Fix sexp-conv assertion failure, reported by Hanno Böck.
Niels Möller [Tue, 16 Feb 2016 07:13:48 +0000 (08:13 +0100)]
Comment improvement.
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.
Niels Möller [Tue, 16 Feb 2016 06:55:08 +0000 (07:55 +0100)]
Fix typos in CBC documentation. Spotted by Zhitao He.
Niels Möller [Thu, 28 Jan 2016 20:02:04 +0000 (21:02 +0100)]
Added directive file.
Niels Möller [Thu, 28 Jan 2016 20:00:17 +0000 (21:00 +0100)]
ChangeLog entry for nettle-3.2 release.
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.
Niels Möller [Mon, 25 Jan 2016 19:58:59 +0000 (20:58 +0100)]
Updated testing status.
Niels Möller [Sat, 23 Jan 2016 19:44:11 +0000 (20:44 +0100)]
Updated release plan.
Niels Möller [Sat, 23 Jan 2016 13:28:22 +0000 (14:28 +0100)]
Bump manual's UPDATED-FOR to 3.2.
Niels Möller [Thu, 21 Jan 2016 19:47:33 +0000 (20:47 +0100)]
New file .gitlab-ci.yml.
Niels Möller [Wed, 20 Jan 2016 18:21:12 +0000 (19:21 +0100)]
Updated NEWS for nettle-3.2.
Niels Möller [Wed, 20 Jan 2016 18:15:32 +0000 (19:15 +0100)]
Bump version numbers.
Niels Möller [Wed, 20 Jan 2016 18:14:57 +0000 (19:14 +0100)]
Mark dlopen-test main arguments as UNUSED.
Niels Möller [Wed, 20 Jan 2016 18:13:27 +0000 (19:13 +0100)]
Delete dlopen-test on make clean.
Niels Möller [Sun, 10 Jan 2016 10:37:01 +0000 (11:37 +0100)]
Fix argument signedness for encode_raw.
Niels Möller [Sun, 10 Jan 2016 10:34:46 +0000 (11:34 +0100)]
RSA documentation update.
Niels Möller [Fri, 18 Dec 2015 11:01:37 +0000 (12:01 +0100)]
Fixes to testutils.h includes. Include version.h.
Niels Möller [Fri, 18 Dec 2015 10:50:44 +0000 (11:50 +0100)]
Fixed shell conditional in setup of IF_DLOPEN_TEST.
Niels Möller [Fri, 18 Dec 2015 10:48:39 +0000 (11:48 +0100)]
Improved ecc-mod-test with random seeding.
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.
Niels Möller [Thu, 10 Dec 2015 17:57:34 +0000 (18:57 +0100)]
Fixed miscomputation bugs in secp-256r1 modulo functions.
Niels Möller [Mon, 23 Nov 2015 20:10:57 +0000 (21:10 +0100)]
Typo fix.
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.
Niels Möller [Sun, 15 Nov 2015 20:43:34 +0000 (21:43 +0100)]
Deleted comment.
Niels Möller [Sun, 15 Nov 2015 20:43:04 +0000 (21:43 +0100)]
Whitespace tweak.
Niels Möller [Sun, 15 Nov 2015 20:42:21 +0000 (21:42 +0100)]
Mark _rsa_blind and _rsa_unblind as deprecated.
Niels Möller [Sun, 15 Nov 2015 20:35:38 +0000 (21:35 +0100)]
Extended rsa signature test cases.
Niels Möller [Sun, 15 Nov 2015 20:30:25 +0000 (21:30 +0100)]
Additional rsa signing functions, using rsa_compute_root_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.
Niels Möller [Sun, 15 Nov 2015 20:16:29 +0000 (21:16 +0100)]
New function rsa_compute_root_tr.
Niels Möller [Mon, 7 Sep 2015 20:42:11 +0000 (22:42 +0200)]
Fix broken use of sizeof.
Niels Möller [Mon, 7 Sep 2015 20:41:33 +0000 (22:41 +0200)]
Drop include of nettle-internal.h.
Niels Möller [Mon, 7 Sep 2015 20:26:08 +0000 (22:26 +0200)]
ChangeLog entry 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()
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.
Niels Möller [Sun, 6 Sep 2015 20:20:52 +0000 (22:20 +0200)]
Mention disabled ifunc relocations in NEWS.
Niels Möller [Sun, 6 Sep 2015 20:02:24 +0000 (22:02 +0200)]
Updated SHA3 documentation.
Niels Möller [Wed, 2 Sep 2015 20:39:31 +0000 (22:39 +0200)]
Updated release plan.
Niels Möller [Wed, 2 Sep 2015 20:18:01 +0000 (22:18 +0200)]
New testcase using dlopen, and needed configure tests.
Niels Möller [Wed, 2 Sep 2015 20:09:01 +0000 (22:09 +0200)]
Disable use of ifunc.
Niels Möller [Tue, 25 Aug 2015 19:24:01 +0000 (21:24 +0200)]
Started on NEWS for Nettle-3.2.
Niels Möller [Tue, 25 Aug 2015 19:06:23 +0000 (21:06 +0200)]
New define NETTLE_SHA3_FIPS202.
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.
Nikos Mavrogiannopoulos [Wed, 12 Aug 2015 14:17:31 +0000 (16:17 +0200)]
testsuite: updated SHA3 tests 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
Niels Möller [Mon, 24 Aug 2015 20:15:11 +0000 (22:15 +0200)]
Message fix for MIPS abi detection.
Niels Möller [Wed, 3 Jun 2015 12:50:47 +0000 (14:50 +0200)]
ARM Neon implementation of chacha.
Klaus Ziegler [Tue, 19 May 2015 20:41:01 +0000 (22:41 +0200)]
ABI and libdir detection for Irix.
Niels Möller [Tue, 12 May 2015 21:17:16 +0000 (23:17 +0200)]
Added nettle_version_major and nettle_version_minor functions.
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.
Niels Möller [Wed, 29 Apr 2015 16:58:39 +0000 (18:58 +0200)]
Drop unneeded %-prefix on ARM register.
Niels Möller [Fri, 24 Apr 2015 17:21:49 +0000 (19:21 +0200)]
ChangeLog entry for release.
Niels Möller [Fri, 24 Apr 2015 17:20:56 +0000 (19:20 +0200)]
Upload directive files.
Niels Möller [Fri, 24 Apr 2015 17:18:10 +0000 (19:18 +0200)]
Update NEWS for nettle-3.1.1.
Niels Möller [Fri, 24 Apr 2015 17:17:15 +0000 (19:17 +0200)]
Bump version numbers.
Niels Möller [Fri, 24 Apr 2015 17:14:50 +0000 (19:14 +0200)]
Fix ChangeLog entries for earlier releases.
Niels Möller [Fri, 24 Apr 2015 16:57:12 +0000 (18:57 +0200)]
Fix error in earlier ChangeLog entry.
Niels Möller [Wed, 22 Apr 2015 14:29:48 +0000 (16:29 +0200)]
Fix email address in ChangeLog.
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.
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.
Niels Möller [Tue, 31 Mar 2015 21:21:14 +0000 (23:21 +0200)]
Updated release plan.
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.
Niels Möller [Tue, 31 Mar 2015 20:01:47 +0000 (22:01 +0200)]
Move configure check for GMP_NUMB_BITS earlier.