]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix email address in ChangeLog.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 22 Apr 2015 14:29:48 +0000 (16:29 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 22 Apr 2015 14:29:48 +0000 (16:29 +0200)
ChangeLog

index a1f48ef8bc7277ff8b0688b920533a2daec8247e..8bd2f69d45453ad5cd6eca9ec7b1d5254238cade 100644 (file)
--- 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.
        * 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.
 
        * 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
        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.