From 12d82cec21d8db618cbad37d9a5a4d3981ffc89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 22 Apr 2015 16:29:48 +0200 Subject: [PATCH] Fix email address in ChangeLog. --- ChangeLog | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1f48ef8..8bd2f69d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,7 @@ * configure.ac: Fix shell quoting in test of GMP_NUMB_BITS asm compatibility. Reported by Edward Sheldrake. -2015-03-31 Niels Möller <nisse@diamant.hack.org> +2015-03-31 Niels Möller <nisse@lysator.liu.se> * x86_64/ecc-224-modp.asm: Require that GMP_NUMB_BITS == 64. * x86_64/ecc-521-modp.asm: Likewise. Note that the other @@ -26,7 +26,7 @@ * Makefile.in (clean-here): Unconditionally delete *.a (including stub libraries like *.dll.a). -2015-03-30 Niels Möller <nisse@diamant.hack.org> +2015-03-30 Niels Möller <nisse@lysator.liu.se> * version.h.in (GMP_NUMB_BITS) [NETTLE_USE_MINI_GMP]: Move definition here (uses configure substitution). @@ -39,7 +39,7 @@ version.h, not bignum.h. Allow leading underscore on mini-gmp symbols. -2015-03-26 Niels Möller <nisse@diamant.hack.org> +2015-03-26 Niels Möller <nisse@lysator.liu.se> * Makefile.in (PRE_CPPFLAGS): Drop -I$(srcdir), no longer needed. (HEADERS): Added bignum.h. Removed version.h. @@ -56,7 +56,7 @@ * version.h.in (NETTLE_USE_MINI_GMP): Substitute here. -2015-03-25 Niels Möller <nisse@diamant.hack.org> +2015-03-25 Niels Möller <nisse@lysator.liu.se> * configure.ac (MAJOR_VERSION, MINOR_VERSION): Tweak sed expressions, to tolerate version suffixes. @@ -67,7 +67,7 @@ * ed25519-sha512-pubkey.c: Fix stack overwrite. The digest array must have room for a complete sha512 digest. -2015-03-19 Niels Möller <nisse@diamant.hack.org> +2015-03-19 Niels Möller <nisse@lysator.liu.se> * Makefile.in (OPT_HOGWEED_SOURCES): Deleted make variable. (nettle_SOURCES, hogweed_SOURCES): Don't include optional sources @@ -95,7 +95,7 @@ variables. * version.h.in: New file, defining version numbers. -2015-03-18 Niels Möller <nisse@diamant.hack.org> +2015-03-18 Niels Möller <nisse@lysator.liu.se> EdDSA interface change, use plain strings to represent keys. * eddsa.h (_ED25519_LIMB_SIZE): Deleted constant. @@ -120,13 +120,13 @@ * testsuite/ed25519-test.c (test_one): Test ed25519_sha512_public_key, and adapt to new ed25519 interface. -2015-03-14 Niels Möller <nisse@diamant.hack.org> +2015-03-14 Niels Möller <nisse@lysator.liu.se> * ccm.c (memeql_sec): New function, more side-channel silent than memcmp. (ccm_decrypt_message): Use it. -2015-03-12 Niels Möller <nisse@diamant.hack.org> +2015-03-12 Niels Möller <nisse@lysator.liu.se> * base64.h (struct base64_encode_ctx): Micro optimization of struct layout, saving a few bytes. @@ -135,7 +135,7 @@ * nettle.texinfo (ASCII encoding): Document base64url functions. -2015-03-10 Niels Möller <nisse@diamant.hack.org> +2015-03-10 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Update documentation of curve25519_mul. Say that the output is undefined for points belonging to the twist rather @@ -147,7 +147,7 @@ of curve25519_mul return value. * testsuite/curve25519-dh-test.c (test_a): Likewise. -2015-02-26 Niels Möller <nisse@diamant.hack.org> +2015-02-26 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Document curve25519 and eddsa. -- GitLab