diff --git a/ChangeLog b/ChangeLog index 350636799e7396fb1f0102ad188c2ff6e263c73d..4ab659cba85a7e6ce15ba6938949e22712b5ebfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2012-01-17 Niels M�ller <nisse@lysator.liu.se> +2012-01-17 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in (DISTFILES): Added setup-env. @@ -24,14 +24,14 @@ * examples/setup-env: Similar links setup here. * examples/teardown-env: ... and deleted. -2012-01-07 Niels M�ller <nisse@lysator.liu.se> +2012-01-07 Niels Möller <nisse@lysator.liu.se> * examples/Makefile.in (check): Add ../.lib to PATH, like in testsuite/Makefile. Needed for w*ndows. Reported by Eli Zaretskii. -2011-11-25 Niels M�ller <nisse@lysator.liu.se> +2011-11-25 Niels Möller <nisse@lysator.liu.se> - From Martin Storsj�: + From Martin Storsjö: * x86_64/machine.m4 (W64_ENTRY, W64_EXIT): New macros for supporting W64 ABI. * x86_64: Updated all assembly files to use them. @@ -40,9 +40,9 @@ W64 ABI (64-bit M$ windows). * config.m4.in (W64_ABI): Define, from configure substitution. -2011-11-24 Niels M�ller <nisse@lysator.liu.se> +2011-11-24 Niels Möller <nisse@lysator.liu.se> - From Martin Storsj�: + From Martin Storsjö: * examples/Makefile.in (check): Pass $(EMULATOR) and $(EXEEXT) in the environment of run-tests. * examples/rsa-encrypt-test: Use $EXEEXT and $EMULATOR. @@ -59,7 +59,7 @@ binary mode. * examples/rsa-encrypt.c (main): Likewise. -2011-11-24 Niels M�ller <nisse@lysator.liu.se> +2011-11-24 Niels Möller <nisse@lysator.liu.se> * configure.ac (HAVE_NATIVE_64_BIT): Workaround to get it set to 1 on w64. @@ -68,9 +68,9 @@ M$ w64. (RSHIFT64): Likewise. Also added a missing parenthesis. -2011-11-24 Niels M�ller <nisse@lysator.liu.se> +2011-11-24 Niels Möller <nisse@lysator.liu.se> - From Martin Storsj�: + From Martin Storsjö: * testsuite/symbols-test: Use $NM, falling back to nm if undefined. * testsuite/Makefile.in (check): Pass $(NM) in the environment of run-tests. @@ -85,20 +85,20 @@ or wine64 when cross compiling for windows, otherwise empty. * config.make.in (EMULATOR): Set from autoconf value. -2011-11-20 Niels M�ller <nisse@lysator.liu.se> +2011-11-20 Niels Möller <nisse@lysator.liu.se> * x86/camellia-crypt-internal.asm: Take ALIGNOF_UINT64_T into account when getting the offset for the subkeys. Differs between - w32 and other systems. w32 problem identified by Martin Storsj�. + w32 and other systems. w32 problem identified by Martin Storsjö. * config.m4.in: Define ALIGNOF_UINT64_T (from configure). * configure.ac: Check alignment of uint64_t, and also use AC_SUBST for use in config.m4.in. -2011-11-19 Niels M�ller <nisse@lysator.liu.se> +2011-11-19 Niels Möller <nisse@lysator.liu.se> - Cygwin/mingw32 improvements contributed by Martin Storsj�: + Cygwin/mingw32 improvements contributed by Martin Storsjö: * Makefile.in (IMPLICIT_TARGETS): New variable for DLL link libraries. (clean-here): Delete the DLL import libraries. @@ -121,22 +121,22 @@ * configure.ac: Unify shared lib setup for cygwin and mingw. -2011-10-31 Niels M�ller <nisse@lysator.liu.se> +2011-10-31 Niels Möller <nisse@lysator.liu.se> * configure.ac (LIBHOGWEED_LIBS): Typo fix for the darwin case. - Spotted by Martin Storsj�. + Spotted by Martin Storsjö. -2011-10-25 Niels M�ller <nisse@lysator.liu.se> +2011-10-25 Niels Möller <nisse@lysator.liu.se> * configure.ac (LIBHOGWEED_LIBS): cygwin fix, added libnettle.dll.a. Reported by Volker Zell. -2011-10-18 Niels M�ller <nisse@lysator.liu.se> +2011-10-18 Niels Möller <nisse@lysator.liu.se> - * configure.ac: Improved setup f�r darwin shared libraries. + * configure.ac: Improved setup för darwin shared libraries. Patch contributed by Ryan Schmidt. -2011-10-03 Niels M�ller <nisse@lysator.liu.se> +2011-10-03 Niels Möller <nisse@lysator.liu.se> * x86_64/memxor.asm: Implemented sse2-loop. Configured at compile time, and currently disabled. @@ -146,7 +146,7 @@ * testsuite/memxor-test.c: Use 16-byte alignment for "fully aligned" operands. -2011-09-03 Niels M�ller <nisse@lysator.liu.se> +2011-09-03 Niels Möller <nisse@lysator.liu.se> * x86/camellia-crypt-internal.asm: Use "l"-suffix on instructions more consistently. Reportedly, freebsd and netbsd systems with @@ -164,13 +164,13 @@ * ripemd160-compress.c: Added missing include of config.h. Needed for correct operation on big-endian systems. -2011-09-02 Niels M�ller <nisse@amfibolit.hack.org> +2011-09-02 Niels Möller <nisse@amfibolit.hack.org> * configure.ac: Changed version number to 2.4. * Released nettle-2.3. -2011-08-30 Niels M�ller <nisse@lysator.liu.se> +2011-08-30 Niels Möller <nisse@lysator.liu.se> * testsuite/hmac-test.c: Added tests for hmac-ripemd160. @@ -178,7 +178,7 @@ * Makefile.in (nettle_SOURCES): Added hmac-ripemd160.c. -2011-08-30 Niels M�ller <nisse@amfibolit.hack.org> +2011-08-30 Niels Möller <nisse@amfibolit.hack.org> * nettle.texinfo (Hash functions): Document ripemd-160. @@ -186,7 +186,7 @@ * hmac.h: Declare hmac-ripemd160 functions. -2011-08-29 Niels M�ller <nisse@lysator.liu.se> +2011-08-29 Niels Möller <nisse@lysator.liu.se> * sha256.c (sha256_update): Updated MD_UPDATE call for new conventions. @@ -264,7 +264,7 @@ * macros.h (MD_UPDATE): New macro. (MD_FINAL): New macro. -2011-08-28 Niels M�ller <nisse@lysator.liu.se> +2011-08-28 Niels Möller <nisse@lysator.liu.se> * ripemd160.c (ripemd160_final): Use LE_WRITE_UINT32. Deleted byte swapping at the end, leaving it to ripemd160_digest. @@ -290,7 +290,7 @@ * examples/nettle-benchmark.c (main): Benchmark ripemd-160. -2011-08-28 Niels M�ller <nisse@lysator.liu.se> +2011-08-28 Niels Möller <nisse@lysator.liu.se> RIPEMD-160 hash function. Ported from libgcrypt by Andres Mejia. * testsuite/ripemd160-test.c: New file. @@ -306,12 +306,12 @@ ripemd160-compress.c, and ripemd160-meta.c. (HEADERS): Added ripemd160.h. -2011-08-10 Niels M�ller <nisse@amfibolit.hack.org> +2011-08-10 Niels Möller <nisse@amfibolit.hack.org> * nettle.texinfo: Fixed mis-placed const in various prototypes. Spotted by Tatsuhiro Tsujikawa. -2011-07-24 Niels M�ller <nisse@lysator.liu.se> +2011-07-24 Niels Möller <nisse@lysator.liu.se> * Makefile.in (PKGCONFIG_FILES, pkgconfigdir): New variables. (DISTFILES): Added nettle.pc.in and hogweed.pc.in. @@ -321,17 +321,17 @@ (uninstall-here): Depend on uninstall-pkgconfig. (distclean-here): Delete nettle.pc and hogweed.pc. -2011-07-20 Niels M�ller <nisse@lysator.liu.se> +2011-07-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Generate nettle.pc and hogweed.pc. * nettle.pc.in, hogweed.pc.in: New files. -2011-07-17 Niels M�ller <nisse@lysator.liu.se> +2011-07-17 Niels Möller <nisse@lysator.liu.se> * nettle-internal.h: Added missing extern declarations. -2011-07-11 Niels M�ller <nisse@lysator.liu.se> +2011-07-11 Niels Möller <nisse@lysator.liu.se> * configure.ac: Changed version number to 2.3. @@ -339,7 +339,7 @@ * Makefile.in (DISTFILES): Distribute COPYING.LIB, not COPYING, -2011-07-07 Niels M�ller <nisse@lysator.liu.se> +2011-07-07 Niels Möller <nisse@lysator.liu.se> * tools/misc.h (werror): Removed incorrect noreturn attribute from declaration. @@ -347,7 +347,7 @@ * examples/io.c (read_file): Bug fix, in dependence of initial size on max_size. -2011-07-01 Niels M�ller <nisse@lysator.liu.se> +2011-07-01 Niels Möller <nisse@lysator.liu.se> * cbc.c (CBC_BUFFER_LIMIT): Reduced to 512 bytes. (cbc_decrypt): For in-place operation, use overlapping memxor3 and @@ -360,7 +360,7 @@ * x86_64/memxor.asm: Added ALIGN for shifting loop. Deleted obsolete ifelse. -2011-06-30 Niels M�ller <nisse@lysator.liu.se> +2011-06-30 Niels Möller <nisse@lysator.liu.se> * configure.ac: Link in serpent-decrypt.asm, if found. @@ -372,7 +372,7 @@ * x86_64/serpent.m4: New file, with serpent-related macros. -2011-06-29 Niels M�ller <nisse@lysator.liu.se> +2011-06-29 Niels Möller <nisse@lysator.liu.se> * x86_64/serpent-decrypt.asm: Wrote main (32-bit) loop. (SBOX0I, SBOX1I, SBOX7I): Fixed bugs. @@ -396,12 +396,12 @@ to 4.1. (LIBHOGWEED_MINOR): And to 2.1. -2011-06-22 Niels M�ller <nisse@lysator.liu.se> +2011-06-22 Niels Möller <nisse@lysator.liu.se> * configure.ac: Use pwd -P when examining lib directories. Link in serpent-encrypt.asm, if found. -2011-06-21 Niels M�ller <nisse@lysator.liu.se> +2011-06-21 Niels Möller <nisse@lysator.liu.se> * serpent-decrypt.c (SBOX3_INVERSE): Eliminated temporaries. (SBOX4_INVERSE): Likewise. @@ -410,7 +410,7 @@ (SBOX7_INVERSE): Likewise. (All SBOX_INVERSE-macros): Deleted type argument, and updated users. -2011-06-20 Niels M�ller <nisse@lysator.liu.se> +2011-06-20 Niels Möller <nisse@lysator.liu.se> * serpent-decrypt.c: Renamed arguments in sbox macros. (SBOX0_INVERSE): Eliminated temporaries. @@ -423,20 +423,20 @@ * testsuite/serpent-test.c (test_main): Added some more multiple block tests. -2011-06-15 Niels M�ller <nisse@lysator.liu.se> +2011-06-15 Niels Möller <nisse@lysator.liu.se> * configure.ac (libdir): On 64-bit Linux, we used to assume that libraries are installed according to the FHS. Since at least Fedora and Gentoo follow the FHS convention, while at least Debian doesn't, we have to try to figure out which convention is used. -2011-06-14 Niels M�ller <nisse@lysator.liu.se> +2011-06-14 Niels Möller <nisse@lysator.liu.se> * x86_64/serpent-encrypt.asm: Slight simplification of loop logic. * x86_64/serpent-encrypt.asm: New file. -2011-06-12 Niels M�ller <nisse@lysator.liu.se> +2011-06-12 Niels Möller <nisse@lysator.liu.se> * testsuite/serpent-test.c (test_main): Added tests with multiple blocks at a time. @@ -449,12 +449,12 @@ * configure.ac: Display summary at the end of configure.. (asm_path): Set only if enable_assember is yes. -2011-06-10 Niels M�ller <nisse@lysator.liu.se> +2011-06-10 Niels Möller <nisse@lysator.liu.se> * serpent-encrypt.c (SBOX5): Renamed arguments. Eliminated temporaries. -2011-06-09 Niels M�ller <nisse@lysator.liu.se> +2011-06-09 Niels Möller <nisse@lysator.liu.se> * serpent-encrypt.c (SBOX4): Renamed arguments. Eliminated temporaries. @@ -462,14 +462,14 @@ * configure.ac (LIBNETTLE_LINK, LIBHOGWEED_LINK): Cygwin fix, from Vincent Torri. -2011-06-08 Niels M�ller <nisse@lysator.liu.se> +2011-06-08 Niels Möller <nisse@lysator.liu.se> * examples/eratosthenes.c (find_first_one): Fixed c99-style declaration. Reported by Sebastian Reitenbach. (find_first_one): Declare the lookup table as static const, and use unsigned char rather than unsigned.. -2011-06-07 Niels M�ller <nisse@lysator.liu.se> +2011-06-07 Niels Möller <nisse@lysator.liu.se> * serpent-encrypt.c (SBOX0): Renamed arguments. Eliminated temporaries. @@ -477,7 +477,7 @@ (SBOX2): Likewise. (SBOX3): Likewise. -2011-06-06 Niels M�ller <nisse@lysator.liu.se> +2011-06-06 Niels Möller <nisse@lysator.liu.se> * Makefile.in (DISTFILES): Added serpent-internal.h. (nettle_SOURCES): Replaced serpent.c by serpent-set-key.c, @@ -493,7 +493,7 @@ parallel. Measured speedup of 10%--25% (higher for encryption) on x86_64. -2011-06-01 Niels M�ller <nisse@lysator.liu.se> +2011-06-01 Niels Möller <nisse@lysator.liu.se> * serpent.c (ROUNDS): Deleted macro. (serpent_block_t): Deleted array typedef. @@ -519,7 +519,7 @@ (serpent_set_key): Rewrote the generation of subkeys. Reduced both temporary storage and code size (less unrolling) -2011-05-31 Niels M�ller <nisse@lysator.liu.se> +2011-05-31 Niels Möller <nisse@lysator.liu.se> * testsuite/serpent-test.c (test_main): Enabled test with short, 40-bit, key. @@ -535,7 +535,7 @@ * serpent_sboxes.h: Removed. * Makefile.in: Drop serpent_sboxes.h. -2011-05-31 Niels M�ller <nisse@lysator.liu.se> +2011-05-31 Niels Möller <nisse@lysator.liu.se> * testsuite/serpent-test.c (test_main): Added some tests for padding of keys of length which is not a multiple of four bytes. @@ -545,28 +545,28 @@ * testsuite/serpent-test.c (test_main): Add test vectors from libgcrypt. -2011-05-21 Niels M�ller <nisse@lysator.liu.se> +2011-05-21 Niels Möller <nisse@lysator.liu.se> * dsa-keygen.c (dsa_generate_keypair): Avoid double init of mpz variable. Spotted by Nikos Mavrogiannopoulos. -2011-05-06 Niels M�ller <nisse@lysator.liu.se> +2011-05-06 Niels Möller <nisse@lysator.liu.se> * configure.ac: Fix link flags for shared libraries on Solaris, which needs -h to set the soname. Patch contributed by Dagobert Michelsen. -2011-05-06 Niels M�ller <nisse@lysator.liu.se> +2011-05-06 Niels Möller <nisse@lysator.liu.se> * configure.ac: New configure option --enable-gcov. * arcfour.h (arcfour_stream): Deleted obsolete define. -2011-04-27 Niels M�ller <nisse@lysator.liu.se> +2011-04-27 Niels Möller <nisse@lysator.liu.se> * tools/nettle-hash.c (find_algorithm): Require exact match. -2011-04-15 Niels M�ller <nisse@lysator.liu.se> +2011-04-15 Niels Möller <nisse@lysator.liu.se> Reverted broken byte-order change from 2001-06-17: * serpent.c (serpent_set_key): Use correct byteorder. @@ -579,7 +579,7 @@ taken from the serpent submission package. Enable test vectors from http://www.cs.technion.ac.il/~biham/Reports/Serpent/. -2011-03-23 Niels M�ller <nisse@lysator.liu.se> +2011-03-23 Niels Möller <nisse@lysator.liu.se> * tools/sexp-conv.c (xalloc): Deleted function, now it's in misc.c instead. @@ -597,7 +597,7 @@ * tools/nettle-hash.c: New file. -2011-03-23 Niels M�ller <nisse@lysator.liu.se> +2011-03-23 Niels Möller <nisse@lysator.liu.se> Contributed by Daniel Kahn Gillmor: * testsuite/Makefile.in (TS_NETTLE_SOURCES): Added @@ -619,12 +619,12 @@ * nettle-meta-ciphers.c: New file. * nettle-meta-hashes.c: New file. -2011-02-18 Niels M�ller <nisse@lysator.liu.se> +2011-02-18 Niels Möller <nisse@lysator.liu.se> * arcfour.c (arcfour_stream): Deleted function. It's not very useful, and neither documented nor tested. -2011-02-16 Niels M�ller <nisse@lysator.liu.se> +2011-02-16 Niels Möller <nisse@lysator.liu.se> * cbc.h (CBC_ENCRYPT): Avoid using NULL; we don't ensure that it is defined. @@ -645,7 +645,7 @@ (GCM_SET_IV): New macro, for completeness. (GCM_UPDATE): Deleted unused argument encrypt. -2011-02-14 Niels M�ller <nisse@lysator.liu.se> +2011-02-14 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Split node on cipher modes, and started on the GCM documentation. @@ -680,7 +680,7 @@ * testsuite/gcm-test.c (test_gcm_aes): Updated for gcm_aes_auth to gcm_aes_update renaming. -2011-02-13 Niels M�ller <nisse@lysator.liu.se> +2011-02-13 Niels Möller <nisse@lysator.liu.se> * gcm.h (GCM_UPDATE): Renamed, from... (GCM_AUTH): ...old name. @@ -694,7 +694,7 @@ * gcm.h (GCM_TABLE_BITS): Increase table size to 8 bits, corresponding to 4 KByte of key-dependent tables. -2011-02-10 Niels M�ller <nisse@lysator.liu.se> +2011-02-10 Niels Möller <nisse@lysator.liu.se> * x86_64/memxor.asm: New file. Improves performance by 22% for the unaligned01 case and 35% for the unaligned12 case, benchmarked on @@ -719,7 +719,7 @@ * testsuite/gcm-test.c (test_main): Added the rest of the testcases from the spec. -2011-02-09 Niels M�ller <nisse@lysator.liu.se> +2011-02-09 Niels Möller <nisse@lysator.liu.se> * testsuite/gcm-test.c (test_main): Enabled testcases 5 and 6, with different IV lengths. @@ -768,7 +768,7 @@ (GCM_DIGEST): Likewise. (struct gcm_aes_ctx): New struct. -2011-02-08 Niels M�ller <nisse@lysator.liu.se> +2011-02-08 Niels Möller <nisse@lysator.liu.se> * gcm.h (struct gcm_ctx): The hash key is now always an array, named h, with array size depending on GCM_TABLE_BITS. @@ -795,7 +795,7 @@ * gcm.h (union gcm_block): New union, used to enforce alignment. -2011-02-07 Niels M�ller <nisse@lysator.liu.se> +2011-02-07 Niels Möller <nisse@lysator.liu.se> * gcm.c (gcm_gf_shift_chunk) : Bug fix for little-endian 8-bit tables. @@ -816,7 +816,7 @@ * gcm.h (GCM_TABLE_BITS): Set to 4. -2011-02-06 Niels M�ller <nisse@lysator.liu.se> +2011-02-06 Niels Möller <nisse@lysator.liu.se> * Makefile.in (TARGETS): Added gcmdata. (gcmdata): New rule. @@ -850,7 +850,7 @@ than byte operations. Improves gmac performance from 830 cycles / byte to (still poor) 268 cycles per byte on intel x86_64. -2011-02-05 Niels M�ller <nisse@lysator.liu.se> +2011-02-05 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c (time_gmac): New function. (main): Call time_gmac. @@ -873,7 +873,7 @@ argument. * ctr.c: Use INCREMENT macro from macros.h, deleted local version. -2011-01-07 Niels M�ller <nisse@lysator.liu.se> +2011-01-07 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in (check): Add ../.lib to PATH, since that's where w*ndows looks for dlls. @@ -881,7 +881,7 @@ * testsuite/testutils.c (test_cipher_stream): More debug output on failure. -2010-12-14 Niels M�ller <nisse@lysator.liu.se> +2010-12-14 Niels Möller <nisse@lysator.liu.se> * nettle-types.h: Deleted some unnecessary parenthesis from function typedefs. @@ -891,11 +891,11 @@ * buffer.c (nettle_buffer_init_realloc): Use an explicit pointer for realloc argument. -2010-12-07 Niels M�ller <nisse@lysator.liu.se> +2010-12-07 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo (Copyright): Updated info on blowfish. -2010-11-26 Niels M�ller <nisse@lysator.liu.se> +2010-11-26 Niels Möller <nisse@lysator.liu.se> Reapplied optimizations (150% speedup on x86_32) and other fixes, relicensing them as LGPL. @@ -916,21 +916,21 @@ * blowfish.c: New version ported from libgcrypt. License changed from GPL to LGPL. -2010-11-25 Niels M�ller <nisse@lysator.liu.se> +2010-11-25 Niels Möller <nisse@lysator.liu.se> * Makefile.in (install-shared-nettle): Use INSTALL_DATA, which clears the execute permission bits. (install-shared-hogweed): Likewise. -2010-11-16 Niels M�ller <nisse@lysator.liu.se> +2010-11-16 Niels Möller <nisse@lysator.liu.se> * configure.ac: Updated gmp url. -2010-11-01 Niels M�ller <nisse@lysator.liu.se> +2010-11-01 Niels Möller <nisse@lysator.liu.se> * tools/misc.c (werror): Don't call exit (copy&paste-error). -2010-10-26 Niels M�ller <nisse@lysator.liu.se> +2010-10-26 Niels Möller <nisse@lysator.liu.se> * examples/rsa-encrypt.c (main): No extra message for bad options. @@ -941,7 +941,7 @@ bad options. * examples/random-prime.c (main): Likewise. -2010-10-22 Niels M�ller <nisse@lysator.liu.se> +2010-10-22 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c (main): Added long options. Deleted -?, and fixed handling of bad options. @@ -954,7 +954,7 @@ and fixed handling of bad options. * tools/sexp-conv.c (parse_options): Likewise. -2010-10-06 Niels M�ller <nisse@lysator.liu.se> +2010-10-06 Niels Möller <nisse@lysator.liu.se> * memxor.c (memxor3): Optimized. (memxor3_common_alignment): New function. @@ -975,14 +975,14 @@ words. (main): Call time_overhead. -2010-10-01 Niels M�ller <nisse@lysator.liu.se> +2010-10-01 Niels Möller <nisse@lysator.liu.se> * x86_64/camellia-crypt-internal.asm (ROUND): Reordered sbox lookups. * testsuite/memxor-test.c: Also test memxor3. -2010-09-30 Niels M�ller <nisse@lysator.liu.se> +2010-09-30 Niels Möller <nisse@lysator.liu.se> * configure.ac: Link in memxor.asm, if found. @@ -994,7 +994,7 @@ * examples/nettle-benchmark.c (time_memxor): Count size of unsigned long as "block size" for memxor. -2010-09-24 Niels M�ller <nisse@lysator.liu.se> +2010-09-24 Niels Möller <nisse@lysator.liu.se> * testsuite/.test-rules.make: Added rule for memxor-test. * testsuite/Makefile.in (TS_NETTLE_SOURCES): Added memxor-test.c @@ -1014,7 +1014,7 @@ differing in where addition of the key is done. * x86/camellia-crypt-internal.asm: Moved addition of key. -2010-09-22 Niels M�ller <nisse@lysator.liu.se> +2010-09-22 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c (BENCH_INTERVAL): Changed unit to seconds. @@ -1036,7 +1036,7 @@ * configure.ac: Check for clock_gettime, and add -lrt to BENCH_LIBS if needed. -2010-09-20 Niels M�ller <nisse@lysator.liu.se> +2010-09-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Less quoting when invoking $CC, to allow CC="gcc -m32". @@ -1056,12 +1056,12 @@ * x86_64/machine.m4 (LREG, HREG, XREG): New macros. -2010-09-17 Niels M�ller <nisse@lysator.liu.se> +2010-09-17 Niels Möller <nisse@lysator.liu.se> * configure.ac: Support shared libraries (dlls) with mingw32. Contributed by David Hoyt. -2010-07-25 Niels M�ller <nisse@lysator.liu.se> +2010-07-25 Niels Möller <nisse@lysator.liu.se> * configure.ac: Changed version number to nettle-2.2. @@ -1093,7 +1093,7 @@ (camellia_setup128): Deleted. (camellia_setup256): Deleted. -2010-07-24 Niels M�ller <nisse@lysator.liu.se> +2010-07-24 Niels Möller <nisse@lysator.liu.se> * camellia-set-encrypt-key.c (camellia_set_encrypt_key): Reduced code size, no complete loop unroll. Use one loop for each phase of @@ -1135,7 +1135,7 @@ * Makefile.in (nettle_SOURCES): Updated list of camellia source files. (DISTFILES): Added camellia-internal.h. -2010-07-20 Niels M�ller <nisse@lysator.liu.se> +2010-07-20 Niels Möller <nisse@lysator.liu.se> * camellia-meta.c: Use _NETTLE_CIPHER_SEP_SET_KEY. @@ -1163,7 +1163,7 @@ * camellia.h (struct camellia_ctx): Use type uint64_t for subkeys. -2010-07-07 Niels M�ller <nisse@lysator.liu.se> +2010-07-07 Niels Möller <nisse@lysator.liu.se> * aes.h (aes_encrypt, aes_decrypt): Declare ctx argument as const. Also updated implementation. @@ -1201,14 +1201,14 @@ (camellia_decrypt): ...New function, analogous to camellia_encrypt. -2010-07-06 Niels M�ller <nisse@lysator.liu.se> +2010-07-06 Niels Möller <nisse@lysator.liu.se> * camellia.c, camellia.h: New files, copied from http://info.isl.ntt.co.jp/crypt/eng/camellia/dl/camellia-LGPL-1.2.0.tar.gz. * testsuite/camellia-test.c: New file. -2010-07-05 Niels M�ller <nisse@lysator.liu.se> +2010-07-05 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Document new conventions for weak key and des parity checks. Document des_check_parity. @@ -1244,7 +1244,7 @@ * Makefile.in (des_headers): Deleted parity.h. -2010-06-30 Niels M�ller <nisse@lysator.liu.se> +2010-06-30 Niels Möller <nisse@lysator.liu.se> * testsuite/des-test.c (test_des): New function. (test_weak): New function. @@ -1260,7 +1260,7 @@ (des_set_key): Deleted parity checking code. Replaced old weak-key detection code by a call to des_weak_p. -2010-06-04 Niels M�ller <nisse@lysator.liu.se> +2010-06-04 Niels Möller <nisse@lysator.liu.se> * testsuite/testutils.c (test_dsa_key): Updated for new name DSA_SHA1_MIN_P_BITS. @@ -1284,11 +1284,11 @@ (dsa_openssl_private_key_from_der_iterator): Enforce 160-bit limit on q and x. Renamed parameter limit to p_max_bits. -2010-06-03 Niels M�ller <nisse@lysator.liu.se> +2010-06-03 Niels Möller <nisse@lysator.liu.se> * testsuite/dsa-test.c (test_main): Added test for dsa-sha256. -2010-06-02 Niels M�ller <nisse@lysator.liu.se> +2010-06-02 Niels Möller <nisse@lysator.liu.se> * testsuite/dsa-test.c (test_main): Provide expected value of the signature. @@ -1297,7 +1297,7 @@ signature. (test_dsa256): Likewise. -2010-06-01 Niels M�ller <nisse@lysator.liu.se> +2010-06-01 Niels Möller <nisse@lysator.liu.se> * testsuite/rsa-keygen-test.c (test_main): Updated expected signatures. @@ -1320,7 +1320,7 @@ (nettle_random_prime): Likewise, added top_bits_set argument. Invoke progress callback when a prime is generated. -2010-05-26 Niels M�ller <nisse@lysator.liu.se> +2010-05-26 Niels Möller <nisse@lysator.liu.se> * dsa-keygen.c (dsa_generate_keypair): Use _nettle_generate_pocklington_prime. Deleted old key generation @@ -1339,7 +1339,7 @@ then Maurer's algorithm, calling the new _nettle_generate_pocklington_prime for the final search. -2010-05-25 Niels M�ller <nisse@lysator.liu.se> +2010-05-25 Niels Möller <nisse@lysator.liu.se> * testsuite/dsa-test.c (test_main): Updated for dsa testing changes. @@ -1361,12 +1361,12 @@ primes using Pocklington's theorem. Takes both p_size and q_size as arguments. -2010-05-20 Niels M�ller <nisse@lysator.liu.se> +2010-05-20 Niels Möller <nisse@lysator.liu.se> * bignum-random-prime.c (miller_rabin_pocklington): Fixed broken logic when Miller-rabin succeeds early. -2010-04-09 Niels M�ller <nisse@lysator.liu.se> +2010-04-09 Niels Möller <nisse@lysator.liu.se> * bignum-next-prime.c: Include stdlib.h, needed for alloca on freebsd. @@ -1400,11 +1400,11 @@ * bignum-random-prime.c (nettle_random_prime): New file, new function. -2010-03-31 Niels M�ller <nisse@lysator.liu.se> +2010-03-31 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c (main): Benchmark sha224. -2010-03-30 Niels M�ller <nisse@lysator.liu.se> +2010-03-30 Niels Möller <nisse@lysator.liu.se> * testsuite/testutils.c (DSA_VERIFY): Updated for dsa_sha1_verify rename. @@ -1436,7 +1436,7 @@ * dsa-sign.c (_dsa_sign): New general signing function, for any hash. Returns success code, like the rsa signture functions. -2010-03-29 Niels M�ller <nisse@lysator.liu.se> +2010-03-29 Niels Möller <nisse@lysator.liu.se> * configure.ac (ABI): Attempt to use a better, ABI-dependant, default value for libdir. @@ -1448,12 +1448,12 @@ * configure.ac (ABI): Detect which ABI the compiler is using. On x86_64, also check for __arch64__. -2010-03-28 Niels M�ller <nisse@lysator.liu.se> +2010-03-28 Niels Möller <nisse@lysator.liu.se> * configure.ac (asm_path): For x86_64, check if compiler is generating 32-bit code. -2010-03-27 Niels M�ller <nisse@lysator.liu.se> +2010-03-27 Niels Möller <nisse@lysator.liu.se> * testsuite/hmac-test.c (test_main): Rewrote rest of tests to use HMAC_TEST, and added more tests from Daniel Kahn Gillmor and from @@ -1466,7 +1466,7 @@ * hmac-sha224.c: New file. -2010-03-26 Niels M�ller <nisse@lysator.liu.se> +2010-03-26 Niels Möller <nisse@lysator.liu.se> * testsuite/hmac-test.c (HMAC_TEST): New macro. (test_main): Use HMAC_TEST for the md5 and sha1 tests, and add @@ -1497,7 +1497,7 @@ * sha224-meta.c: New file. -2010-03-25 Niels M�ller <nisse@lysator.liu.se> +2010-03-25 Niels Möller <nisse@lysator.liu.se> * hmac-sha384.c: New file. @@ -1532,7 +1532,7 @@ (sha384_init): New function. (sha384_digest): New function. -2010-03-24 Niels M�ller <nisse@lysator.liu.se> +2010-03-24 Niels Möller <nisse@lysator.liu.se> * sha512.c: (sha512_digest): Simplified handling of any final partial word of the digest. @@ -1594,7 +1594,7 @@ * testsuite/Makefile.in: Added hogweed dependency for the test programs. -2010-03-23 Niels M�ller <nisse@lysator.liu.se> +2010-03-23 Niels Möller <nisse@lysator.liu.se> * testsuite/rsa-test.c (test_main): Test signing with sha512. @@ -1611,7 +1611,7 @@ * rsa-sha512-sign.c: New file. * pkcs1-rsa-sha512.c: New file. -2010-03-22 Niels M�ller <nisse@lysator.liu.se> +2010-03-22 Niels Möller <nisse@lysator.liu.se> * Makefile.in (nettle_SOURCES): Added hmac-sha512.c. @@ -1633,15 +1633,15 @@ * sha512-meta.c: New file. * sha512.c: New file. -2010-03-06 Niels M�ller <nisse@lysator.liu.se> +2010-03-06 Niels Möller <nisse@lysator.liu.se> * Makefile.in (distdir): Include x86_64 assembler files. -2010-01-20 Niels M�ller <nisse@lysator.liu.se> +2010-01-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Check for mpz_powm_sec. -2010-01-13 Niels M�ller <nisse@lysator.liu.se> +2010-01-13 Niels Möller <nisse@lysator.liu.se> * Makefile.in ($(LIBHOGWEED_FORLINK)): Depend on $(LIBNETTLE_FORLINK). @@ -1651,12 +1651,12 @@ libhogweed.so work, without having to use RTLD_GLOBAL. (LIBHOGWEED_LINK): Added -L., to find our libnettle.so. -2009-10-21 Niels M�ller <nisse@lysator.liu.se> +2009-10-21 Niels Möller <nisse@lysator.liu.se> * tools/Makefile.in (pkcs1-conv$(EXEEXT)): Added dependency on ../libhogweed.a. -2009-10-19 Niels M�ller <nisse@lysator.liu.se> +2009-10-19 Niels Möller <nisse@lysator.liu.se> * tools/pkcs1-conv.c: Updated for dsa/der interface change. @@ -1669,7 +1669,7 @@ (dsa_openssl_private_key_from_der): Likewise. * dsa.h: Corresponding changees to prototypes and #defines. -2009-10-12 Niels M�ller <nisse@lysator.liu.se> +2009-10-12 Niels Möller <nisse@lysator.liu.se> * sexp-format.c: Removed conditioning on HAVE_LIBGMP. @@ -1688,52 +1688,52 @@ * testsuite/rsa2sexp-test.c (test_main): Updated testcase for "rsa-pkcs1". -2009-10-11 Niels M�ller <nisse@lysator.liu.se> +2009-10-11 Niels Möller <nisse@lysator.liu.se> * rsa2sexp.c (rsa_keypair_to_sexp): Changed default algorithm name to "rsa-pkcs1". -2009-09-20 Niels M�ller <nisse@lysator.liu.se> +2009-09-20 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm: Improved performance by 17% on AMD K7, by letting loopmix scramble the instruction order. -2009-09-15 Niels M�ller <nisse@lysator.liu.se> +2009-09-15 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm: Cleanup, removing old cruft. Slight improvement to ROUND_F1_NOEXP. Slight reduction of dependency-chains. -2009-08-25 Niels M�ller <nisse@lysator.liu.se> +2009-08-25 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm: Eliminated tmp variable for f3 rounds. * examples/nettle-benchmark.c (bench_sha1_compress): New function, for precise benchmarking of the compression function. -2009-06-08 Niels M�ller <nisse@lysator.liu.se> +2009-06-08 Niels Möller <nisse@lysator.liu.se> * Released nettle-2.0. -2009-06-04 Niels M�ller <nisse@lysator.liu.se> +2009-06-04 Niels Möller <nisse@lysator.liu.se> * configure.ac: Set version to 2.0 -2009-05-30 Niels M�ller <nisse@lysator.liu.se> +2009-05-30 Niels Möller <nisse@lysator.liu.se> * Makefile.in (.texinfo.info): Don't use a temporary output file $@T, trust makeinfo to remove output file on errors. -2009-05-19 Niels M�ller <nisse@lysator.liu.se> +2009-05-19 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Changed license to public domain. -2009-05-11 Niels M�ller <nisse@lysator.liu.se> +2009-05-11 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Fixes from Karl Berry. Added some more index terms. -2009-03-06 Niels M�ller <nisse@lysator.liu.se> +2009-03-06 Niels Möller <nisse@lysator.liu.se> * x86_64/aes-encrypt-internal.asm: Reduced unrolling. Keep state in %eax--%edx only. @@ -1753,7 +1753,7 @@ (XREG): Fixed bug in handling of %r8 and %r9. (AES_ROUND): Use MOVE_HREG. -2009-02-10 Niels M�ller <nisse@lysator.liu.se> +2009-02-10 Niels Möller <nisse@lysator.liu.se> * base16-meta.c (base16_encode_update_wrapper): Mark ctx argument as UNUSED. @@ -1773,15 +1773,15 @@ * tools/output.h (struct sexp_output): Removed union with single element, and updated all users. New attribute soft_newline. -2008-12-22 Niels M�ller <nisse@lysator.liu.se> +2008-12-22 Niels Möller <nisse@lysator.liu.se> * Makefile.in ($(des_headers)): Create files in $(srcdir). -2008-11-28 Niels M�ller <nisse@lysator.liu.se> +2008-11-28 Niels Möller <nisse@lysator.liu.se> * testsuite/cxx-test.cxx: Include <cstdio>. -2008-11-22 Niels M�ller <nisse@lysator.liu.se> +2008-11-22 Niels Möller <nisse@lysator.liu.se> * yarrow256.c (yarrow256_fast_reseed): Set ctx->seeded = 1, so that it is set if and only if the aes context has been initialized @@ -1789,12 +1789,12 @@ (yarrow256_seed): No need to set ctx->seeded here. (yarrow256_update): Likewise. -2008-11-04 Niels M�ller <nisse@lysator.liu.se> +2008-11-04 Niels Möller <nisse@lysator.liu.se> * examples/next-prime.c (main): Avoid using gmp_fprintf, to stay compatible with gmp-3.1. -2008-11-01 Niels M�ller <nisse@lysator.liu.se> +2008-11-01 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo: Updated for 2.0. New section on linking. @@ -1802,25 +1802,25 @@ types to nettle-types.h. Use non-pointer types, so that the types can be used to declare functions. Updated all users. -2008-10-31 Niels M�ller <nisse@lysator.liu.se> +2008-10-31 Niels Möller <nisse@lysator.liu.se> * testsuite/yarrow-test.c (test_main): Updated for seed file changes. * sha-example.c (display_hex): Use %02x, not %2x. -2008-10-30 Niels M�ller <nisse@lysator.liu.se> +2008-10-30 Niels Möller <nisse@lysator.liu.se> * tools/sexp-conv.c (main): Fixed file locking. -2008-10-25 Niels M�ller <nisse@lysator.liu.se> +2008-10-25 Niels Möller <nisse@lysator.liu.se> * configure.ac: Set version to 2.0rc1. * examples/Makefile.in (next-prime$(EXEEXT)): Added -lnettle to linker. -2008-10-24 Niels M�ller <nisse@lysator.liu.se> +2008-10-24 Niels Möller <nisse@lysator.liu.se> * sha256.c (ROUND): Simplified macro. @@ -1836,12 +1836,12 @@ * yarrow.h (struct yarrow256_ctx): Deleted seed_file buffer. -2008-09-17 Niels M�ller <nisse@lysator.liu.se> +2008-09-17 Niels Möller <nisse@lysator.liu.se> * x86/arcfour-crypt.asm: Improved loop logic, and unrolled loop twice. Gave a modest speedup. -2008-09-15 Niels M�ller <nisse@lysator.liu.se> +2008-09-15 Niels Möller <nisse@lysator.liu.se> * yarrow256.c (yarrow256_seed): Disallow length == 0. @@ -1850,7 +1850,7 @@ * x86_64/aes-decrypt-internal.asm: New file. -2008-09-13 Niels M�ller <nisse@lysator.liu.se> +2008-09-13 Niels Möller <nisse@lysator.liu.se> * x86/aes-encrypt-internal.asm: Replaced pushl and popl in the loop with movl. Eliminated redundant movl. @@ -1876,12 +1876,12 @@ (AES_ROUND): Use movzbl together with LREG and HREG. (AES_SUBST_BYTE): Likewise. -2008-09-10 Niels M�ller <nisse@lysator.liu.se> +2008-09-10 Niels Möller <nisse@lysator.liu.se> * x86_64/sha1-compress.asm: Avoid using registers %rbx and %rbp, which must be preserved. -2008-09-08 Niels M�ller <nisse@lysator.liu.se> +2008-09-08 Niels Möller <nisse@lysator.liu.se> * Makefile.in (stamp-h.in): Use $(AUTOHEADER). @@ -1892,12 +1892,12 @@ * x86_64/machine.m4: New file, new directory. -2008-08-28 Niels M�ller <nisse@lysator.liu.se> +2008-08-28 Niels Möller <nisse@lysator.liu.se> * examples/eratosthenes.c (main): Rewrote block-wise sieving to use less memory. New options -s and -v. -2008-08-27 Niels M�ller <nisse@lysator.liu.se> +2008-08-27 Niels Möller <nisse@lysator.liu.se> * testsuite/sexp-conv-test (print_raw, print_nl): Use printf. Updated testcases with comments; comments are now preserved. @@ -1921,18 +1921,18 @@ * configure.ac: Check for fcntl file locking. -2008-08-26 Niels M�ller <nisse@lysator.liu.se> +2008-08-26 Niels Möller <nisse@lysator.liu.se> * Makefile.in (tags-here): Put TAGS file in the source directory. * examples/Makefile.in (tags): Likewise. * testsuite/Makefile.in (tags): Likewise. * tools/Makefile.in (tags): Likewise. -2008-02-29 Niels M�ller <nisse@lysator.liu.se> +2008-02-29 Niels Möller <nisse@lysator.liu.se> * examples/Makefile.in (SOURCES): Added next-prime.c. -2008-01-05 Niels M�ller <nisse@lysator.liu.se> +2008-01-05 Niels Möller <nisse@lysator.liu.se> * examples/Makefile.in (TARGETS): Added eratosthenes and next-prime. (next-prime, eratosthenes): New rules. @@ -1969,7 +1969,7 @@ * configure.ac: Check for sizeof(long). -2008-01-03 Niels M�ller <nisse@lysator.liu.se> +2008-01-03 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c (main): Removed incorrect UNUSED from declaration. @@ -1977,7 +1977,7 @@ * bignum-next-prime.c: Moved the bignum_next_prime function to a separate file. -2007-09-08 Niels M�ller <nisse@lysator.liu.se> +2007-09-08 Niels Möller <nisse@lysator.liu.se> * sparc64/aes-encrypt-internal.asm: The directory with the aes.m4 include file was renamed from "sparc" to "sparc32". Updated include. @@ -1985,16 +1985,16 @@ * sparc32/aes-encrypt-internal.asm: Likewise. * sparc32/aes-decrypt-internal.asm: Likewise. -2007-09-07 Niels M�ller <nisse@lysator.liu.se> +2007-09-07 Niels Möller <nisse@lysator.liu.se> * examples/read_rsa_key.c: Include stdlib.h. -2007-06-02 Niels M�ller <nisse@lysator.liu.se> +2007-06-02 Niels Möller <nisse@lysator.liu.se> * Makefile.in: Typo fixes to install targets, spotted by Magnus Holmgren. -2007-05-14 Niels M�ller <niels@s3.kth.se> +2007-05-14 Niels Möller <niels@s3.kth.se> * configure.ac: Fixed copy-and-paste errors in shared library name setup. @@ -2039,29 +2039,29 @@ * testsuite/Makefile.in (TS_NETTLE_SOURCES, TS_HOGWEED_SOURCES): Separate test cases using nettle and those also using hogweed. -2007-04-05 Niels M�ller <nisse@lysator.liu.se> +2007-04-05 Niels Möller <nisse@lysator.liu.se> * Moved in CVS tree. Also renamed directory sparc to sparc32. -2007-02-24 Niels M�ller <nisse@lysator.liu.se> +2007-02-24 Niels Möller <nisse@lysator.liu.se> * Makefile.in (clean-here): Remove .lib directory. (distclean-here): Remove machine.m4. -2006-12-05 Niels M�ller <nisse@lysator.liu.se> +2006-12-05 Niels Möller <nisse@lysator.liu.se> * configure.ac: AC_PREREQ 2.61, for AC_PROG_MKDIR_P. * config.make.in (datarootdir): New directory variable (for autoconf-2.61). -2006-11-28 Niels M�ller <nisse@lysator.liu.se> +2006-11-28 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.16. * Released nettle-1.15. -2006-11-27 Niels M�ller <nisse@lysator.liu.se> +2006-11-27 Niels Möller <nisse@lysator.liu.se> * NEWS: New entry for nettle-1.15. @@ -2101,7 +2101,7 @@ * COPYING, INSTALL, install-sh, texinfo.tex: Updated files, from automake-1.10. -2006-11-27 Niels M�ller <niels@s3.kth.se> +2006-11-27 Niels Möller <niels@s3.kth.se> * tools/Makefile.in (install): Use MKDIR_P to create installation directory. Install only one file at a time. @@ -2111,7 +2111,7 @@ * configure.ac: Use AC_PROG_MKDIR_P. -2006-11-24 Niels M�ller <nisse@lysator.liu.se> +2006-11-24 Niels Möller <nisse@lysator.liu.se> * testsuite/yarrow-test.c (test_main): Use gold-bug.txt as input file, instead of rfc1750.txt. @@ -2122,7 +2122,7 @@ * testsuite/rfc1750.txt: Deleted file. Debian considers RFC:s non-free, and it was expired anyway. Replaced by gold-bug.txt. -2006-11-24 Niels M�ller <niels@s3.kth.se> +2006-11-24 Niels Möller <niels@s3.kth.se> * Almost all header files: Added C++ guards. @@ -2136,16 +2136,16 @@ * testsuite/cxx-test.cxx: New testcase, trying to use nettle from a C++ program. -2006-08-28 Niels M�ller <niels@s3.kth.se> +2006-08-28 Niels Möller <niels@s3.kth.se> * index.html: Added section on language bindings. -2006-06-10 Niels M�ller <niels@s3.kth.se> +2006-06-10 Niels Möller <niels@s3.kth.se> * configure.ac: Darwin shared library support, from Grant Robinsson. -2006-05-18 Niels M�ller <nisse@lysator.liu.se> +2006-05-18 Niels Möller <nisse@lysator.liu.se> * src/nettle/x86/aes.asm: Deleted unused file. @@ -2158,10 +2158,10 @@ (install-here, install-shared, install-info, install-headers): Use plain mkdir, not $(INSTALL) -d. -2006-05-16 Niels M�ller <niels@s3.kth.se> +2006-05-16 Niels Möller <niels@s3.kth.se> Merged from the lsh experimental branch. -2006-04-26 Niels M�ller <nisse@lysator.liu.se> +2006-04-26 Niels Möller <nisse@lysator.liu.se> * examples/rsa-decrypt.c: Don't include "getopt.h", since it's not used. * examples/nettle-benchmark.c: Include "getopt.h". @@ -2182,22 +2182,22 @@ * asm.m4 (ALIGN): New macro. Takes a logarithmic argument, and expands to a .align directive. -2006-04-21 Niels M�ller <nisse@lysator.liu.se> +2006-04-21 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo (Public-key algorithms): Say that the public key operations are undocumented, not unsupported. Reported by Jeronimo Pellegrini. -2006-04-08 Niels M�ller <nisse@lysator.liu.se> +2006-04-08 Niels Möller <nisse@lysator.liu.se> * tools/pkcs1-conv.c (read_pem): Fixed c99-style declaration. - Reported by Henrik Grubbstr�m. + Reported by Henrik Grubbström. -2006-01-31 Niels M�ller <niels@s3.kth.se> +2006-01-31 Niels Möller <niels@s3.kth.se> * examples/rsa-verify.c: Fixed typo in usage message. -2005-12-05 Niels M�ller <nisse@lysator.liu.se> +2005-12-05 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.15, @@ -2208,7 +2208,7 @@ * configure.ac (SHLIBMINOR): Increased minor number. Library version is now libnettle.so.2.5, soname still libnettle.so.2. -2005-11-28 Niels M�ller <nisse@lysator.liu.se> +2005-11-28 Niels Möller <nisse@lysator.liu.se> * config.make.in (INSTALL): Don't substitute INSTALL, INSTALL_DATA and friends here, to get a correct a relative filename for @@ -2218,7 +2218,7 @@ and friends here. * Makefile.in (INSTALL): Likewise. -2005-11-27 Niels M�ller <nisse@lysator.liu.se> +2005-11-27 Niels Möller <nisse@lysator.liu.se> * Makefile.in (.texinfo.pdf): New rule. Avoid dependency on intermediate .dvi and .ps files. @@ -2228,7 +2228,7 @@ * Makefile.in (install-info, install-headers): Don't use $< and $?; Solaris make doesn't support them in explicit rules. -2005-11-26 Niels M�ller <nisse@lysator.liu.se> +2005-11-26 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in: Include .test-rules.make, which contains the rules for all the test executables. @@ -2238,7 +2238,7 @@ * testsuite/.test-rules.make: Automatically generated file for building the test programs. -2005-11-25 Niels M�ller <nisse@lysator.liu.se> +2005-11-25 Niels Möller <nisse@lysator.liu.se> * configure.ac: Disable assembler when compiling with rntcl. @@ -2256,32 +2256,32 @@ * examples/Makefile.in: Use explicit rules for all executable targets. Use $(EXEEXT) and $(OBJEXT) more consistently. -2005-11-25 Niels M�ller <niels@s3.kth.se> +2005-11-25 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.in: Avoid using single-suffix rule to build executables. -2005-11-24 Niels M�ller <niels@s3.kth.se> +2005-11-24 Niels Möller <niels@s3.kth.se> * Makefile.in (distdir): Use [ -f, not [ -e, since the latter is less portable, and not supported by Solaris /bin/sh. -2005-11-23 Niels M�ller <niels@s3.kth.se> +2005-11-23 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.in (DISTFILES): Added teardown-env. * testsuite/teardown-env: New file. Delete files created by the testsuite. -2005-11-21 Niels M�ller <nisse@lysator.liu.se> +2005-11-21 Niels Möller <nisse@lysator.liu.se> * testsuite/testutils.c (main): Fixed check for -v option. Spotted by Goran K. -2005-11-21 Niels M�ller <niels@s3.kth.se> +2005-11-21 Niels Möller <niels@s3.kth.se> * ctr.h (CTR_CTX, CTR_CRYPT): Fixed bugs, spotted by Goran K. -2005-11-20 Niels M�ller <nisse@lysator.liu.se> +2005-11-20 Niels Möller <nisse@lysator.liu.se> * Makefile.in (nettle_SOURCES): Added der2rsa.c. @@ -2320,7 +2320,7 @@ * asn1.h: Added name mangling defines, and a few new declarations. -2005-11-13 Niels M�ller <nisse@lysator.liu.se> +2005-11-13 Niels Möller <nisse@lysator.liu.se> * Makefile.in (nettle_SOURCES): Added der-iterator.c. (HEADERS): Added asn1.h. @@ -2330,7 +2330,7 @@ * der-iterator.c: New file. * asn1.h: New file. -2005-11-07 Niels M�ller <nisse@lysator.liu.se> +2005-11-07 Niels Möller <nisse@lysator.liu.se> * examples/nettle-benchmark.c: Check HAVE_UNISTD_H. @@ -2346,7 +2346,7 @@ * config.guess, config.sub: In the CVS tree, moved files to the lsh top-level directory. -2005-10-23 Niels M�ller <nisse@lysator.liu.se> +2005-10-23 Niels Möller <nisse@lysator.liu.se> * sparc64/arcfour-crypt.asm: New file, almost the same as sparc/arcfour-crypt.asm. @@ -2358,17 +2358,17 @@ read accesses at SRC; could be improved int he case that SRC and DST have compatible alignment. -2005-10-19 Niels M�ller <niels@s3.kth.se> +2005-10-19 Niels Möller <niels@s3.kth.se> * testsuite/arcfour-test.c (test_main): New testcase with 512 bytes of data. -2005-10-19 Niels M�ller <nisse@lysator.liu.se> +2005-10-19 Niels Möller <nisse@lysator.liu.se> * sparc/arcfour-crypt.asm: Fixed bug, spotted by Mikael Kalms. We must order the store at [CTX+I] before the load of [CTX+SI+SJ]. -2005-10-18 Niels M�ller <nisse@lysator.liu.se> +2005-10-18 Niels Möller <nisse@lysator.liu.se> * sparc/arcfour-crypt.asm: Special unrolled code if SRC and DST have compatible alignment. Improves performance by 20%, but I'm @@ -2383,10 +2383,10 @@ numbers. Convert in the same way as for positive numbers, and then subtract the appropriate power of two. -2005-10-17 Niels M�ller <nisse@lysator.liu.se> +2005-10-17 Niels Möller <nisse@lysator.liu.se> * bignum.c (nettle_mpz_from_octets): Improved loop. Removed the - digit temporary (suggested by Torbj�rn Granlund). + digit temporary (suggested by Torbjörn Granlund). * sparc/arcfour-crypt.asm: Improved instruction scheduling. @@ -2399,7 +2399,7 @@ * x86/arcfour-crypt.asm: Use ARCFOUR_I and ARCFOUR_J * asm.m4 (ARCFOUR): New struct. -2005-10-17 Niels M�ller <niels@s3.kth.se> +2005-10-17 Niels Möller <niels@s3.kth.se> * aes-internal.h (struct aes_table): Deleted idx and sparc_idx arrays. @@ -2407,7 +2407,7 @@ * aes-decrypt.c (_aes_decrypt_table): Likewise. * asm.m4 (AES): Likewise -2005-10-16 Niels M�ller <nisse@lysator.liu.se> +2005-10-16 Niels Möller <nisse@lysator.liu.se> * tools/input.c (sexp_get_char): Use unsigned for the done flag. @@ -2480,7 +2480,7 @@ them as arguments. (AES_FINAL_ROUND): New macro. -2005-10-15 Niels M�ller <nisse@lysator.liu.se> +2005-10-15 Niels Möller <nisse@lysator.liu.se> * configure.ac (OBJDUMP): Substitute the program false if objdump is not found. @@ -2501,7 +2501,7 @@ * sparc/aes-encrypt-internal.asm: New file. -2005-10-14 Niels M�ller <nisse@lysator.liu.se> +2005-10-14 Niels Möller <nisse@lysator.liu.se> * x86/aes-decrypt.asm, x86/aes-encrypt.asm: Deleted files. @@ -2535,7 +2535,7 @@ * aes-decrypt-internal.c (_nettle_aes_decrypt): New AES decryption function, analogous to _nettle_aes_encrypt. -2005-10-14 Niels M�ller <niels@s3.kth.se> +2005-10-14 Niels Möller <niels@s3.kth.se> * aes-internal.h (AES_ROUND, AES_FINAL_ROUND): New macros. @@ -2545,7 +2545,7 @@ * sha1-compress.c: Added debugging code. * md5-compress.c: Likewise. -2005-10-13 Niels M�ller <niels@s3.kth.se> +2005-10-13 Niels Möller <niels@s3.kth.se> * config.m4.in (ASM_MARK_NOEXEC_STACK): Use a diversion, to substitute the value of ASM_MARK_NOEXEC_STACK at the end of each @@ -2557,7 +2557,7 @@ * sparc64/aes.asm: New file. Copy of sparc/aes.asm, with minor changes to the stack frame layout. Patch contributed by Henrik - Grubbstr�m. Not yet tested. + Grubbström. Not yet tested. * x86/md5-compress.asm: Skip copying of input to the stack, and don't allocate space for it. @@ -2569,11 +2569,11 @@ * configure.ac (asm_path): Check for sparc64, and use sparc64 subdirectory. Link in md5-compress.asm, if it exists. -2005-10-13 Niels M�ller <nisse@lysator.liu.se> +2005-10-13 Niels Möller <nisse@lysator.liu.se> * x86/md5-compress.asm (REF): Fixed calculation of offset. -2005-10-12 Niels M�ller <nisse@lysator.liu.se> +2005-10-12 Niels Möller <nisse@lysator.liu.se> * x86/machine.m4 (OFFSET): Moved macro, used to be in... * x86/sha1-compress.asm (OFFSET): ... removed macro. @@ -2581,7 +2581,7 @@ * x86/md5-compress.asm: New file, with first attempt at md5 assembler. Not yet working. -2005-10-11 Niels M�ller <nisse@lysator.liu.se> +2005-10-11 Niels Möller <nisse@lysator.liu.se> * Makefile.in (nettle_SOURCES): Added md5-compress.c. @@ -2590,7 +2590,7 @@ * md5-compress.c (_nettle_md5_compress): New file and new function. -2005-10-10 Niels M�ller <niels@s3.kth.se> +2005-10-10 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.in (EXTRA_SOURCES, EXTRA_TARGETS): New variables, for test cases that are not run by default. @@ -2603,7 +2603,7 @@ * sha1.c (sha1_block): Deleted function; inlined where used. (SHA1_INCR): New macro for incrementing the block count. -2005-10-06 Niels M�ller <nisse@lysator.liu.se> +2005-10-06 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.14. @@ -2615,7 +2615,7 @@ $(DISTFILES) from source and build directories. For some reason, $? failed to find stamp-h.in in the source directory. -2005-10-05 Niels M�ller <nisse@lysator.liu.se> +2005-10-05 Niels Möller <nisse@lysator.liu.se> * x86/aes-decrypt.asm: Use C_NAME(_nettle_aes_decrypt_table) when using the AES_SUBST_BYTE macro. Use PROLOGUE and EPILOGUE. @@ -2664,21 +2664,21 @@ compute offsets mod 16, since m4 on FreeBSD 49.RELEASE and NetBSD doesn't implement & correctly in eval. -2005-10-03 Niels M�ller <nisse@lysator.liu.se> +2005-10-03 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm (OFFSET): New macro. (F3): Eliminated a movl. (ROUND): New argument, for k. When using F3, it's TMP3, on the stack, otherwise, it is kept in TMP2, a register. -2005-10-03 Niels M�ller <niels@s3.kth.se> +2005-10-03 Niels Möller <niels@s3.kth.se> * examples/nettle-openssl.c: Use correct block sizes for openssl ciphers. * examples/nettle-benchmark.c: Also display cycles per block. -2005-10-02 Niels M�ller <nisse@lysator.liu.se> +2005-10-02 Niels Möller <nisse@lysator.liu.se> * sha1-compress.c (_nettle_sha1_compress): Updated to new interface. Now responsible for byte conversion. @@ -2697,7 +2697,7 @@ argument is now a pointer to the input data in unaligned, big-endian form. -2005-09-28 Niels M�ller <niels@s3.kth.se> +2005-09-28 Niels Möller <niels@s3.kth.se> * sha1.c (sha1_final): Call sha1_block, don't call the compression function _nettle_sha1_compress directly. @@ -2720,22 +2720,22 @@ * examples/nettle-openssl.c: Updated openssl des glue to use the new openssl des interface. Added glue for arcfour and aes. -2005-09-27 Niels M�ller <nisse@lysator.liu.se> +2005-09-27 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo (RSA): Improved text about the RSA patent. Use @documentencoding ISO-8859-1. -2005-09-07 Niels M�ller <niels@s3.kth.se> +2005-09-07 Niels Möller <niels@s3.kth.se> * tools/sexp-conv.c (parse_options): New option --raw-hash, for compatibility with lsh-1.x. Equivalent to --hash. -2005-09-06 Niels M�ller <niels@s3.kth.se> +2005-09-06 Niels Möller <niels@s3.kth.se> * tools/sexp-conv.c (main): With --hash, output a newline after each hash. -2005-07-02 Niels M�ller <nisse@lysator.liu.se> +2005-07-02 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in (TS_SOURCES): Added ctr-test.c. @@ -2771,29 +2771,29 @@ * nettle-types.h: New file. Automatically generated declarations are now in nettle-stdint.h. -2005-03-17 Niels M�ller <niels@s3.kth.se> +2005-03-17 Niels Möller <niels@s3.kth.se> * config.guess: Support Solaris on x86_64. Fix by Henrik - Grubbstr�m. + Grubbström. -2005-01-03 Niels M�ller <niels@s3.kth.se> +2005-01-03 Niels Möller <niels@s3.kth.se> * examples/io.h: Include RSA declarations only when public key algorithms are enabled. Problem reported by Meilof Veeningen <meilof@gmail.com>. -2004-12-07 Niels M�ller <nisse@lysator.liu.se> +2004-12-07 Niels Möller <nisse@lysator.liu.se> * Makefile.in: Install directories, using $(INSTALL) -d, only if they don't exist already. -2004-12-05 Niels M�ller <nisse@lysator.liu.se> +2004-12-05 Niels Möller <nisse@lysator.liu.se> * config.make.in (.PRECIOUS): Reverted earlier change. We need .PRECIOUS to stop GNU make from deleting object files for the test programs. -2004-12-02 Niels M�ller <nisse@lysator.liu.se> +2004-12-02 Niels Möller <nisse@lysator.liu.se> * Makefile.in (.SUFFIXES): Moved from Makefile.in to... * config.make.in (.SUFFIXES): ... here. This helps compilation @@ -2806,23 +2806,23 @@ (clean distclean mostlyclean maintainer-clean): Don't use the -C flag when invoking make, for compatibility with Solaris make. -2004-12-02 Niels M�ller <niels@s3.kth.se> +2004-12-02 Niels Möller <niels@s3.kth.se> * Makefile.in (aesdata, desdata): Commented out the explicit targets. (shadata): Avoid using $< in non-pattern rule. -2004-12-01 Niels M�ller <nisse@lysator.liu.se> +2004-12-01 Niels Möller <nisse@lysator.liu.se> * config.make.in: Added a default target. -2004-11-29 Niels M�ller <nisse@lysator.liu.se> +2004-11-29 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.in: Use .$(OBJEXT). Explicitly set .SUFFIXES. * Makefile.in: Use .$(OBJEXT). -2004-11-28 Niels M�ller <nisse@lysator.liu.se> +2004-11-28 Niels Möller <nisse@lysator.liu.se> * tools/Makefile.in (nettle-lfib-stream): Avoid using $< in non-suffix rule. @@ -2834,12 +2834,12 @@ * tools/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. -2004-11-24 Niels M�ller <niels@s3.kth.se> +2004-11-24 Niels Möller <niels@s3.kth.se> * configure.ac: Fixed typo, preventing the creation of dependency files. -2004-11-23 Niels M�ller <nisse@lysator.liu.se> +2004-11-23 Niels Möller <nisse@lysator.liu.se> * Makefile.in: Use DEP_INCLUDE. * tools/Makefile.in: Likewise. @@ -2849,7 +2849,7 @@ * configure.ac (dummy-dep-files): Generate only of dependency tracking is enabled. -2004-11-18 Niels M�ller <nisse@lysator.liu.se> +2004-11-18 Niels Möller <nisse@lysator.liu.se> * Makefile.in (clean-here): The clean target should not delete the dependency files. Moved to the distclean target. @@ -2860,7 +2860,7 @@ * configure.ac (ASM_SYMBOL_PREFIX): Fixed test. (dummy-dep-files): Added quotes to sed command. -2004-11-17 Niels M�ller <nisse@lysator.liu.se> +2004-11-17 Niels Möller <nisse@lysator.liu.se> * testsuite/symbols-test: Try plain nm if nm -g doesn't work. @@ -2876,12 +2876,12 @@ * configure.ac (ASM_SYMBOL_PREFIX): Check if global symbols have a leading underscore. -2004-11-16 Niels M�ller <nisse@lysator.liu.se> +2004-11-16 Niels Möller <nisse@lysator.liu.se> * Deleted getopt.c, getopt.h and getopt1.c from the CVS tree. Link them from shared copies in lsh/misc instead. -2004-11-14 Niels M�ller <nisse@lysator.liu.se> +2004-11-14 Niels Möller <nisse@lysator.liu.se> * Makefile.in (DEP_FILES): Try include with only one macro argument to be expanted. @@ -2889,7 +2889,7 @@ * configure.ac (dummy-dep-files): Create dummy dependency files, so that they can be included by the makefiles. -2004-11-13 Niels M�ller <nisse@lysator.liu.se> +2004-11-13 Niels Möller <nisse@lysator.liu.se> * Makefile.in: Don't use -include, as it's GNU make specific. * examples/Makefile.in, tools/Makefile.in, testsuite/Makefile.in: @@ -2901,17 +2901,17 @@ cast.h, des.h. Renamed symbol HAVE_LIBCRYPTO to WITH_OPENSSL. New configure option --disable-openssl. -2004-11-04 Niels M�ller <nisse@lysator.liu.se> +2004-11-04 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.13. * Released nettle-1.12. -2004-11-04 Niels M�ller <niels@s3.kth.se> +2004-11-04 Niels Möller <niels@s3.kth.se> * nettle.texinfo (UPDATED-FOR): Bumped to 1.12. -2004-11-02 Niels M�ller <nisse@lysator.liu.se> +2004-11-02 Niels Möller <nisse@lysator.liu.se> * nettle.texinfo (Cipher functions): Updated AES documentation, for aes_set_encrypt_key and aes_set_decrypt_key. @@ -2922,7 +2922,7 @@ pattern. (This file really lives in the lsh tree, as lsh/acinclude.m4. For a complete ChangeLog, see lsh/Changelog). -2004-10-26 Niels M�ller <nisse@lysator.liu.se> +2004-10-26 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version to 1.12. @@ -2934,14 +2934,14 @@ * x86/arcfour-crypt.asm: Use movzbl when extending %cl to 32 bits. -2004-10-24 Niels M�ller <nisse@lysator.liu.se> +2004-10-24 Niels Möller <nisse@lysator.liu.se> * x86/arcfour-crypt.asm: Reverted the latest two changes; update bost src and dst pointers in the loop, and use plain addb when updating j. These two previous changes slowed the code down on AMD Duron. -2004-10-21 Niels M�ller <nisse@lysator.liu.se> +2004-10-21 Niels Möller <nisse@lysator.liu.se> * Makefile.in (install-shared): Use $(INSTALL_PROGRAM). @@ -2950,7 +2950,7 @@ * Makefile.in (DISTFILES): Added asm.m4. -2004-10-21 Niels M�ller <niels@s3.kth.se> +2004-10-21 Niels Möller <niels@s3.kth.se> * examples/Makefile.in: Deleted all configure-related rules, except the one rebuilding this Makefile. One should run make at @@ -2965,7 +2965,7 @@ Rewrote the configure-related rules, mostly based on the example in the autoconf manual. -2004-10-20 Niels M�ller <nisse@lysator.liu.se> +2004-10-20 Niels Möller <nisse@lysator.liu.se> * examples/nettle-openssl.c (NCOMPAT): Disable openssl backwards compatibility. @@ -2978,7 +2978,7 @@ * testsuite/Makefile.in: Likewise * tools/Makefile.in: Likewise. -2004-10-20 Niels M�ller <niels@s3.kth.se> +2004-10-20 Niels Möller <niels@s3.kth.se> * Makefile.in: In the assembler rules, there's no need to look in $(srcdir) for the input file. @@ -2991,7 +2991,7 @@ * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Replaced addb -> addl + andl $0xff, improving speed on PPro by another 15%. -2004-10-20 Niels M�ller <nisse@lysator.liu.se> +2004-10-20 Niels Möller <nisse@lysator.liu.se> * tools/Makefile.in (install): Support DESTDIR. (uninstall): New target. @@ -3028,7 +3028,7 @@ * config.make.in (COMPILE): Add $(INCLUDE) to the line. -2004-10-19 Niels M�ller <nisse@lysator.liu.se> +2004-10-19 Niels Möller <nisse@lysator.liu.se> Stop using automake. Replaced each Makefile.am with a hand-written Makefile.in. @@ -3037,24 +3037,24 @@ * .bootstrap: Don't run aclocal and automake. * config.make.in: New file, with shared Makefile variables and rules. -2004-10-18 Niels M�ller <nisse@lysator.liu.se> +2004-10-18 Niels Möller <nisse@lysator.liu.se> * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Replace incb -> incl + andl, to improve speed on PPro and PII. Suggested by Fredrik Olsson. -2004-10-08 Niels M�ller <niels@s3.kth.se> +2004-10-08 Niels Möller <niels@s3.kth.se> * examples/rsa-encrypt-test: Avoid reading and executing a file at the same time. * examples/setup-env: Likewise. -2004-10-06 Niels M�ller <niels@s3.kth.se> +2004-10-06 Niels Möller <niels@s3.kth.se> * testsuite/symbols-test: Ignore __i686.get_pc_thunk.bx and similar symbols. -2004-10-05 Niels M�ller <nisse@lysator.liu.se> +2004-10-05 Niels Möller <nisse@lysator.liu.se> * twofish.c (q_table): Use a const pointer array. @@ -3071,12 +3071,12 @@ * list-obj-sizes.awk: Fixes to handle multiple .data and .rodata sections. Also fixed to handle the last file correctly. -2004-09-23 Niels M�ller <nisse@lysator.liu.se> +2004-09-23 Niels Möller <nisse@lysator.liu.se> * configure.ac (SHLIBLINK, SHLIBLIBS): On cygwin, linking needs -Wl,--whole-archive $(OBJECTS) -Wl,--no-whole-archive $(LIBS). -2004-09-22 Niels M�ller <niels@s3.kth.se> +2004-09-22 Niels Möller <niels@s3.kth.se> * configure.ac: Setup SHLIBFORLINK and friends for cygwin. @@ -3090,7 +3090,7 @@ (SHLIBSONAME): Check if this name is empty, which is the case on cygwin, before using it. -2004-08-31 Niels M�ller <nisse@lysator.liu.se> +2004-08-31 Niels Möller <nisse@lysator.liu.se> * configure.ac: New command line option --disable-pic. Use LSH_CCPIC. @@ -3098,12 +3098,12 @@ * Makefile.am (libnettle_a_CFLAGS): Added $(CCPIC), to attempt to build also the static library as position independent code. -2004-08-24 Niels M�ller <nisse@lysator.liu.se> +2004-08-24 Niels Möller <nisse@lysator.liu.se> * des-compat.c (des_cbc_cksum): Pad input with NUL's, if it's not an integral number of blocks. -2004-08-24 Niels M�ller <niels@s3.kth.se> +2004-08-24 Niels Möller <niels@s3.kth.se> * testsuite/arctwo-test.c, arctwo.h, arctwo.c (arctwo_set_key_ekb): Fixed typo; it should be "ekb", not "ebk". @@ -3122,12 +3122,12 @@ * macros.h (LE_READ_UINT16, LE_WRITE_UINT16): New macros. -2004-08-23 Niels M�ller <nisse@lysator.liu.se> +2004-08-23 Niels Möller <nisse@lysator.liu.se> * testsuite/md5-test.c (test_main): Added collision, found in 2004. (test_main): Added second collision. -2004-08-23 Niels M�ller <niels@s3.kth.se> +2004-08-23 Niels Möller <niels@s3.kth.se> * testsuite/md5-test.c (test_main): Added first half of a collision test case. @@ -3138,52 +3138,52 @@ * des-compat.h (const_des_cblock): New bogus type. Disabled use of const, for compatibility with openssl. -2004-06-08 Niels M�ller <niels@s3.kth.se> +2004-06-08 Niels Möller <niels@s3.kth.se> * aesdata.c: Renamed log and ilog to gf2_log and gf2_exp. -2004-04-07 Niels M�ller <nisse@lysator.liu.se> +2004-04-07 Niels Möller <nisse@lysator.liu.se> * aes-set-encrypt-key.c (log, ilog): Deleted unused tables. * aes-set-decrypt-key.c (gf2_log, gf2_exp, mult): Renamed tables, were log and ilog. -2004-03-20 Niels M�ller <nisse@lysator.liu.se> +2004-03-20 Niels Möller <nisse@lysator.liu.se> * configure.ac: Use AC_CONFIG_AUX_DIR([.]). -2004-03-18 Niels M�ller <niels@s3.kth.se> +2004-03-18 Niels Möller <niels@s3.kth.se> * examples/io.c (read_file): Display a message if fopen fails. -2004-03-05 Niels M�ller <nisse@lysator.liu.se> +2004-03-05 Niels Möller <nisse@lysator.liu.se> * Released nettle-1.10. * configure.ac (SHLIBMINOR): Shared library version is now 2.2. -2004-03-04 Niels M�ller <nisse@lysator.liu.se> +2004-03-04 Niels Möller <nisse@lysator.liu.se> * testsuite/symbols-test: Pass -g flag to nm. -2004-03-02 Niels M�ller <nisse@lysator.liu.se> +2004-03-02 Niels Möller <nisse@lysator.liu.se> * configure.ac: Fixed EXEEXT workaround. -2004-03-02 Niels M�ller <niels@s3.kth.se> +2004-03-02 Niels Möller <niels@s3.kth.se> * configure.ac: Added workaround to get the correct $(EXEEXT)='' when compiling with rntcl. -2004-03-02 Niels M�ller <nisse@lysator.liu.se> +2004-03-02 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.am (noinst_PROGRAMS): Put test program list here, to let automake add $(EXEEXT). * configure.ac (RSA_EXAMPLES): Append $(EXEEXT) to the filenames. -2004-03-01 Niels M�ller <nisse@lysator.liu.se> +2004-03-01 Niels Möller <nisse@lysator.liu.se> * examples/rsa-keygen.c, examples/rsa-encrypt.c, examples/rsa-decrypt.c: Include "getopt.h" instead of <unistd.h>. @@ -3199,7 +3199,7 @@ * testsuite/testutils.c (main): Don't use getopt. Then we don't need to include <unistd.h>. -2004-03-01 Niels M�ller <niels@s3.kth.se> +2004-03-01 Niels Möller <niels@s3.kth.se> * config.guess: Copied from automake-1.8.2. Hacked to recognize Windows_NT (and Windows_95 and Windows_98) running on "x86" and @@ -3207,7 +3207,7 @@ * install-sh: Removed from CVS repository. Let automake supply it. -2004-02-26 Niels M�ller <nisse@lysator.liu.se> +2004-02-26 Niels Möller <nisse@lysator.liu.se> * nettle-meta.h (nettle_crypt_func): Typedef moved to cbc.h. Include cbc.h instead. @@ -3222,7 +3222,7 @@ for typing the f argument. Reverted the const change, for compatibility with nettle_crypt_func. -2004-02-25 Niels M�ller <nisse@lysator.liu.se> +2004-02-25 Niels Möller <nisse@lysator.liu.se> * testsuite/des-compat-test.c: Use des_cblock for typing more of the variables. Use const. Got rid of most of the explicit casts. @@ -3242,16 +3242,16 @@ * des-compat.c (des_cbc_cksum): Dereference DST pointer. -2004-02-25 Niels M�ller <niels@s3.kth.se> +2004-02-25 Niels Möller <niels@s3.kth.se> * pgp.h: Include nettle-types.h. -2004-02-24 Niels M�ller <nisse@lysator.liu.se> +2004-02-24 Niels Möller <nisse@lysator.liu.se> * testsuite/symbols-test: Allow symbols starting with double underscores, like on darwin. -2004-02-17 Niels M�ller <niels@s3.kth.se> +2004-02-17 Niels Möller <niels@s3.kth.se> * Makefile.am: Protected %-rules used for building pure objects, and for assembler files, by automake conditionals. Needed for @@ -3268,31 +3268,31 @@ * testsuite/testutils.c (xalloc): xalloc(0) should work also on systems where malloc(0) returns NULL. -2004-02-16 Niels M�ller <niels@s3.kth.se> +2004-02-16 Niels Möller <niels@s3.kth.se> * Makefile.am (%.o: %.asm): Added comment about OSF1 make problem. -2004-02-15 Niels M�ller <nisse@lysator.liu.se> +2004-02-15 Niels Möller <nisse@lysator.liu.se> * testsuite/testutils.h: #include nettle-types.h instead of inttypes.h. -2004-02-12 Niels M�ller <nisse@lysator.liu.se> +2004-02-12 Niels Möller <nisse@lysator.liu.se> * examples/rsa-encrypt-test: Use -r option when invoking rsa-encrypt. Needed for the test to work on systems with no /dev/urandom. -2004-02-12 Niels M�ller <niels@s3.kth.se> +2004-02-12 Niels Möller <niels@s3.kth.se> * configure.ac (CPPFLAGS, LDFLAGS): No spaces after -I and -L, as some C compilers, in particular True64 cc, don't like that. -2004-02-08 Niels M�ller <nisse@lysator.liu.se> +2004-02-08 Niels Möller <nisse@lysator.liu.se> * configure.ac: Bumped version number to 1.10. -2004-02-07 Niels M�ller <nisse@lysator.liu.se> +2004-02-07 Niels Möller <nisse@lysator.liu.se> * Released nettle-1.9. @@ -3337,7 +3337,7 @@ * Makefile.am (nodist_libnettleinclude_HEADERS): nettle-types.h should not be distributed. -2004-02-06 Niels M�ller <niels@s3.kth.se> +2004-02-06 Niels Möller <niels@s3.kth.se> * x86/sha1-compress.asm: Rename round -> ROUND. @@ -3353,7 +3353,7 @@ * x86/sha1-compress.asm (EXPAND): Fixed the rotation part of the data expansion. -2004-02-06 Niels M�ller <nisse@lysator.liu.se> +2004-02-06 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm: Assembler implementation of sha1_compress. (Not yet working). @@ -3364,7 +3364,7 @@ moved to... * sha1-compress.c: ... New file. -2004-02-05 Niels M�ller <nisse@lysator.liu.se> +2004-02-05 Niels Möller <nisse@lysator.liu.se> * examples/rsa-encrypt.c (process_file): Copy the leftover to the start of the buffer, when preparing for the final processing. @@ -3390,7 +3390,7 @@ * arcfour.c (arcfour_stream): Likewise. * arcfour-crypt.c (arcfour_crypt): Likewise. -2004-02-05 Niels M�ller <niels@s3.kth.se> +2004-02-05 Niels Möller <niels@s3.kth.se> * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Must store the new i, j at the end of the loop. @@ -3411,22 +3411,22 @@ * arcfour-crypt.c (arcfour_crypt): New file. * arcfour.c (arcfour_crypt): Optimization suggested by Jonas - Walld�n. Makes arcfour up to 50% faster on x86 and ppc, and + Walldén. Makes arcfour up to 50% faster on x86 and ppc, and probably on other architectures as well. -2004-01-31 Niels M�ller <nisse@lysator.liu.se> +2004-01-31 Niels Möller <nisse@lysator.liu.se> * configure.ac (AX_CREATE_STDINT_H): Also look for uint32_t and friends in sys/types.h. -2004-01-11 Niels M�ller <nisse@harpo.hack.org> +2004-01-11 Niels Möller <nisse@harpo.hack.org> * Makefile.am (libnettleinclude_HEADERS): Added bignum.h, memxor.h, pkcs1.h and rsa-compat.h. * configure.ac: Bumped version to 1.9. -2004-01-10 Niels M�ller <nisse@harpo.hack.org> +2004-01-10 Niels Möller <nisse@harpo.hack.org> * Released nettle-1.8. @@ -3436,7 +3436,7 @@ * configure.ac (SHLIBMAJOR): Bumped to 2. -2004-01-09 Niels M�ller <nisse@harpo.hack.org> +2004-01-09 Niels Möller <nisse@harpo.hack.org> * examples/rsa-encrypt-test: New testcase. @@ -3449,7 +3449,7 @@ * examples/io.c (write_string): Treat short item count as an error. -2004-01-08 Niels M�ller <niels@s3.kth.se> +2004-01-08 Niels Möller <niels@s3.kth.se> * index.html: Added instructions for CVS access. @@ -3464,7 +3464,7 @@ imposing a hard limit on what can be allocated. Updated all users of alloca. -2004-01-07 Niels M�ller <nisse@harpo.hack.org> +2004-01-07 Niels Möller <nisse@harpo.hack.org> * nettle-types.h: New (generated) file, to be used instead of including <inttypes.h> directly. Updated all users of inttypes.h. @@ -3474,11 +3474,11 @@ * configure.ac (AX_CREATE_STDINT_H): Create nettle-types.h. -2003-11-16 Niels M�ller <nisse@harpo.hack.org> +2003-11-16 Niels Möller <nisse@harpo.hack.org> * yarrow256.c (yarrow256_seed): Use const for the seed_file input. -2003-11-12 Niels M�ller <niels@s3.kth.se> +2003-11-12 Niels Möller <niels@s3.kth.se> * list-obj-sizes.awk: New function for decoding hex values, with a new function hex2int. Also implemented calculation of total @@ -3486,13 +3486,13 @@ the $FILTER environment variable as a regexp for restricting the object files that are considered. -2003-09-21 Niels M�ller <nisse@cuckoo.hack.org> +2003-09-21 Niels Möller <nisse@cuckoo.hack.org> * testsuite/rsa-encrypt-test.c (test_main): Don't use gmp_printf, as it seems it's only available with the newer gmp. Use mpz_out_str instead. -2003-09-19 Niels M�ller <niels@s3.kth.se> +2003-09-19 Niels Möller <niels@s3.kth.se> * examples/Makefile.am (EXTRA_DIST): Added rsa-session.h. @@ -3519,16 +3519,16 @@ * configure.ac (RSA_EXAMPLES): Added rsa-encrypt and rsa-decrypt. -2003-09-01 Niels M�ller <nisse@cuckoo.hack.org> +2003-09-01 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.c (print_hex): Use const. -2003-08-30 Niels M�ller <niels@s3.kth.se> +2003-08-30 Niels Möller <niels@s3.kth.se> * md2.c, md2.h: Added reference to RFC 1319. * md4.c, md4.h: Added reference to RFC 1320 -2003-08-26 Niels M�ller <niels@s3.kth.se> +2003-08-26 Niels Möller <niels@s3.kth.se> * Makefile.am: Added md2 and md5 files. Deleted the print-path hack. @@ -3555,7 +3555,7 @@ * md2.c, md2.h, md2-meta.c: New files, implemented md2. * md4.c, md4.h, md4-meta.c: New files, implemented md4. -2003-08-17 Niels M�ller <nisse@cuckoo.hack.org> +2003-08-17 Niels Möller <nisse@cuckoo.hack.org> * desCode.h (des_keymap, des_bigmap): Deleted extern declarations, they conficted with the static definition in des.c. Reported by @@ -3564,41 +3564,41 @@ * des.c (DesSmallFipsEncrypt, DesSmallFipsDecrypt): Moved definitions after the definition of the des_kemap array. -2003-08-11 Niels M�ller <nisse@cuckoo.hack.org> +2003-08-11 Niels Möller <nisse@cuckoo.hack.org> * rsa-encrypt.c (rsa_encrypt): Bugfix contributed by leg@terra.com.br. -2003-06-10 Niels M�ller <niels@s3.kth.se> +2003-06-10 Niels Möller <niels@s3.kth.se> * Makefile.am (EXTRA_DIST): Distribute sha-example.c. -2003-06-05 Niels M�ller <nisse@lysator.liu.se> +2003-06-05 Niels Möller <nisse@lysator.liu.se> * Makefile.am (DISTCLEANFILES): Delete .s files. -2003-05-27 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-27 Niels Möller <nisse@cuckoo.hack.org> * testsuite/symbols-test: And allow symbols that start at the beginning of the line, as output by AIX nm. -2003-05-26 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-26 Niels Möller <nisse@cuckoo.hack.org> * testsuite/symbols-test: Allow symbols to start with a dot. -2003-05-14 Niels M�ller <niels@s3.kth.se> +2003-05-14 Niels Möller <niels@s3.kth.se> * pgp.h (enum pgp_subpacket_tag): Copied values from RFC 2440. Renamed PGP_SUBPACKET_ISSUER to PGP_SUBPACKET_ISSUER_KEY_ID. -2003-05-13 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-13 Niels Möller <nisse@cuckoo.hack.org> * pgp.h: Do proper namemangling for pgp_put_public_rsa_key and pgp_put_rsa_sha1_signature. * pgp-encode.c (pgp_put_mpi): Fixed nettle_mpz_get_str_256 call. -2003-05-12 Niels M�ller <nisse@cuckoo.hack.org> +2003-05-12 Niels Möller <nisse@cuckoo.hack.org> * rsa2openpgp.c (rsa_keypair_to_openpgp): Some bugfixes. @@ -3617,11 +3617,11 @@ * Reordered includes in most or all .c-files. All should now include config.h. -2003-05-12 Niels M�ller <niels@s3.kth.se> +2003-05-12 Niels Möller <niels@s3.kth.se> * configure.ac: Use LSH_FUNC_ALLOCA. -2003-04-25 Niels M�ller <niels@s3.kth.se> +2003-04-25 Niels Möller <niels@s3.kth.se> * Makefile.am (libnettle_a_SOURCES): Added hmac-sha256.c. @@ -3630,7 +3630,7 @@ * hmac-sha256.c (hmac_sha256_digest): New file. -2003-04-22 Niels M�ller <nisse@cuckoo.hack.org> +2003-04-22 Niels Möller <nisse@cuckoo.hack.org> * sha-example.c (display_hex): Simplified by using printf better. @@ -3640,14 +3640,14 @@ * sha-example.c: Example program, for inclusion in the manual. Fixed bugs reported by Mark Arking. -2003-04-14 Niels M�ller <niels@s3.kth.se> +2003-04-14 Niels Möller <niels@s3.kth.se> * x86/aes-encrypt.asm (nettle_aes_encrypt): Fixed references to _nettle_aes_encrypt_table. * x86/aes-decrypt.asm (nettle_aes_decrypt): Fixed references to _nettle_aes_decrypt_table. -2003-04-12 Niels M�ller <nisse@cuckoo.hack.org> +2003-04-12 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (TS_SH): New test case symbols-test. (EXTRA_PROGRAMS): Added testutils, as a kludge to @@ -3674,7 +3674,7 @@ declares a function also use #define to provide a shorter more readable name without the prefix. -2003-03-11 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-11 Niels Möller <nisse@cuckoo.hack.org> * Released nettle-1.7. @@ -3683,7 +3683,7 @@ * nettle.texinfo (DSA): New section. (RSA): Updated documentation. -2003-03-02 Niels M�ller <nisse@cuckoo.hack.org> +2003-03-02 Niels Möller <nisse@cuckoo.hack.org> * examples/nettle-benchmark.c (time_cipher): Don't use GNU C non-constant initializers. @@ -3692,29 +3692,29 @@ * configure.ac: Use LSH_GCC_ATTRIBUTES. -2003-02-19 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-19 Niels Möller <nisse@cuckoo.hack.org> * acinclude.m4: Deleted file from cvs, use a link to lsh's acinclude.m4 instead. -2003-02-16 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-16 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (libnettleinclude_HEADERS): Added macros.h. * tools/Makefile.am (EXTRA_DIST): Added getopt.h. -2003-02-14 Niels M�ller <niels@s3.kth.se> +2003-02-14 Niels Möller <niels@s3.kth.se> * Makefile.am (print_path): Added target to print the used PATH, for debugging. (print-path): Moved dependency to all-local. -2003-02-11 Niels M�ller <niels@s3.kth.se> +2003-02-11 Niels Möller <niels@s3.kth.se> * buffer.c (nettle_buffer_copy): Bug fix, it didn't return any value. -2003-02-11 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-11 Niels Möller <nisse@cuckoo.hack.org> * testsuite/sexp-format-test.c (test_main): Added test for %( and %). @@ -3728,7 +3728,7 @@ * buffer.c (nettle_buffer_init_realloc): New function. * buffer-init.c (nettle_buffer_init): Use nettle_buffer_init_realloc. -2003-02-10 Niels M�ller <nisse@cuckoo.hack.org> +2003-02-10 Niels Möller <nisse@cuckoo.hack.org> * testsuite/sexp-format-test.c (test_main): New test with tokens in the format string. @@ -3746,14 +3746,14 @@ (sexp_vformat): Implemented support for literals in the format string. -2003-02-06 Niels M�ller <nisse@lysator.liu.se> +2003-02-06 Niels Möller <nisse@lysator.liu.se> * testsuite/sexp-conv-test (print_raw, print_nl): New functions. The testfunctions use these instead of using echo directly. Use the test input '3:"\x' instead of '2:"\', to be friendlier to sysv echo. -2003-02-05 Niels M�ller <nisse@lysator.liu.se> +2003-02-05 Niels Möller <nisse@lysator.liu.se> * des-compat.h (des_set_key): Different name mangling, if this file is included, des_set_key should refer to a function that @@ -3769,7 +3769,7 @@ * configure.ac (LDFLAGS): --with-lib-path should add to LDFLAGS, not replace it. -2003-01-30 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-30 Niels Möller <nisse@cuckoo.hack.org> * tools/output.c (sexp_put_string): Fixed handling of escapable characters. The code generated random escape sequences for @@ -3778,16 +3778,16 @@ * testsuite/sexp-conv-test: More tests for hex and base64 input and output. -2003-01-30 Niels M�ller <niels@s3.kth.se> +2003-01-30 Niels Möller <niels@s3.kth.se> * sexp2bignum.c (nettle_mpz_set_sexp): Call sexp_iterator_next on success. That means the iterator argument can't be const. -2003-01-29 Niels M�ller <niels@s3.kth.se> +2003-01-29 Niels Möller <niels@s3.kth.se> * tools/Makefile.am (LDADD): Add libnettle.a, for the dependency. -2003-01-27 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-27 Niels Möller <nisse@cuckoo.hack.org> * sexp2dsa.c (dsa_signature_from_sexp): New function. @@ -3797,7 +3797,7 @@ * rsa.c (rsa_public_key_init, rsa_public_key_clear) (rsa_public_key_prepare): Renamed functions. -2003-01-23 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-23 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (libnettle_a_SOURCES): Added new rsa and pkcs1 files. Removed old rsa_md5.c and rsa_sha1.c. @@ -3831,7 +3831,7 @@ * testsuite/pkcs1-test.c: New test. -2003-01-22 Niels M�ller <niels@s3.kth.se> +2003-01-22 Niels Möller <niels@s3.kth.se> * examples/Makefile.am (nettle_benchmark_LDADD): Use OPENSSL_LIBFLAGS. @@ -3839,30 +3839,30 @@ * configure.ac (OPENSSL_LIBFLAGS): If libcrypto is found, add -lcrypto to OPENSSL_LIBFLAGS, not the plain LDFLAGS. -2003-01-20 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-20 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (CLEANFILES): Delete test.in, test1.out and test2.out. -2003-01-17 Niels M�ller <niels@s3.kth.se> +2003-01-17 Niels Möller <niels@s3.kth.se> * examples/Makefile.am (AM_CPPFLAGS): Use AM_CPPFLAGS instead of AM_CFLAGS. * testsuite/Makefile.am (AM_CPPFLAGS): Likewise. -2003-01-16 Niels M�ller <niels@s3.kth.se> +2003-01-16 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.am (check): Can't use quotes around $(srcdir). -2003-01-14 Niels M�ller <nisse@lysator.liu.se> +2003-01-14 Niels Möller <nisse@lysator.liu.se> * testsuite/Makefile.am (check): Don't use "run-tests" as a target, as it's confused with the file with the same name. * .bootstrap: Added missing #! /bin/sh. -2003-01-12 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-12 Niels Möller <nisse@cuckoo.hack.org> * buffer.c (nettle_buffer_reset): New function. (nettle_buffer_copy): New function. @@ -3907,16 +3907,16 @@ (sexp_convert_list): Use sexp_parse. (main): Likewise. -2003-01-08 Niels M�ller <niels@s3.kth.se> +2003-01-08 Niels Möller <niels@s3.kth.se> * tools/sexp-conv.c (parse_options): Initialize prefer_hex. -2003-01-07 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-07 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (des_headers): Refer to the desdata binary using $(EXEEXT). -2003-01-01 Niels M�ller <nisse@cuckoo.hack.org> +2003-01-01 Niels Möller <nisse@cuckoo.hack.org> * testsuite/sexp-conv-test: New tests for hex and base64 literal output. @@ -3926,7 +3926,7 @@ (parse_options): Implemented -s hex, for output using hex rather than base64. -2002-12-30 Niels M�ller <nisse@cuckoo.hack.org> +2002-12-30 Niels Möller <nisse@cuckoo.hack.org> * testsuite/rsa2sexp-test.c: Don't include rsa.h (done by testutils.h, if enabled). @@ -3936,12 +3936,12 @@ * rsa-encrypt.c: Likewise. * rsa-compat.c: Likewise. -2002-12-04 Niels M�ller <niels@s3.kth.se> +2002-12-04 Niels Möller <niels@s3.kth.se> * testsuite/Makefile.am (LDADD): Added path to ../libnettle.a, which is redundant except for the dependency. -2002-12-04 Niels M�ller <nisse@cuckoo.hack.org> +2002-12-04 Niels Möller <nisse@cuckoo.hack.org> * testsuite/sexp-format-test.c (test_main): Use %0s instead of %z. New test for %t. @@ -3958,11 +3958,11 @@ * buffer.c (nettle_buffer_grow): Fixed assertion. -2002-11-22 Niels M�ller <niels@s3.kth.se> +2002-11-22 Niels Möller <niels@s3.kth.se> * buffer.c: Include assert.h. -2002-11-21 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-21 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.c (print_hex): Add line breaks. @@ -3993,7 +3993,7 @@ * configure.ac: Check for gcc:s __attribute__. -2002-11-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-16 Niels Möller <nisse@cuckoo.hack.org> * sexp2dsa.c, sexp2rsa.c: (macro GET): Check sign of parsed numbers. @@ -4001,7 +4001,7 @@ * sexp2bignum.c (nettle_mpz_set_sexp): In the first check against limit, added some margin to allow for sign octets. -2002-11-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-15 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.h (LDATA): Use sizeof instead of strlen. Now handles strings including NUL-characters. But works only with @@ -4049,7 +4049,7 @@ * sexp.c (sexp_iterator_get_uint32): New function. -2002-11-10 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-10 Niels Möller <nisse@cuckoo.hack.org> * testsuite/sexp-conv-test: Use input files without any trailing newline character, in order to stress the end of file handling. @@ -4081,7 +4081,7 @@ * sexp-format.c (sexp_vformat): Abort if format string contains unhandled characters. -2002-11-08 Niels M�ller <niels@s3.kth.se> +2002-11-08 Niels Möller <niels@s3.kth.se> * des-compat.c (des_ecb3_encrypt): Don't use struct initialization (c89 doesn't allow non-constant initializers). Reported by James @@ -4091,12 +4091,12 @@ * examples/nettle-openssl.c: Moved from the top-level directory. Should *not* be included in the nettle library. -2002-11-08 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-08 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.c (test_dsa_key): Bugfix for renamed DSA constant (noted by James Ralston). -2002-11-07 Niels M�ller <niels@s3.kth.se> +2002-11-07 Niels Möller <niels@s3.kth.se> * testsuite/run-tests: Copied new version rom lsh/src/testsuite. This version handles test scripts located in $srcdir. @@ -4105,7 +4105,7 @@ * tools/Makefile.am (AM_CFLAGS): Likewise. * testsuite/Makefile.am (AM_CFLAGS): Likewise. -2002-11-07 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-07 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (SUBDIRS): Added tools. (libnettle_a_SOURCES): Added sexp-transport-format.c, @@ -4168,7 +4168,7 @@ * testsuite/sexp-conv-test: Moved test from examples directory. Updated path to sexp-conv, now in ../tools/sexp-conv. -2002-11-03 Niels M�ller <nisse@cuckoo.hack.org> +2002-11-03 Niels Möller <nisse@cuckoo.hack.org> * sexp-format.c, sexp_format.c: Renamed sexp_format.c to sexp-format.c. @@ -4182,7 +4182,7 @@ * sexp2rsa.c (rsa_keypair_from_sexp_alist): New function. (rsa_keypair_from_sexp): Use it. -2002-11-01 Niels M�ller <niels@s3.kth.se> +2002-11-01 Niels Möller <niels@s3.kth.se> * examples/Makefile.am (LDADD): Use -lnettle, instead of an explicit filename libnettle.a, so that we will use the shared @@ -4199,13 +4199,13 @@ ($(SHLIBFORLINK)): When building libnettle.so, create a link from .lib/$SHLIBSONAME. Needed at runtime, for the testsuite. -2002-11-01 Niels M�ller <nisse@lysator.liu.se> +2002-11-01 Niels Möller <nisse@lysator.liu.se> * configure.ac: Fixed definitions using SHLIBMAJOR and SHLIBMINOR. Also AC_SUBST SHLIBMAJOR and SHLIBMINOR. Reported by James Ralston. -2002-10-31 Niels M�ller <niels@s3.kth.se> +2002-10-31 Niels Möller <niels@s3.kth.se> * examples/sexp-conv.c(sexp_put_list_start): Deleted function. (sexp_put_list_end): Likewise. @@ -4261,7 +4261,7 @@ (sexp_convert_item): Implemented transport mode, using sexp_input_start_coding and sexp_input_end_coding. -2002-10-30 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-30 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am: Added base16 files. @@ -4329,14 +4329,14 @@ * base16.h, base16-encode.c, base16-decode.c, base16-meta.c: New files. -2002-10-28 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-28 Niels Möller <nisse@cuckoo.hack.org> * examples/sexp-conv.c (struct hex_decode_ctx): New hex decoding functions. (sexp_get_raw_char): New function. (sexp_get_char): Use sexp_get_raw_char. -2002-10-26 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-26 Niels Möller <nisse@cuckoo.hack.org> * examples/sexp-conv.c (sexp_put_length): Bugfix, don't output any leading zero. @@ -4345,7 +4345,7 @@ * examples/sexp-conv-test: Test for echo -n vs echo '\c'. Added a few tests for canonical output. -2002-10-25 Niels M�ller <niels@s3.kth.se> +2002-10-25 Niels Möller <niels@s3.kth.se> * examples/sexp-conv.c (struct sexp_input): Deleted the mode from the state, that should be passed as argument to relevant @@ -4359,7 +4359,7 @@ * base64-decode.c (base64_decode_single): Simplified, got rid of the done variable. -2002-10-25 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-25 Niels Möller <nisse@cuckoo.hack.org> * examples/sexp-conv.c (sexp_put_newline): Return void, die on error. @@ -4370,7 +4370,7 @@ sexp_skip_token): Likewise. (sexp_convert_item): Die on error. -2002-10-24 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-24 Niels Möller <nisse@cuckoo.hack.org> * examples/sexp-conv-test: Doesn't need echo -n anymore. @@ -4389,7 +4389,7 @@ (sexp_convert_file): New function. (main): Use sexp_convert_file. -2002-10-23 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-23 Niels Möller <nisse@cuckoo.hack.org> * examples/Makefile.am (TS_PROGS): Added sexp-conv-test. @@ -4409,7 +4409,7 @@ (sexp_convert_item): Use sexp_skip_token to skip the end of a "[display-type]". -2002-10-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-22 Niels Möller <nisse@cuckoo.hack.org> * examples/sexp-conv-test: New test program. @@ -4424,17 +4424,17 @@ * examples/sexp-conv.c: Added output functions. -2002-10-21 Pontus Sk�ld <pont@soua.net> +2002-10-21 Pontus Sköld <pont@soua.net> * base64-encode.c (base64_encode_raw): Fixed null statement amongst variable declarations, broke compilation for non C99 compilers. -2002-10-21 Niels M�ller <nisse@lysator.liu.se> +2002-10-21 Niels Möller <nisse@lysator.liu.se> * examples/sexp-conv.c: New sexp conversion program. -2002-10-21 Niels M�ller <niels@s3.kth.se> +2002-10-21 Niels Möller <niels@s3.kth.se> * Makefile.am (libnettle_a_SOURCES): Added sexp-format-transport.c. @@ -4445,7 +4445,7 @@ * sexp.c (sexp_iterator_next): Abort if iterator type is boogus. -2002-10-19 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-19 Niels Möller <nisse@cuckoo.hack.org> * testsuite/testutils.c (test_armor): Updated to new armor conventions. @@ -4477,7 +4477,7 @@ * base64-decode.c: New file. -2002-10-09 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-09 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (TS_PROGS): Added dsa-keygen-test. @@ -4552,7 +4552,7 @@ nettle_progress_func typedefs here... * rsa.h: ... from here. -2002-10-07 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-07 Niels Möller <nisse@cuckoo.hack.org> * sexp.h (enum sexp_type): Deleted SEXP_START. @@ -4565,7 +4565,7 @@ not needed anymore. (sexp_iterator_exit_list): Likewise. -2002-10-06 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-06 Niels Möller <nisse@cuckoo.hack.org> * sexp2rsa.c (get_value): No need to call sexp_iterator_next anymore. @@ -4609,11 +4609,11 @@ * rsa2openpgp.c (rsa_keypair_to_openpgp): New file, new function. -2002-10-04 Niels M�ller <niels@s3.kth.se> +2002-10-04 Niels Möller <niels@s3.kth.se> * examples/rsa-keygen.c: Use malloc, instead of asprintf. -2002-10-03 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-03 Niels Möller <nisse@cuckoo.hack.org> * Released nettle-1.6. @@ -4622,20 +4622,20 @@ * examples/Makefile.am (EXTRA_DIST): Distribute setup-env and teardown-env. -2002-10-02 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-02 Niels Möller <nisse@cuckoo.hack.org> * examples/rsa-keygen.c (main): Comment on the lax security of the private key file. * index.html: Added link to mailing list. -2002-10-02 Niels M�ller <niels@s3.kth.se> +2002-10-02 Niels Möller <niels@s3.kth.se> * Makefile.am: Fixed assembler rules, and shared libraries. * configure.ac: Fixed the enable-shared option. -2002-10-01 Niels M�ller <nisse@cuckoo.hack.org> +2002-10-01 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: New option --enable-shared, and a first attempt at building a shared library (*without* using libtool). @@ -4643,7 +4643,7 @@ * Makefile.am: A first attempt at rules for building a shared libnettle.so. -2002-10-01 Niels M�ller <niels@s3.kth.se> +2002-10-01 Niels Möller <niels@s3.kth.se> * examples/run-tests (test_program): Use basename. @@ -4696,7 +4696,7 @@ * base64.h (BASE64_DECODE_LENGTH): Comment fix. -2002-09-30 Niels M�ller <nisse@cuckoo.hack.org> +2002-09-30 Niels Möller <nisse@cuckoo.hack.org> * sexp2rsa.c (rsa_keypair_from_sexp): Bugfix: Call rsa_prepare_public_key and rsa_prepare_private_key. @@ -4712,11 +4712,11 @@ towards the start, in order to support overlapping areas. (base64_encode): Broke out some common code from the switch.. -2002-09-30 Niels M�ller <niels@s3.kth.se> +2002-09-30 Niels Möller <niels@s3.kth.se> * sexp_format.c (sexp_format): Don't mix code and declarations. -2002-09-29 Niels M�ller <nisse@cuckoo.hack.org> +2002-09-29 Niels Möller <nisse@cuckoo.hack.org> * testsuite/Makefile.am (TS_PROGS): Added buffer-test sexp-format-test rsa2sexp-test sexp2rsa-test. @@ -4761,7 +4761,7 @@ * bignum.c (nettle_mpz_sizeinbase_256): New function. -2002-09-28 Niels M�ller <nisse@cuckoo.hack.org> +2002-09-28 Niels Möller <nisse@cuckoo.hack.org> * sexp.c (sexp_iterator_assoc): Return 0 for missing or duplicate keys. Now passes all the tests. @@ -4788,18 +4788,18 @@ * sexp.c, sexp.h: New files, implementing an sexp-parser. -2002-08-27 Niels M�ller <niels@s3.kth.se> +2002-08-27 Niels Möller <niels@s3.kth.se> * Makefile.am (DISTCLEANFILES): make distclean should delete the assembler-related symlinks. -2002-08-26 Niels M�ller <nisse@cuckoo.hack.org> +2002-08-26 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (%.o: %.asm): Create an empty (and unused) dependency file, to make the make/automake dependency tracking happier. -2002-07-18 Niels M�ller <niels@s3.kth.se> +2002-07-18 Niels Möller <niels@s3.kth.se> * examples/nettle-benchmark.c (main): Try openssl's ciphers as well, if available. @@ -4817,7 +4817,7 @@ * configure.ac: Don't use -ggdb3 with gcc-2.96. Check for openssl's libcrypto (for benchmarking). -2002-05-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-16 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm: Deleted registers i and t3. (_aes_crypt): Moved some registers around. We now use input @@ -4847,7 +4847,7 @@ (_aes_crypt): Deleted cruft from the old source loop. (AES_LOAD): Eliminated t3. -2002-05-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-15 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm (AES_ROUND): New macro. (_aes_crypt): Use AES_ROUND for first word of the @@ -4893,7 +4893,7 @@ loop. (_aes_crypt): Deleted moves of constants into t2. -2002-05-15 Niels M�ller <niels@s3.kth.se> +2002-05-15 Niels Möller <niels@s3.kth.se> * x86/aes-encrypt.asm (aes_encrypt): Use AES_SUBST_BYTE. * x86/aes-decrypt.asm (aes_decrypt): Likewise. @@ -4931,7 +4931,7 @@ testsuite/aes-test, when aes.c has been compiled with debugging printouts of intermediate state. -2002-05-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-15 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm: (_aes_crypt): Restore %fp at end of function, to make %fp available for other uses. @@ -4948,14 +4948,14 @@ allocated for wtxt, so that we stay clean of the reserved %g registers. -2002-05-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-14 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm: Avoid using %g6 and %g7, as they are reserved for operating sytem use. Use %i5 and %o7 instead. Also moved %g4 to %g1. (_aes_crypt): Allocate only 32 bytes local storage on the stack. Calculate wtxt and tmp using offsets from %sp, not %fp. -2002-05-14 Niels M�ller <niels@s3.kth.se> +2002-05-14 Niels Möller <niels@s3.kth.se> * x86/aes-encrypt.asm (aes_encrypt): Replaced first quarter of the round function with an invocation of AES_ROUND. @@ -4996,7 +4996,7 @@ (aes_encrypt, aes_decrypt): Added an outer loop, so that we can encrypt more than one block at a time. -2002-05-07 Niels M�ller <niels@s3.kth.se> +2002-05-07 Niels Möller <niels@s3.kth.se> * configure.ac: Generate config.m4. @@ -5024,44 +5024,44 @@ * aes-encrypt-table.c: New file, table moved out from aes-encrypt.c. -2002-05-06 Niels M�ller <niels@s3.kth.se> +2002-05-06 Niels Möller <niels@s3.kth.se> * configure.ac (CFLAGS): Don't enable -Waggregate-return. -2002-05-05 Niels M�ller <nisse@lysator.liu.se> +2002-05-05 Niels Möller <nisse@lysator.liu.se> * configure.ac: Pass no arguments to AM_INIT_AUTOMAKE. -2002-05-05 Niels M�ller <nisse@cuckoo.hack.org> +2002-05-05 Niels Möller <nisse@cuckoo.hack.org> * configure.ac: Update for automake-1.6. * configure.ac: Renamed file, used to be configure.in. -2002-03-20 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-20 Niels Möller <nisse@cuckoo.hack.org> * testsuite/run-tests (test_program): Added missing single quote. -2002-03-20 Niels M�ller <nisse@lysator.liu.se> +2002-03-20 Niels Möller <nisse@lysator.liu.se> * testsuite/run-tests (test_program): Test the exit status of the right process. -2002-03-19 Pontus Sk�ld <pont@it.uu.se> +2002-03-19 Pontus Sköld <pont@it.uu.se> * testsuite/run-tests: Removed /bin/bashisms to use with /bin/sh. -2002-03-18 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-18 Niels Möller <nisse@cuckoo.hack.org> * rsa-keygen.c (rsa_generate_keypair): Output a newline after a non-empty line of 'e':s (bad e was chosen, try again). -2002-03-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-16 Niels Möller <nisse@cuckoo.hack.org> * configure.in (asm_path): AC_CONFIG_LINKS adds $srcdir automatically. -2002-03-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-03-14 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm, x86/aes.asm: Added copyright notice. @@ -5072,7 +5072,7 @@ * configure.in (asm_path): For now, disable x86 assembler code. Bumped version to 1.6. -2002-02-25 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-25 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm (_aes_crypt): Moved increment of src into the source_loop. Also fixed stop condition, the loop was run 5 times, @@ -5103,19 +5103,19 @@ instructions to fill nop:s, and put branch instructions on even word addresses. -2002-02-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-22 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm (_aes_crypt): Moved some more additions out of the inner loop, using additional registers. (_aes_crypt): Deleted one more addition from the inner loop, by using the subkey pointer. -2002-02-19 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-19 Niels Möller <nisse@cuckoo.hack.org> * configure.in (asm_path): Renamed "path" to "asm_path". Also look for a machine.m4. -2002-02-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-16 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm: Use that IDX2(j) == j ^ 2 @@ -5130,7 +5130,7 @@ (_aes_crypt): In the final loop, use ctx+round to access the subkeys, no need for an extra register. -2002-02-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-15 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm (_aes_crypt): Renaming variables, allocating locals starting from %l0. @@ -5187,7 +5187,7 @@ * sparc/aes.asm (_aes_crypt): Use symbolic names for the fucntion arguments. -2002-02-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-14 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm: Copied gcc assembler code for _aes_crypt. @@ -5233,7 +5233,7 @@ * aes-encrypt.c, aes-decrypt.c: New files; moved encryption and decryption funktions, and needed tables, into separate files. -2002-02-13 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-13 Niels Möller <nisse@cuckoo.hack.org> * aes.c (aes_encrypt): Don't unroll the innerloop. (aes_encrypt): Don't unroll the loop for the final round. @@ -5246,7 +5246,7 @@ * aes.c (aes_decrypt): Rewrote to use the bigger tables. -2002-02-12 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-12 Niels Möller <nisse@cuckoo.hack.org> * aes.c (aes_encrypt): Interleave computation and output in the final round. @@ -5276,7 +5276,7 @@ saving one redundant register pointing to idx. (idx_row): New macro. Include asm.m4. -2002-02-11 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-11 Niels Möller <nisse@cuckoo.hack.org> * sparc/aes.asm (key_addition_8to32): Cleaned up. Deleted gcc-generated debugging information. @@ -5321,12 +5321,12 @@ * sparc/aes.asm: New file. Not yet tuned in any way (it's just the code generated by gcc). -2002-02-11 Niels M�ller <nisse@lysator.liu.se> +2002-02-11 Niels Möller <nisse@lysator.liu.se> * x86/aes.asm, x86/aes_tables.asm: New assembler implementation by Rafael Sevilla. -2002-02-06 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-06 Niels Möller <nisse@cuckoo.hack.org> Applied patch from Dan Egnor improving the base64 code. * base64.h (BASE64_ENCODE_LENGTH): New macro. @@ -5340,16 +5340,16 @@ * testsuite/testutils.c (test_armor): Updated. * configure.in: Use AC_PREREQ(2.50). -2002-02-01 Niels M�ller <nisse@cuckoo.hack.org> +2002-02-01 Niels Möller <nisse@cuckoo.hack.org> * Released nettle-1.5. -2002-01-31 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-31 Niels Möller <nisse@cuckoo.hack.org> * acinclude.m4: Commented out gmp-related macros, they're probably not needed anymore. -2002-01-31 Niels M�ller <nisse@lysator.liu.se> +2002-01-31 Niels Möller <nisse@lysator.liu.se> * configure.in: Added command line options --with-lib-path and --with-include-path. Use the RPATH-macros to get correct flags for @@ -5357,22 +5357,22 @@ * acinclude.m4: New file. -2002-01-31 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-31 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo (Randomness): New subsection on Yarrow. -2002-01-30 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-30 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo (Randomness): New chapter. Spell checking and ispell configuration. * md5.c: Added reference to RFC 1321. -2002-01-24 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-24 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo (Public-key algorithms): Minor fixes. -2002-01-22 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-22 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo (Nettle soup): New chapter. (Hash functions): New subsection on struct nettle_hash. @@ -5396,7 +5396,7 @@ * base64.c, base64.h, base64-meta.c: New files, hacked by Dan Egnor. -2002-01-16 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-16 Niels Möller <nisse@cuckoo.hack.org> * testsuite/yarrow-test.c: Deleted ran_array code, use knuth-lfib.h instead. @@ -5426,11 +5426,11 @@ * knuth-lfib.c, knuth-lfib.h: New files, implementing a non-cryptographic prng. -2002-01-15 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-15 Niels Möller <nisse@cuckoo.hack.org> * hmac-sha1.c: New file. -2002-01-14 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-14 Niels Möller <nisse@cuckoo.hack.org> * configure.in: Bumped version to 1.1. @@ -5492,7 +5492,7 @@ * rsa.h (struct rsa_private_key): Deleted public key and d from the struct, as they are not needed. Added size attribute. -2002-01-12 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-12 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am: Added *-meta files. @@ -5509,7 +5509,7 @@ * examples/nettle-benchmark.c: Use the interface in nettle-meta.h. -2002-01-11 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-11 Niels Möller <nisse@cuckoo.hack.org> Don't use m4 for generating test programs, it's way overkill. Use the C preprocessor instead. @@ -5522,7 +5522,7 @@ * nettle-meta.h, md5-meta.c, sha1-meta.c, sha256-meta.c: New files. -2002-01-09 Niels M�ller <nisse@cuckoo.hack.org> +2002-01-09 Niels Möller <nisse@cuckoo.hack.org> * rsa-compat.c: Updated for new md5 and rsa conventions. @@ -5554,13 +5554,13 @@ * bignum.c (nettle_mpz_get_str_256): Declare the input argument const. -2001-12-14 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-14 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am (EXTRA_DIST): Added $(des_headers). Changed dependencies for $(des_headers) to depend only on the source file desdata.c, not on the executable. -2001-12-12 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-12 Niels Möller <nisse@cuckoo.hack.org> * testsuite/yarrow-test.c (main): Updated testcase to match fixed generator. Send verbose output to stdout, not stderr. @@ -5570,12 +5570,12 @@ (yarrow256_init): Initialize seed_file and counter to zero, to ease debugging. -2001-12-07 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-07 Niels Möller <nisse@cuckoo.hack.org> * bignum.c (nettle_mpz_get_str_256): Fixed handling of leading zeroes. -2001-12-05 Niels M�ller <nisse@cuckoo.hack.org> +2001-12-05 Niels Möller <nisse@cuckoo.hack.org> * testsuite/yarrow-test.c (main): Updated test to match the fixed key event estimator. @@ -5588,11 +5588,11 @@ * README: Added a paragraph on copyright. -2001-11-15 Niels M�ller <nisse@cuckoo.hack.org> +2001-11-15 Niels Möller <nisse@cuckoo.hack.org> * yarrow256.c (yarrow256_force_reseed): New function. -2001-11-14 Niels M�ller <nisse@ehand.com> +2001-11-14 Niels Möller <nisse@ehand.com> * testsuite/yarrow-test.c (main): Use yarrow256_is_seeded. @@ -5600,7 +5600,7 @@ (yarrow256_is_seeded): New function. (yarrow256_update): Use yarrow256_needed_sources. -2001-11-14 Niels M�ller <nisse@cuckoo.hack.org> +2001-11-14 Niels Möller <nisse@cuckoo.hack.org> * testsuite/yarrow-test.out: Updated, to match the seed-file aware generator. @@ -5611,16 +5611,16 @@ * yarrow256.c (yarrow256_seed): New function. (yarrow_fast_reseed): Create new seed file contents. -2001-11-13 Niels M�ller <nisse@cuckoo.hack.org> +2001-11-13 Niels Möller <nisse@cuckoo.hack.org> * yarrow.h: Deleted yarrow160 declarations. -2001-11-02 Niels M�ller <nisse@ehand.com> +2001-11-02 Niels Möller <nisse@ehand.com> * yarrow256.c (yarrow256_init): Fixed order of code and declarations. -2001-10-30 Niels M�ller <nisse@ehand.com> +2001-10-30 Niels Möller <nisse@ehand.com> * rsa-compat.h: Added real prototypes and declarations. @@ -5653,12 +5653,12 @@ * testsuite/bignum-test.m4: New file. -2001-10-15 Niels M�ller <nisse@ehand.com> +2001-10-15 Niels Möller <nisse@ehand.com> * testsuite/Makefile.am (EXTRA_DIST): Include rfc1750.txt in the distribution. -2001-10-14 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-14 Niels Möller <nisse@cuckoo.hack.org> * testsuite/des-test.m4: Added testcase taken from applied cryptography. @@ -5673,7 +5673,7 @@ * testsuite/yarrow-test.c: Added verbose flag, disabled by default. -2001-10-12 Niels M�ller <nisse@ehand.com> +2001-10-12 Niels Möller <nisse@ehand.com> * examples/nettle-benchmark.c: Added more ciphers. @@ -5681,11 +5681,11 @@ * configure.in: Output examples/Makefile. -2001-10-12 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-12 Niels Möller <nisse@cuckoo.hack.org> * examples/nettle-benchmark.c: New benchmarking program. -2001-10-10 Niels M�ller <nisse@ehand.com> +2001-10-10 Niels Möller <nisse@ehand.com> * testsuite/yarrow-test.c: Open rfc1750.txt. Hash input and output, and compare to expected values. @@ -5704,7 +5704,7 @@ * testsuite/yarrow-test.c (main): Better output of entropy estimates at the end. -2001-10-09 Niels M�ller <nisse@ehand.com> +2001-10-09 Niels Möller <nisse@ehand.com> * testsuite/Makefile.am (TS_PROGS): Added yarrow-test. @@ -5719,7 +5719,7 @@ * Makefile.am (libnettle_a_SOURCES): Added yarrow_key_event.c. -2001-10-08 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-08 Niels Möller <nisse@cuckoo.hack.org> * yarrow.h (struct yarrow_key_event_ctx): New struct. @@ -5739,7 +5739,7 @@ each request. (YARROW_GATE_THRESHOLD): Deleted constant. -2001-10-07 Niels M�ller <nisse@cuckoo.hack.org> +2001-10-07 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am: Added yarrow files. @@ -5756,19 +5756,19 @@ * sha.h: Renamed sha1.h to sha.h, and added declarations for sha256. -2001-10-05 Niels M�ller <nisse@ehand.com> +2001-10-05 Niels Möller <nisse@ehand.com> * testsuite/aes-test.m4: Added a comment with NIST test vectors. -2001-10-04 Niels M�ller <nisse@ehand.com> +2001-10-04 Niels Möller <nisse@ehand.com> * rsa.h, rsa-compat.h, yarrow.h: New files. -2001-09-25 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-25 Niels Möller <nisse@cuckoo.hack.org> * Released version 1.0. -2001-09-25 Niels M�ller <nisse@ehand.com> +2001-09-25 Niels Möller <nisse@ehand.com> * sha1.c: Include stdlib.h, for abort. @@ -5783,21 +5783,21 @@ * AUTHORS: Added a reference to the manual. -2001-09-25 Niels M�ller <nisse@lysator.liu.se> +2001-09-25 Niels Möller <nisse@lysator.liu.se> * des-compat.c (des_cbc_cksum): Bug fix, local variable was declared in the middle of a block. -2001-09-19 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-19 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo (Compatibility functions): New section, mentioning md5-compat.h and des-compat.h. -2001-09-18 Niels M�ller <nisse@ehand.com> +2001-09-18 Niels Möller <nisse@ehand.com> * index.html: New file. -2001-09-16 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-16 Niels Möller <nisse@cuckoo.hack.org> * nettle.texinfo: Added description of des3. Minor fixes. @@ -5809,7 +5809,7 @@ (des_ncbc_encrypt): Bug fixed. (des_cbc_encrypt): Rewritten as a wrapper around des_ncbc_encrypt. -2001-09-14 Niels M�ller <nisse@ehand.com> +2001-09-14 Niels Möller <nisse@ehand.com> * testsuite/des-compat-test.c: New file, copied from libdes (freeswan). All implemented functions but des_cbc_cksum seems to @@ -5827,7 +5827,7 @@ * des-compat.c (des_cbc_cksum): Implemented. (des_key_sched): Fixed return values. -2001-09-11 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-11 Niels Möller <nisse@cuckoo.hack.org> * Makefile.am: Added des-compat.c and des-compat.h @@ -5835,7 +5835,7 @@ * des-compat.h: Define DES_ENCRYPT and DES_DECRYPT. Bugfixes. -2001-09-10 Niels M�ller <nisse@ehand.com> +2001-09-10 Niels Möller <nisse@ehand.com> * nettle.texinfo (Copyright): Added copyright information for serpent. @@ -5843,7 +5843,7 @@ functions. (Cipher Block Chaining): This section more or less complete now. -2001-09-09 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-09 Niels Möller <nisse@cuckoo.hack.org> * testsuite/cbc-test.m4: Record intermediate values in a comment. * testsuite/des3-test.m4: Likewise. @@ -5872,13 +5872,13 @@ * des3.c: New file, implementing triple des. -2001-09-06 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-06 Niels Möller <nisse@cuckoo.hack.org> * cbc.c, cbc.h: New files, for general CBC encryption. * des-compat.h: Added some prototypes. -2001-09-05 Niels M�ller <nisse@ehand.com> +2001-09-05 Niels Möller <nisse@ehand.com> * testsuite/Makefile.am (TS_PROGS): Added md5-compat-test. @@ -5892,19 +5892,19 @@ * md5-compat.c, md5-compat.h: New files, implementing an RFC 1321-style interface. -2001-09-02 Niels M�ller <nisse@cuckoo.hack.org> +2001-09-02 Niels Möller <nisse@cuckoo.hack.org> * twofish.c (twofish_decrypt): Fixed for();-bug in the block-loop. Spotted by Jean-Pierre. (twofish_encrypt): Likewise. -2001-07-03 Niels M�ller <nisse@ehand.com> +2001-07-03 Niels Möller <nisse@ehand.com> * testsuite/testutils.c: Include string.h. * twofish.c: Include string.h. -2001-06-17 Niels M�ller <nisse@lysator.liu.se> +2001-06-17 Niels Möller <nisse@lysator.liu.se> * Makefile.am (des_headers): Dont use $(srcdir)/-prefixes as that seems to break with GNU make 3.79.1. @@ -5913,7 +5913,7 @@ not <stdint.h>. Include <stdlib.h>. -2001-06-17 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-17 Niels Möller <nisse@cuckoo.hack.org> * Use <inttypes.h>, not <stdint.h>. @@ -5973,7 +5973,7 @@ * Makefile.am (libnettle_a_SOURCES): Added twofish. -2001-06-16 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-16 Niels Möller <nisse@cuckoo.hack.org> * testsuite/blowfish-test.m4: Fixed test. @@ -5982,7 +5982,7 @@ * blowfish.h (struct blowfish_ctx): Use the correct size for the p array. -2001-06-15 Niels M�ller <nisse@ehand.com> +2001-06-15 Niels Möller <nisse@ehand.com> * testsuite/blowfish-test.m4: Fixed testcase, use correct key length. @@ -6002,11 +6002,11 @@ * testsuite/Makefile.am (TS_PROGS): Added tests for twofish and blowfish. -2001-06-13 Niels M�ller <nisse@ehand.com> +2001-06-13 Niels Möller <nisse@ehand.com> * Makefile.am (libnettle_a_SOURCES): Added serpent files. -2001-06-12 Niels M�ller <nisse@cuckoo.hack.org> +2001-06-12 Niels Möller <nisse@cuckoo.hack.org> * des.c (des_encrypt, des_decrypt): Assert that the key setup was successful. @@ -6023,7 +6023,7 @@ * Makefile.am: Added desCore and sha1. -2001-04-17 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-17 Niels Möller <nisse@cuckoo.hack.org> * install-sh: Copied the standard install script. @@ -6036,6 +6036,6 @@ (libnettleinclude_HEADERS): Install headers in $(libnettleincludedir). -2001-04-13 Niels M�ller <nisse@cuckoo.hack.org> +2001-04-13 Niels Möller <nisse@cuckoo.hack.org> * Initial checkin. diff --git a/README b/README index 635794fc5851ad2c77f89a547d463e2879e8887d..9186fb22671ca7ef495bc27c2cc20f0305cba92a 100644 --- a/README +++ b/README @@ -40,4 +40,4 @@ You may want to subscribe to the nettle-bugs mailing list. See Happy hacking, -/Niels M�ller <nisse@lysator.liu.se> +/Niels Möller <nisse@lysator.liu.se> diff --git a/aes-decrypt-internal.c b/aes-decrypt-internal.c index 9dff1660529b1d7359cc37ae947b0c7199bb8791..6a06696eeb365e759b78fe7676cf2c58c9e43335 100644 --- a/aes-decrypt-internal.c +++ b/aes-decrypt-internal.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/aes-decrypt.c b/aes-decrypt.c index 39b79c690ec238c389b54189b61eebe10e54735f..2451ad8e5a713a536dbfeef7ef3291be28a6655d 100644 --- a/aes-decrypt.c +++ b/aes-decrypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/aes-encrypt-internal.c b/aes-encrypt-internal.c index 84ed6cff7a1603dd0aa1bb95ee87d28a31b68ad0..a9fb649de0b9bb7973a20874a21168a21fdb4d52 100644 --- a/aes-encrypt-internal.c +++ b/aes-encrypt-internal.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/aes-encrypt-table.c b/aes-encrypt-table.c index 000498d157119c533ea754e16ab9043a9c2465bc..8074fb2583841774d063a79b4ed5607faa4d0147 100644 --- a/aes-encrypt-table.c +++ b/aes-encrypt-table.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/aes-encrypt.c b/aes-encrypt.c index 19fe07170cae788eeebda1dda628827902bd1027..66dba38be2970209fa6bf45cdbcf1b96075c518d 100644 --- a/aes-encrypt.c +++ b/aes-encrypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/aes-internal.h b/aes-internal.h index a1e8d02219ae1f7c35c297101fa5b200be7d29ed..ae988e40250ac64ec68c815302bb89a96340eb00 100644 --- a/aes-internal.h +++ b/aes-internal.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/aes-meta.c b/aes-meta.c index 7b6fc5ac32fb5078a11a32af2cde2b0c061839a3..2873252f25a4712337e80c7fd8d7a6dd33aed312 100644 --- a/aes-meta.c +++ b/aes-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/aes-set-decrypt-key.c b/aes-set-decrypt-key.c index ec44118acde6a11b3390847eb47d4b491b4df7a6..28b2cdcf3ff0bdb46a0b4c3af84c8caf6f73528e 100644 --- a/aes-set-decrypt-key.c +++ b/aes-set-decrypt-key.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels M�ller + * Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/aes-set-encrypt-key.c b/aes-set-encrypt-key.c index 9c60c03eee6fa2c0a58c799298cdaba7ecbc738a..71f9f9f85b80912bf6c8bf077af122dd248dfe14 100644 --- a/aes-set-encrypt-key.c +++ b/aes-set-encrypt-key.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels M�ller + * Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/aes.h b/aes.h index 23cc0cfe20a8e780b876a29febba22ab11a996ab..a8ffe95d4f2eaeba391f2539b5b87300c980b39e 100644 --- a/aes.h +++ b/aes.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/arcfour-crypt.c b/arcfour-crypt.c index 78f68311e7eb617d7bb7b4714ed76cd4689565ee..ad2c5935876c92ec23b1e968372cc8abc6cb2bf1 100644 --- a/arcfour-crypt.c +++ b/arcfour-crypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2004 Niels M�ller + * Copyright (C) 2001, 2004 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/arcfour-meta.c b/arcfour-meta.c index d5f14679d14e50a7d23a2512f94c5bceaa3e12bc..b6241717031e3decb40388263c7f88700a7d48f8 100644 --- a/arcfour-meta.c +++ b/arcfour-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/arcfour.c b/arcfour.c index 3e15a40d3e24fcf41089eafb29404d11b1a739d8..97140eb1a697bdaa74dbfdfa7cae740c84d121bb 100644 --- a/arcfour.c +++ b/arcfour.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/arcfour.h b/arcfour.h index 7ef21f0a5ab953de5f4d250a182eb3d8ac72a01b..44152075d26b22c93d2e1a0fb647a95453953936 100644 --- a/arcfour.h +++ b/arcfour.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/arctwo.c b/arctwo.c index 9793467b544e1abd3613116dee4f75c36f1bca09..a374e8097a2ba00b480ac276c6ec03ddc5abb3f9 100644 --- a/arctwo.c +++ b/arctwo.c @@ -8,7 +8,7 @@ * Copyright (C) 2004 Simon Josefsson * Copyright (C) 2003 Nikos Mavroyanopoulos * Copyright (C) 2004 Free Software Foundation, Inc. - * Copyright (C) 2004 Niels M�ller + * Copyright (C) 2004 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -29,7 +29,7 @@ /* This implementation was written by Nikos Mavroyanopoulos for GNUTLS * as a Libgcrypt module (gnutls/lib/x509/rc2.c) and later adapted for * direct use by Libgcrypt by Werner Koch and later adapted for direct - * use by Nettle by Simon Josefsson and Niels M�ller. + * use by Nettle by Simon Josefsson and Niels Möller. * * The implementation here is based on Peter Gutmann's RRC.2 paper and * RFC 2268. diff --git a/arctwo.h b/arctwo.h index cf3c96d19593b6bb3cbf453277802824ef8f6d2a..fd543fbd3e68c190eefa26c282f77e4032b73b3b 100644 --- a/arctwo.h +++ b/arctwo.h @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * * Copyright (C) 2004 Simon Josefsson - * Copyright (C) 2002, 2004 Niels M�ller + * Copyright (C) 2002, 2004 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/asn1.h b/asn1.h index 7933ce27fa31a004f2148e6a7496710ff7fa3286..dada1185eef13c78be4eb5591afeb89a39d7ca41 100644 --- a/asn1.h +++ b/asn1.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/base16-decode.c b/base16-decode.c index 2689411a2e6a321f25cbe1a01a4c0625c22bf5e2..844421fe1a0d5acc049d1c50f4c413a28c28baf4 100644 --- a/base16-decode.c +++ b/base16-decode.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/base16-encode.c b/base16-encode.c index b2267ab0d05be5ba380e21c50850e7a8505a57c0..410c7aa525c422f73903b8fe45df7c628ae669a3 100644 --- a/base16-encode.c +++ b/base16-encode.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/base16-meta.c b/base16-meta.c index cfa76b6aaf0d71c9b6fa959c16e000ad1a95ac0d..338b05574527e6470a66ac61d8f6d4292ac32156 100644 --- a/base16-meta.c +++ b/base16-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/base16.h b/base16.h index 960ce775ed65d87cf59347c606e5f3c83ab8f5e3..b284a81ee9fb95502d428bd7deb5bc5045e5472d 100644 --- a/base16.h +++ b/base16.h @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/base64-decode.c b/base64-decode.c index ac3bc385b81639a3ec80bf7b26aeeca2561c5049..31c83583178d139d1d059f18d2139588ea860895 100644 --- a/base64-decode.c +++ b/base64-decode.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/base64-encode.c b/base64-encode.c index 6fc5e6ba1d256bdec9237b4e35ce25d008a2dd4d..97121cf662893b7994ac6bef2fbef0aadf29e2c8 100644 --- a/base64-encode.c +++ b/base64-encode.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/base64-meta.c b/base64-meta.c index 608e7b6450ee9a4cf5115f200b4fa78c11e0647e..d6a70694bffada77bb448fb48495d5e3faa873c7 100644 --- a/base64-meta.c +++ b/base64-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Dan Egnor, Niels M�ller + * Copyright (C) 2002 Dan Egnor, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/base64.h b/base64.h index 2be186530b0cecb240bc6e814fc4a002a32e8c6d..8ad374916377a5ad42821c666c929751fe5173e2 100644 --- a/base64.h +++ b/base64.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller, Dan Egnor + * Copyright (C) 2002 Niels Möller, Dan Egnor * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/bignum-next-prime.c b/bignum-next-prime.c index 91ba8fd0fa68b9e60af90467e8e395a23b0f6396..d3980a554be676c141f47fc7c60d4bc2bfd2582e 100644 --- a/bignum-next-prime.c +++ b/bignum-next-prime.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/bignum-random-prime.c b/bignum-random-prime.c index bc2938fc9702c2b7625387cc431ddcff2f7156d9..e0454a88c3c14c0f143b57f177d253c8efaf2cc2 100644 --- a/bignum-random-prime.c +++ b/bignum-random-prime.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/bignum-random.c b/bignum-random.c index dc2fd1c9a5e61918803922bb9eb50d645708ca47..6a93a5ab6fdbc67c6989cb37b2b875a3269a1227 100644 --- a/bignum-random.c +++ b/bignum-random.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/bignum.c b/bignum.c index bb18791b8d9bbef884547419e968766b6a6fd19f..60e4b396f6405256cdab74daa2be18f29475391e 100644 --- a/bignum.c +++ b/bignum.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/bignum.h b/bignum.h index 06287d2e7ed98f357c852cd440f6fb8d14a2978c..d9e06e2ea60915d20c65352d79e57ec61bfba6c2 100644 --- a/bignum.h +++ b/bignum.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/blowfish.h b/blowfish.h index 3775b4bba48d45b61de1a897de712a2de0a86f4a..e75efbf408b0bd5d636c7eedd33bfd5dfdbf5b48 100644 --- a/blowfish.h +++ b/blowfish.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 1998, 2001 FSF, Ray Dassen, Niels M�ller + * Copyright (C) 1998, 2001 FSF, Ray Dassen, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/buffer-init.c b/buffer-init.c index 1eccd7fc728985720a341e7346756a9df0d8cf8c..a0791b77cb1481cbae699e1b441c0262e3afc402 100644 --- a/buffer-init.c +++ b/buffer-init.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/buffer.c b/buffer.c index 73dddd1617170513a8d60908bb291a5a5a26d3e0..1a7a5ea02d684960aa8a7ec8e2efe584d4cc45e1 100644 --- a/buffer.c +++ b/buffer.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/buffer.h b/buffer.h index d312a9f84b6b8bb7941b47a9d2c41e3e96d9c02f..cd5fef9f320ade9bf987740a713d2fa2dfb6a3ea 100644 --- a/buffer.h +++ b/buffer.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/camellia-crypt-internal.c b/camellia-crypt-internal.c index 8a9296e812efe021a3ad520d4ad126cd32a0292a..70051589dba240a79c494c63cec263283888d64a 100644 --- a/camellia-crypt-internal.c +++ b/camellia-crypt-internal.c @@ -3,7 +3,7 @@ * Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/camellia-crypt.c b/camellia-crypt.c index 62c3435c4741f1c97c92dfa9d7c8b1a2e1f27a75..8db3e1ac95ad4eff9ff5379c547782bf1492624a 100644 --- a/camellia-crypt.c +++ b/camellia-crypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/camellia-internal.h b/camellia-internal.h index f9d40fc1fca138d63d8f64cefc54b0c8ff6da131..e0cfdf560fa1d5d541874e9117632cf4e28ba25f 100644 --- a/camellia-internal.h +++ b/camellia-internal.h @@ -6,7 +6,7 @@ /* Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/camellia-meta.c b/camellia-meta.c index 68eef3dde8566b8a72d7bc221d054a8179ca86de..ea025da9c3e6dbc33bcfaaaa1b767b523987b396 100644 --- a/camellia-meta.c +++ b/camellia-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/camellia-set-decrypt-key.c b/camellia-set-decrypt-key.c index cd49c11b3fc32ac867c34b57f19aca47d4bd64c2..da3f3fa8ce7844e2286a924f398b65746a365b6c 100644 --- a/camellia-set-decrypt-key.c +++ b/camellia-set-decrypt-key.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/camellia-set-encrypt-key.c b/camellia-set-encrypt-key.c index 989e3c7e79df2593d46eb1596ce4cc81ad15d2cc..20bb0322485860a90e341f62d16a687a80f4823f 100644 --- a/camellia-set-encrypt-key.c +++ b/camellia-set-encrypt-key.c @@ -6,7 +6,7 @@ * Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/camellia-table.c b/camellia-table.c index 9245bc938bb3fb1ebf2a30bcf82ced67958ecf2b..fe652caef5da4f8e6059688abdb0515f8ddf3f6f 100644 --- a/camellia-table.c +++ b/camellia-table.c @@ -6,7 +6,7 @@ /* Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/camellia.h b/camellia.h index f4f3e1eacb76e460b4c3a00ec69de86e34f89700..ed200727ca9b21ca36b3b93d9203ee26be740abc 100644 --- a/camellia.h +++ b/camellia.h @@ -3,7 +3,7 @@ * Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/cast128-meta.c b/cast128-meta.c index 9c863d9627fafb6751477a2894a9d6ee9b795414..f287f383b21d91bf468d65feb7f63d21758a5299 100644 --- a/cast128-meta.c +++ b/cast128-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cast128.c b/cast128.c index 884cfa71b105ee8ae092886f11358c5d3072f6fd..81c00b24169e2869822a4a4f1b038874eb801ef9 100644 --- a/cast128.c +++ b/cast128.c @@ -11,7 +11,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cast128.h b/cast128.h index a1af0b035b125f8b7f162faae7a42aa1b66122b7..a509089b54ec7f91223df2d45eb65923ae7a81b1 100644 --- a/cast128.h +++ b/cast128.h @@ -11,7 +11,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cbc.c b/cbc.c index 8a0a3ba0d40c50ce798e25d3f2a643a7894048b3..6e09c9bd0099ff2f5f85d570bf5fda7bd9ac574f 100644 --- a/cbc.c +++ b/cbc.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cbc.h b/cbc.h index 8c56699ca0f2726a94b212e9d9394eede4c5e9cf..b100ab166a43df6c4432269f5f722a5c9f2d5937 100644 --- a/cbc.h +++ b/cbc.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/ctr.c b/ctr.c index d217013cd36df25a5449f1dc0c58b210d14921ab..4d60eff7f9466b3ac6ffb73d5811c6cc1598e003 100644 --- a/ctr.c +++ b/ctr.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/ctr.h b/ctr.h index 80abb6e8faa26011b984119f6faf8aeb7ed84fca..ebd2a28f3337ff175cbdba2b408fdc164d79c962 100644 --- a/ctr.h +++ b/ctr.h @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/der-iterator.c b/der-iterator.c index a724471046beba4327f6c096bfff4bee52d1c3ed..58a391c5da8f3ec632ec412223e89bee7912be0f 100644 --- a/der-iterator.c +++ b/der-iterator.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/der2dsa.c b/der2dsa.c index 0a7ef0158dd97bac4e745f23b7eb085bbb50bc56..14888217dc4c5755cad43294e9b07c34a6b12cfd 100644 --- a/der2dsa.c +++ b/der2dsa.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005, 2009 Niels M�ller, Magnus Holmgren + * Copyright (C) 2005, 2009 Niels Möller, Magnus Holmgren * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/der2rsa.c b/der2rsa.c index 679b33682b2274e7a3ebbef28bde24581355ab1c..178a388313e6a1a96e62eb646a26aa3b43d58b6b 100644 --- a/der2rsa.c +++ b/der2rsa.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/des-compat.c b/des-compat.c index cd8cd1dbad9210da4820ed8d8a7db09ad3c608d9..5865fe42986517d8e9ae18ee6772f55396277fce 100644 --- a/des-compat.c +++ b/des-compat.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/des-compat.h b/des-compat.h index 8aab3bc47dd71036cb5efa8a4bfa63fb63a4f8db..e5ac4696ffb34079778cb0116910df87f9e3d45b 100644 --- a/des-compat.h +++ b/des-compat.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/des.c b/des.c index 7faadd0e52ffb6ad7b8530d63b808ddae267ea7d..590c477fddf23d60cc4e3110b2a926fe96813fb3 100644 --- a/des.c +++ b/des.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/des.h b/des.h index 3f0f9ef242ffbeb19df9b1df6a3c05a858076ac5..9ab22e1da9c7e6934ac05838380a0376e63cc1e9 100644 --- a/des.h +++ b/des.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 1992, 2001, Dana L. How, Niels M�ller + * Copyright (C) 1992, 2001, Dana L. How, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -29,7 +29,7 @@ * Please see the file `../lib/descore.README' for the complete copyright * notice. * - * Slightly edited by Niels M�ller, 1997 + * Slightly edited by Niels Möller, 1997 */ #ifndef NETTLE_DES_H_INCLUDED diff --git a/des3.c b/des3.c index e574abfd8888a8142cfd748be4c5e2acdae8f232..46183c722b1dfe47aec8d807f367493977a83b18 100644 --- a/des3.c +++ b/des3.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dsa-keygen.c b/dsa-keygen.c index 00bd35f6a60a47c5155a95b940688b981861ab7d..757f175337c52848a52b6017af95806bbd7b3834 100644 --- a/dsa-keygen.c +++ b/dsa-keygen.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dsa-sha1-sign.c b/dsa-sha1-sign.c index 5654c493b18a50f84528ba72bb9272615b5f4bec..264a89c11bf2852694b224091fbd0c0b2be83b2e 100644 --- a/dsa-sha1-sign.c +++ b/dsa-sha1-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dsa-sha1-verify.c b/dsa-sha1-verify.c index 73e948c11104cf6df5d965b977f3a2860db77c55..ff41e1b8bae19d3fe659c4061c66e820bbd917aa 100644 --- a/dsa-sha1-verify.c +++ b/dsa-sha1-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003, 2010 Niels M�ller + * Copyright (C) 2002, 2003, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dsa-sha256-sign.c b/dsa-sha256-sign.c index ea82022e0f1ad714fe206dfc3615ca70775ff8c5..f8569f9fb1d371eb2f24f35237a289569e6e17c2 100644 --- a/dsa-sha256-sign.c +++ b/dsa-sha256-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dsa-sha256-verify.c b/dsa-sha256-verify.c index ed79a86e27ab58b3451b171432f02b729a240adf..07c71fb7793af35e674864c08f40f6901e1d08d1 100644 --- a/dsa-sha256-verify.c +++ b/dsa-sha256-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dsa-sign.c b/dsa-sign.c index 9c5a29c95858fc8aa4d980ee615003c4725c29c0..8c7058ce25c71fc9c559dc808f88f66575402594 100644 --- a/dsa-sign.c +++ b/dsa-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2010 Niels M�ller + * Copyright (C) 2002, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dsa-verify.c b/dsa-verify.c index faea0a000b4f1405c57d12b1e1c492d6ad98af15..99fae41fa1aa4e6f27857698a31332708718404b 100644 --- a/dsa-verify.c +++ b/dsa-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dsa.c b/dsa.c index 02cc785891d5aa7ca7b9d0b1b42ff2d8b86a8355..63f3f71dd35e46fc6d61efb46d104f93edb744ef 100644 --- a/dsa.c +++ b/dsa.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dsa.h b/dsa.h index 412178b40bc837c97b8d0c3903585ec0a43b3c78..cb103d6344cc4ebc5ff80bf62593a92f06168921 100644 --- a/dsa.h +++ b/dsa.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dsa2sexp.c b/dsa2sexp.c index 213903d9a0887883801395c32e1bda0af41856f7..948f26e4b91d6ba6715b747cf5a55d54c2249189 100644 --- a/dsa2sexp.c +++ b/dsa2sexp.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2009 Niels M�ller, Magnus Holmgren + * Copyright (C) 2002, 2009 Niels Möller, Magnus Holmgren * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/eratosthenes.c b/examples/eratosthenes.c index 932eebedc3d2e68adcb23cff2ba3db46c3f904b6..becb3d013debfe449a1a916d206e998c2fb0bcec 100644 --- a/examples/eratosthenes.c +++ b/examples/eratosthenes.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2007 Niels M�ller + * Copyright (C) 2007 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/io.c b/examples/io.c index c24546f54f0cfa3b294b645b6988d33f4c06b0bb..a18dac1f554660c6cf166b66c5ff260bf6fa9e24 100644 --- a/examples/io.c +++ b/examples/io.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/io.h b/examples/io.h index e85dc5f8bd2b4f3b7f5a6b26416aba54f25fa1a6..438def069a525a4e7c9ab7ce610e5d7c03e8710c 100644 --- a/examples/io.h +++ b/examples/io.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/nettle-benchmark.c b/examples/nettle-benchmark.c index 221033ed955f026473d12c611ec421a0006716c3..424ef19f561e2415a0d5df3317f7e7e88f5d7d37 100644 --- a/examples/nettle-benchmark.c +++ b/examples/nettle-benchmark.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2010 Niels M�ller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/nettle-openssl.c b/examples/nettle-openssl.c index 5f5f2b1f9faddd8599c704dfbe2bff4f5172b856..f4a7301f0084273a97f819f51908ae46bba75f6b 100644 --- a/examples/nettle-openssl.c +++ b/examples/nettle-openssl.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/next-prime.c b/examples/next-prime.c index 889c84a42693806f503a8be4b5da18ba0c62013e..0e3885b2ed99dfc04f764a50647acbcf7c82c62f 100644 --- a/examples/next-prime.c +++ b/examples/next-prime.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2007 Niels M�ller + * Copyright (C) 2007 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/random-prime.c b/examples/random-prime.c index a87a541f973b28e9b2a73841a28b160e7426e36a..9679757f18b704e9256fc28d855e8b5299b8bb6c 100644 --- a/examples/random-prime.c +++ b/examples/random-prime.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/rsa-decrypt.c b/examples/rsa-decrypt.c index 0a6d0c96680268b7b0252b36bcdea17f9cd774bd..7a92a71cc30a3970222357a5a4901badbb1a0521 100644 --- a/examples/rsa-decrypt.c +++ b/examples/rsa-decrypt.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/rsa-encrypt.c b/examples/rsa-encrypt.c index 927b7088480841fd2df1ef2e09caa902954a7ee0..c8cf48062e15f1c7fbcfde58c2a1c85c43f2164c 100644 --- a/examples/rsa-encrypt.c +++ b/examples/rsa-encrypt.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/rsa-keygen.c b/examples/rsa-keygen.c index e2b2f564ca60bec7531dccbe4dd5dab5f1652aa0..4170aa10ed571fb849ac19434260f5bafac7d0fc 100644 --- a/examples/rsa-keygen.c +++ b/examples/rsa-keygen.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/rsa-sign.c b/examples/rsa-sign.c index c480761855c8a2b81364cbe7b29f0e1a9721f1e9..f0e49143a4d25e3d82e38ad5742d7eacc21b1cf5 100644 --- a/examples/rsa-sign.c +++ b/examples/rsa-sign.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/rsa-verify.c b/examples/rsa-verify.c index 8781812d70bb7d8aa2b4d759168287d7766ae156..8b5d5f92bab0a23ae4ecaecc3c60b1eff5172845 100644 --- a/examples/rsa-verify.c +++ b/examples/rsa-verify.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/hmac-md5.c b/hmac-md5.c index 99ce1f9347a0c20901d367616749364f8f9fdbd7..cf1f49123da01636e334e502c44481775d9643bb 100644 --- a/hmac-md5.c +++ b/hmac-md5.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/hmac-sha1.c b/hmac-sha1.c index 64c079e52dd0408bcbbaf4bbaa6215a3921fa82c..d807ff1dff0231310a6990aff99ce240ae107c1d 100644 --- a/hmac-sha1.c +++ b/hmac-sha1.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/hmac-sha224.c b/hmac-sha224.c index 580509e0a7caecfc56c3c64b80ae097ce338b226..88f5d5d843a961cb2052881eb0b169130a01c683 100644 --- a/hmac-sha224.c +++ b/hmac-sha224.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003, 2010 Niels M�ller + * Copyright (C) 2003, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/hmac-sha256.c b/hmac-sha256.c index 9ead853b5ce358986be683ab23c17966e6ab7fe9..9912b3290fffe50d4621c4b813739a2632574b6c 100644 --- a/hmac-sha256.c +++ b/hmac-sha256.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/hmac-sha384.c b/hmac-sha384.c index f39705f5d3ae94488e9b58d46a6e67d8ea95c34d..b2ba3718a91f8a98f0b24fb185c1346839066a2c 100644 --- a/hmac-sha384.c +++ b/hmac-sha384.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003, 2010 Niels M�ller + * Copyright (C) 2003, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/hmac-sha512.c b/hmac-sha512.c index c09e9f5a73e5faf4252568146eda345b422fcf29..1ccc67a4d6deb4bb81e404f5ef5c99aee22ebf84 100644 --- a/hmac-sha512.c +++ b/hmac-sha512.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003, 2010 Niels M�ller + * Copyright (C) 2003, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/hmac.c b/hmac.c index dc77e94c0264aeb77d11ad83d7ce7805369d21b1..f639883336c4c400e85ef1d04b73e2c6acd21404 100644 --- a/hmac.c +++ b/hmac.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/hmac.h b/hmac.h index ea6cef2d194ff48cfec439b41563b26a9af08376..6a411d7b8f7b86a86d6d20fdcd3148292b6fb712 100644 --- a/hmac.h +++ b/hmac.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2002 Niels M�ller + * Copyright (C) 2001, 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/index.html b/index.html index f35210f3760c331018c21a3601982abc3e16bb0a..1627524c82e419fbc440f941029472b930fc48b9 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@ descend into the <tt>nettle</tt> directory for a standard Send mail to the <a href='http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs'><tt>nettle-bugs</tt> mailinglist</a> or directly to me at <a -href="mailto:nisse@lysator.liu.se"><tt>Niels M�ller <nisse@lysator.liu.se></tt></a> +href="mailto:nisse@lysator.liu.se"><tt>Niels Möller <nisse@lysator.liu.se></tt></a> if you have any questions. </body> diff --git a/knuth-lfib.c b/knuth-lfib.c index e12688c8d759f7cfc32922268b49d2f757dbe08a..6c3d5ad9e9a73967ed59fc3fa2f728169f23d215 100644 --- a/knuth-lfib.c +++ b/knuth-lfib.c @@ -7,7 +7,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * Includes code copied verbatim from Knuth's TAOCP. * diff --git a/knuth-lfib.h b/knuth-lfib.h index b52393e4a7c21504289615902926ece1766be53c..fdb172b7ae53b9ec6d6c2536153e75e6e90db5a9 100644 --- a/knuth-lfib.h +++ b/knuth-lfib.h @@ -7,7 +7,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/macros.h b/macros.h index 6b0600798694edeadb5e6fe6574846d9b60e0726..9a57b15082f19aef58cfb4128128456dac8fd410 100644 --- a/macros.h +++ b/macros.h @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2010 Niels M�ller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -132,7 +132,7 @@ do { \ } while (0) -/* Helper macro for Merkle-Damg�rd hash functions. Assumes the context +/* Helper macro for Merkle-Damgård hash functions. Assumes the context structs includes the following fields: xxx count_low, count_high; // Two word block count diff --git a/md2-meta.c b/md2-meta.c index 0ed0b470cf93d7c8017b0e82ec3010716cad1ec8..bd1e95c9434d04e11372dfb1803bc2ef67a6fd39 100644 --- a/md2-meta.c +++ b/md2-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/md2.c b/md2.c index ba3e102f5341c46984759498acc1795c0a258ee6..f505a40d04a29c95d1aa3044ebf34e1e96876c1a 100644 --- a/md2.c +++ b/md2.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller, Andreas Sigfridsson + * Copyright (C) 2003 Niels Möller, Andreas Sigfridsson * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -24,7 +24,7 @@ */ /* This code originates from the Python Cryptography Toolkit, version 1.0.1. - Further hacked by Andreas Sigfridsson and Niels M�ller. Original license: + Further hacked by Andreas Sigfridsson and Niels Möller. Original license: =================================================================== Distribute and use freely; there are no restrictions on further diff --git a/md2.h b/md2.h index ac1cf33b518ceecac3900a9794b1f9ea834031a3..800fcb576b234ae37f8c4abdbce43dbbbfe398b1 100644 --- a/md2.h +++ b/md2.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/md4-meta.c b/md4-meta.c index 2d74f79e71bc32c734727402c27d847fe6c0a3db..40adb0b1c03ff9eeac17d1fb18bef2a14a1f0719 100644 --- a/md4-meta.c +++ b/md4-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/md4.c b/md4.c index 4387b3e390e5ef1d9359b74766d1fb5538755e10..127bdd180fcc17bf2b3a70b2694f8e93cb3503d5 100644 --- a/md4.c +++ b/md4.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller, Marcus Comstedt + * Copyright (C) 2003 Niels Möller, Marcus Comstedt * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/md4.h b/md4.h index c0627e97e82f59ab2c009fe9ea0863e3dfb88d5e..4016fb6d9208830f8b160f6fa888d70e45f50704 100644 --- a/md4.h +++ b/md4.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/md5-compat.c b/md5-compat.c index 31a2fd51b268e23153ee05233de5402763953b37..1f31b6c244adef83df8e236584d98f635f37cde7 100644 --- a/md5-compat.c +++ b/md5-compat.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/md5-compat.h b/md5-compat.h index 8f5f3318fa8ca2de6024cfe1eb507a95c1ec157b..b6479565d0d7fe76288c94c57d831f572ca58f7c 100644 --- a/md5-compat.h +++ b/md5-compat.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/md5-compress.c b/md5-compress.c index ec949e7430f29fc0174fde95b6a4c146734b5a3a..fcda94ab94457b5dc7ea796fef2de8319eacfd44 100644 --- a/md5-compress.c +++ b/md5-compress.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2005 Niels M�ller + * Copyright (C) 2001, 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -25,7 +25,7 @@ */ /* Based on public domain code hacked by Colin Plumb, Andrew Kuchling, and - * Niels M�ller. */ + * Niels Möller. */ #if HAVE_CONFIG_H diff --git a/md5-meta.c b/md5-meta.c index 3ea590001d0977afdce46807376492e3e60e6de7..e45ec795bf2310788111cc8d05791d46609a07e2 100644 --- a/md5-meta.c +++ b/md5-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/md5.c b/md5.c index 48c1a352735603775d498fac7e6405e27ecd70d8..260aa46a98fb40b193345bec9f0beb2a33e6a7a9 100644 --- a/md5.c +++ b/md5.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -24,7 +24,7 @@ */ /* Based on public domain code hacked by Colin Plumb, Andrew Kuchling, and - * Niels M�ller. */ + * Niels Möller. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/md5.h b/md5.h index 269152db7ad252a89d5265d6c539de507ff96c2b..1286b24d901206e979a8a6b86fd1303caaf48f48 100644 --- a/md5.h +++ b/md5.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/memxor.c b/memxor.c index 5e10c3d3c433c24708d41017ebea9c15c968ef55..7fd49dc5a069d150bd5f5f9239b6c0f81a23435d 100644 --- a/memxor.c +++ b/memxor.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * * Copyright (C) 1991, 1993, 1995 Free Software Foundation, Inc. - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle-internal.c b/nettle-internal.c index b97281aa912e1df88cd73e3625cfaffe09849afe..b789a5720c07fc22dc1def5355f58881e8aa6262 100644 --- a/nettle-internal.c +++ b/nettle-internal.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle-internal.h b/nettle-internal.h index b7bbe248eaa9923512778cf760a521de042a02a7..efad02a812e0e4cf7607c9cec99dfe9a53fdc49b 100644 --- a/nettle-internal.h +++ b/nettle-internal.h @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle-meta.h b/nettle-meta.h index 16af7f0df70bde911c0b78d63b05e4f0f81818b4..54cbbd2ba6d96d0a7df127922495e427b96260cd 100644 --- a/nettle-meta.h +++ b/nettle-meta.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle-types.h b/nettle-types.h index 4c4e0917036ec3ee4c2205733296a1f425f1b87e..b694332eeec4ec3676961ffbd028606284fdeb00 100644 --- a/nettle-types.h +++ b/nettle-types.h @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005 Niels M�ller + * Copyright (C) 2005 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle-write.h b/nettle-write.h index 7287270b642e442880c2afde3b9e828d6566db06..c3b884ba69acf97f19303cd12996238d4e3f1526 100644 --- a/nettle-write.h +++ b/nettle-write.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2010 Niels M�ller + * Copyright (C) 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/nettle.texinfo b/nettle.texinfo index 51bfaeaabeb759a5fb442a1b7173b4180669628b..3dfc7eb20b4d693cd83292d9c5affaf14f008341 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -8,7 +8,7 @@ @c %**end of header @set UPDATED-FOR 2.3 -@set AUTHOR Niels M�ller +@set AUTHOR Niels Möller @copying This manual is for the Nettle library (version @value{UPDATED-FOR}), a @@ -158,7 +158,7 @@ Josefsson. Released under the LGPL. @item BLOWFISH The implementation of the BLOWFISH cipher is written by Werner Koch, copyright owned by the Free Software Foundation. Also hacked by Simon -Josefsson and Niels M�ller. Released under the LGPL. +Josefsson and Niels Möller. Released under the LGPL. @item CAMELLIA The C implementation is by Nippon Telegraph and Telephone Corporation @@ -195,8 +195,8 @@ Nettle by Andres Mejia. Released under the LGPL. @item SERPENT The implementation of the SERPENT cipher is based on the code in libgcrypt, copyright owned by the Free Software Foundation. Adapted to Nettle by -Simon Josefsson and heavily modified by Niels M�ller. Assembly for -x86_64 by Niels M�ller. Released under the LGPL. +Simon Josefsson and heavily modified by Niels Möller. Assembly for +x86_64 by Niels Möller. Released under the LGPL. @item SHA1 The C implementation of the SHA1 message digest is written by Peter @@ -2961,27 +2961,27 @@ Serve with boiled egg-halves. @c And the original Swedish version. @ignore -Recept p� n�sselsoppa +Recept på nässelsoppa 4 portioner -1 l f�rska n�sslor -2 msk sm�r -3 msk vetemj�l -1 l k�tt- eller gr�nsaksbuljong +1 l färska nässlor +2 msk smör +3 msk vetemjöl +1 l kött- eller grönsaksbuljong 1/2 tsk salt 1-2 krm peppar -(lite gr�dde eller mj�lk) +(lite grädde eller mjölk) -Plocka 1 liter f�rska n�sslor. Anv�nd handskar! Helst sm� och sp�da -skott, men topparna av st�rre n�sslor g�r ocks� bra. +Plocka 1 liter färska nässlor. Använd handskar! Helst små och späda +skott, men topparna av större nässlor går också bra. -Sk�lj n�sslorna v�l. F�rv�ll dem ca 10 minuter i l�tt saltat vatten. -H�ll av och spara spadet. Hacka n�sslorna. Sm�lt sm�ret, r�r i mj�l och -sp�d med buljong och n�sselspad. L�gg i de hackade n�sslorna. Om s� -�nskas, h�ll i en skv�tt mj�lk eller gr�dde. Koka n�gra minuter, och -smaks�tt med salt och peppar. +Skölj nässlorna väl. Förväll dem ca 10 minuter i lätt saltat vatten. +Häll av och spara spadet. Hacka nässlorna. Smält smöret, rör i mjöl och +späd med buljong och nässelspad. Lägg i de hackade nässlorna. Om så +önskas, häll i en skvätt mjölk eller grädde. Koka några minuter, och +smaksätt med salt och peppar. -Servera med kokta �gghalvor. +Servera med kokta ägghalvor. @end ignore @node Installation, Index, Nettle soup, Top diff --git a/pgp-encode.c b/pgp-encode.c index 0ac46d21d367a6d716cce371cfc51fd9396fde0a..452c8e5802256bb4ec9ff8e689751d728e5528ea 100644 --- a/pgp-encode.c +++ b/pgp-encode.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2002 Niels M�ller + * Copyright (C) 2001, 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/pgp.h b/pgp.h index c2e20fe6a45855f7c9b9f8fc61281f8cbc9c267c..b9671d2c6137d962196fef2306de61fc8c26011a 100644 --- a/pgp.h +++ b/pgp.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2002 Niels M�ller + * Copyright (C) 2001, 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/pkcs1-rsa-md5.c b/pkcs1-rsa-md5.c index eff25fa42ebe9b67f3a739442eac8f18a98b5f54..b7980e7dff45894f66d3f6640d106482849ea48a 100644 --- a/pkcs1-rsa-md5.c +++ b/pkcs1-rsa-md5.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/pkcs1-rsa-sha1.c b/pkcs1-rsa-sha1.c index 85395bd46baee2d951621080bc85d7b8d6c215e8..656bba0508353231dac11a8aad449213081d314f 100644 --- a/pkcs1-rsa-sha1.c +++ b/pkcs1-rsa-sha1.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/pkcs1-rsa-sha256.c b/pkcs1-rsa-sha256.c index 363f78479797ccebee844d812c51975e09372500..a374768b5d7ab2bd7e5ec219a62239eca0d60395 100644 --- a/pkcs1-rsa-sha256.c +++ b/pkcs1-rsa-sha256.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006 Niels M�ller + * Copyright (C) 2001, 2003, 2006 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/pkcs1-rsa-sha512.c b/pkcs1-rsa-sha512.c index 8eb4377b9b93e28813645ff363f269b57700566e..fd58999c8be55a9d50ad06d25ab441d2422193d8 100644 --- a/pkcs1-rsa-sha512.c +++ b/pkcs1-rsa-sha512.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006, 2010 Niels M�ller + * Copyright (C) 2001, 2003, 2006, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/pkcs1.c b/pkcs1.c index 786ee63c1cb7d3fac9b3d61d831c35ce21e537d3..757017f9fd185b765d1b726ac785f78c582a9240 100644 --- a/pkcs1.c +++ b/pkcs1.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/pkcs1.h b/pkcs1.h index a2d00eee07bf6d36be258c9c27f21ed88b9b4bfb..732d0edc9d2e8b0f3d6272966266561ffb541e56 100644 --- a/pkcs1.h +++ b/pkcs1.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/realloc.c b/realloc.c index 57e6d428e68a09f5a4bea680b064f95b66f07254..f4b3fe1afd4257b906105ef81963468013b933b4 100644 --- a/realloc.c +++ b/realloc.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/realloc.h b/realloc.h index 5406ec838bcf15fbaa6b2aa3087b60e13ce27dfc..f8b8efeae963b3b1fd3691256445a5d5e58cadc1 100644 --- a/realloc.h +++ b/realloc.h @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-compat.c b/rsa-compat.c index 8eef18524905dfcc9285fa59489bf29b4ce0537f..0fa7eb2f5f06575beaac1912e37810a0e1f33f98 100644 --- a/rsa-compat.c +++ b/rsa-compat.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-compat.h b/rsa-compat.h index 9622503d4c2d42f7f58a461f9c2304f0e1a0fb9a..2557dca6a382001354f0bd913c4b40d6b37a56b9 100644 --- a/rsa-compat.h +++ b/rsa-compat.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-decrypt.c b/rsa-decrypt.c index 973fa6536e48e760a22936990246f93412d811db..fe6de23ef634f852961d28b3089f87edbded5cf6 100644 --- a/rsa-decrypt.c +++ b/rsa-decrypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-encrypt.c b/rsa-encrypt.c index a901e710aa2428917318f3c1bed22496e4951018..fb346db751397be3c288b1b507960631c4b0ef9c 100644 --- a/rsa-encrypt.c +++ b/rsa-encrypt.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-keygen.c b/rsa-keygen.c index 8c56bb42efd3d7bce45d5c9d8d5e562bcf427a16..b67aab85a01ed2248d616444806f57220cf11f08 100644 --- a/rsa-keygen.c +++ b/rsa-keygen.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-md5-sign.c b/rsa-md5-sign.c index 166cba7a2dfe911d4ca73432a7b9390724c95159..f13ce0644b1d689e23785b376dc04a7a28aefec2 100644 --- a/rsa-md5-sign.c +++ b/rsa-md5-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-md5-verify.c b/rsa-md5-verify.c index f8931c76577a12cb86af7c862f53e90cb8673d16..3de121588d5bfbf7418dc801f8c7824e2207b539 100644 --- a/rsa-md5-verify.c +++ b/rsa-md5-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-sha1-sign.c b/rsa-sha1-sign.c index f120c7b0496fa76b95c49e632f2317d43883611f..aad9879badee398d0cc0b4776c1352db55ecd508 100644 --- a/rsa-sha1-sign.c +++ b/rsa-sha1-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-sha1-verify.c b/rsa-sha1-verify.c index 71ed848430e81c915c32fd564d506747b8a152a5..90f01f68cf354a53984609f9628facc8bcedc4bc 100644 --- a/rsa-sha1-verify.c +++ b/rsa-sha1-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-sha256-sign.c b/rsa-sha256-sign.c index 5f3cf7c27509cfe471fca857bcee5db4a39bb803..0af12c9475f9aa8c7d0f93c6e87b191ab50f247f 100644 --- a/rsa-sha256-sign.c +++ b/rsa-sha256-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006 Niels M�ller + * Copyright (C) 2001, 2003, 2006 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-sha256-verify.c b/rsa-sha256-verify.c index ef3f1e31facf1409e3813b7199617d8e3a7ddd72..ed8f7d0cc535a9749a9174d595f87003ffd8e311 100644 --- a/rsa-sha256-verify.c +++ b/rsa-sha256-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006 Niels M�ller + * Copyright (C) 2001, 2003, 2006 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-sha512-sign.c b/rsa-sha512-sign.c index fa14487dc0aa9e0a49b24ab9da3ed37e90864cee..a8ab9810809770ed285d64f94b690cd4e382d2e7 100644 --- a/rsa-sha512-sign.c +++ b/rsa-sha512-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006, 2010 Niels M�ller + * Copyright (C) 2001, 2003, 2006, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-sha512-verify.c b/rsa-sha512-verify.c index 869a8f5139805c93063c5240b06439278c3cb1d9..0fca6b877cf4fc9296e622e8598c7f2a82ad7bd3 100644 --- a/rsa-sha512-verify.c +++ b/rsa-sha512-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003, 2006, 2010 Niels M�ller + * Copyright (C) 2001, 2003, 2006, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-sign.c b/rsa-sign.c index aa407caa104dab2fbf63488a23c8f19a953251b5..86ce090c257bede3bcb27fb6370852d3d1c943a6 100644 --- a/rsa-sign.c +++ b/rsa-sign.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa-verify.c b/rsa-verify.c index 2e3b52f5d1baafc0535aba0d36da470c67e4f994..8566b3e03d6e7248afb3ed46538a488a61ec1a7e 100644 --- a/rsa-verify.c +++ b/rsa-verify.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2003 Niels M�ller + * Copyright (C) 2001, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa.c b/rsa.c index ae20421e89e7cb1ce7d3ee6b5556e24ee3305998..0765a102fcbe8be87f31eb32d5cfaf08cbbb730b 100644 --- a/rsa.c +++ b/rsa.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa.h b/rsa.h index 9631e502d2ebe88b5376bc44728afc640aafd2e9..a4ef8355dda0ae268eb63fb1ad368b148160ee4e 100644 --- a/rsa.h +++ b/rsa.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2002 Niels M�ller + * Copyright (C) 2001, 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa2openpgp.c b/rsa2openpgp.c index f129ff7a45bd2c1db19e97605cdd7a5a2a45bfdf..981eb0579f200aad71b766f4ac340a4ccf744cc4 100644 --- a/rsa2openpgp.c +++ b/rsa2openpgp.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2002 Niels M�ller + * Copyright (C) 2001, 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/rsa2sexp.c b/rsa2sexp.c index 8578ec3f7e0efae307465328a9b73edcc16bc237..56fbf68d57f28559e37752a30e8b10670b318fc5 100644 --- a/rsa2sexp.c +++ b/rsa2sexp.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/serpent-decrypt.c b/serpent-decrypt.c index c2847af5b7baa93cba819a70fc85fb1b1ee0f09a..1376d17f1f51ef67a847da8ce19e0c70b7ee3c6d 100644 --- a/serpent-decrypt.c +++ b/serpent-decrypt.c @@ -8,7 +8,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2011 Niels M�ller + * Copyright (C) 2011 Niels Möller * Copyright (C) 2010, 2011 Simon Josefsson * Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. * diff --git a/serpent-meta.c b/serpent-meta.c index 204d2a16fd1578b0322ee32acbc92729a60d0dca..fa9fa4fa2d7db7e2a404d625f84a45655bc3e7e2 100644 --- a/serpent-meta.c +++ b/serpent-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/serpent.h b/serpent.h index 2ae1da7d3e224196fc2bfe5cf9bf88fad2e7c678..df9d5498ee3370a965d1d97310475bbe8d305c56 100644 --- a/serpent.h +++ b/serpent.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sexp-format.c b/sexp-format.c index a3e6d920645f005dd648877a6ae89b4c6a42df5a..d3e4a2a918a4a63255d9a1e15e9a9a6bc0ad1bf5 100644 --- a/sexp-format.c +++ b/sexp-format.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sexp-transport-format.c b/sexp-transport-format.c index db4b193472c0cd7537ffc79fd245fdc296272e6f..007b14330ddae4824d4eb86fac9f1427c1e993d8 100644 --- a/sexp-transport-format.c +++ b/sexp-transport-format.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sexp-transport.c b/sexp-transport.c index 37865e709dbc360d65bcbae84af029e88d626cee..6e5a239003b1c841a8ebdb17b767c21716250b0f 100644 --- a/sexp-transport.c +++ b/sexp-transport.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sexp.c b/sexp.c index 0933e68a19133736e25b28a520a5088cee2100dd..ce2bc7b0c62a45c1e24929b2e7a2c7ec95f83c3b 100644 --- a/sexp.c +++ b/sexp.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sexp.h b/sexp.h index 53a90a14d6ef17e3d96839b8273dc899478362b1..986182a403d71a64cdfa14fec8f609910389c66e 100644 --- a/sexp.h +++ b/sexp.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sexp2bignum.c b/sexp2bignum.c index eca790ef22f13793f0ab186398b70abb6dda50c7..fc36449987842b14bc32edf31357c4c855d49c68 100644 --- a/sexp2bignum.c +++ b/sexp2bignum.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sexp2dsa.c b/sexp2dsa.c index a3bc5e3cba77f1f71c2a1cbc85763e7bfeda3602..f2d73b0faa5d1405dfc6045e7824b59a27d6b4d7 100644 --- a/sexp2dsa.c +++ b/sexp2dsa.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sexp2rsa.c b/sexp2rsa.c index e3faf68ccd871d6c15db411efd1bd135f41259bb..5ba3f7ad0c06b672da41694d4f7e50fa78b74ce0 100644 --- a/sexp2rsa.c +++ b/sexp2rsa.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha.h b/sha.h index 74beff35e1a5da5e0db7a2f72667c803c04513b2..c2afd54e98393abdaaaaf3e23c63da096bab60a6 100644 --- a/sha.h +++ b/sha.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha1-compress.c b/sha1-compress.c index ed843bf445fbe9edbd68ed8ac2913565fb5cc943..99bf4afd0819b54cc5589373036c7292022b74be 100644 --- a/sha1-compress.c +++ b/sha1-compress.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels M�ller + * Copyright (C) 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha1-meta.c b/sha1-meta.c index d201da8afe81246abd5f7a0bcae2ab90a2ac0359..857c5f956b2aea84521c09639dc0ed5111816bab 100644 --- a/sha1-meta.c +++ b/sha1-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha1.c b/sha1.c index 41fa65cb69babdf6b653bd24bdac198beb162e5e..c57d3935b7673d5e9358195449dd26c9bb531ec7 100644 --- a/sha1.c +++ b/sha1.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Peter Gutmann, Andrew Kuchling, Niels M�ller + * Copyright (C) 2001 Peter Gutmann, Andrew Kuchling, Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha224-meta.c b/sha224-meta.c index a8bbafcc3bb8cc7d4bf23fc7ab828727bbf3965b..08144de759e929aa6f6077d7a4e2d4cc2ceabee3 100644 --- a/sha224-meta.c +++ b/sha224-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2010 Niels M�ller + * Copyright (C) 2002, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha256-compress.c b/sha256-compress.c index ad03039a83ca39abc9e8b372b9217b6ad53d21b3..2dc89ac6fd775a249265d8e7863f223f1477ac49 100644 --- a/sha256-compress.c +++ b/sha256-compress.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2010 Niels M�ller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha256-meta.c b/sha256-meta.c index c21c7924414510afc8187e8567f7280663217a6a..368ed44544e2991ddb511d3d58ef403e44caf29c 100644 --- a/sha256-meta.c +++ b/sha256-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha256.c b/sha256.c index c0500a286174ae0c6dc51b03769c5a1db6685824..dda27d4129850f9693732c88000d28ce09b376c1 100644 --- a/sha256.c +++ b/sha256.c @@ -7,7 +7,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha384-meta.c b/sha384-meta.c index 0c022391ba1da36992614832986b0139079ecc15..b27c1084188bf1bf0bd80795c6c9b41449a21bba 100644 --- a/sha384-meta.c +++ b/sha384-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2010 Niels M�ller + * Copyright (C) 2002, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha512-compress.c b/sha512-compress.c index f11226e368cc794f7aeec94f5baeacf5d46c0544..f0f9bf325f8ac97a263845b33675a8ad3568eaa1 100644 --- a/sha512-compress.c +++ b/sha512-compress.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2010 Niels M�ller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha512-meta.c b/sha512-meta.c index d9ba03e7fb2b0b30933ed86ebc2733cc52d610d4..089f9f7c76e6d9a1871beda0f18c99aefa28795b 100644 --- a/sha512-meta.c +++ b/sha512-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2010 Niels M�ller + * Copyright (C) 2002, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sha512.c b/sha512.c index eb7a29e4ab21d3d895b1de8859cdb6ecabe77f5c..0ba92feca2cb7cf8606824b88b45db26839749ab 100644 --- a/sha512.c +++ b/sha512.c @@ -7,7 +7,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001, 2010 Niels M�ller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sparc32/aes-decrypt-internal.asm b/sparc32/aes-decrypt-internal.asm index 0d432e00f70636fa85916b7a29ffa466e22a128b..e7188687ed02274df18dcce5f13ce22baec2a3d4 100644 --- a/sparc32/aes-decrypt-internal.asm +++ b/sparc32/aes-decrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/sparc32/aes-encrypt-internal.asm b/sparc32/aes-encrypt-internal.asm index e01382207c9058bbbf4fc1c5a9a7dbec900b54be..2361b424a3ac577ba8a3378c70cf98e4f17b4620 100644 --- a/sparc32/aes-encrypt-internal.asm +++ b/sparc32/aes-encrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/sparc32/arcfour-crypt.asm b/sparc32/arcfour-crypt.asm index 4d8dac948b4f172ffecc0b39a162c5483f3c9fb5..29aa70d75d9156acfa71dec245fea57e299efc1c 100644 --- a/sparc32/arcfour-crypt.asm +++ b/sparc32/arcfour-crypt.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/sparc64/aes-decrypt-internal.asm b/sparc64/aes-decrypt-internal.asm index 408dd728e58314bb1af9cd9b8f2b728928cb1e46..94a2e98c4865f20cbfadc1a9008514842f9fddf1 100644 --- a/sparc64/aes-decrypt-internal.asm +++ b/sparc64/aes-decrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/sparc64/aes-encrypt-internal.asm b/sparc64/aes-encrypt-internal.asm index 5462056e01d9179576e0b3fd116a6332d1b0a8ac..9d2b7c560dba04fe5fd42fd8c66bccd201246cb7 100644 --- a/sparc64/aes-encrypt-internal.asm +++ b/sparc64/aes-encrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/sparc64/arcfour-crypt.asm b/sparc64/arcfour-crypt.asm index 0e407d176f4cbb47a4d7981908dd9c8d8718fade..51ff96b035cfc225c9ea5b0f2143d61497fe0565 100644 --- a/sparc64/arcfour-crypt.asm +++ b/sparc64/arcfour-crypt.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2002, 2005 Niels M�ller +C Copyright (C) 2002, 2005 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/testsuite/arctwo-test.c b/testsuite/arctwo-test.c index 17c3503f4d5ef125fa62c13a44b8df4cf0689f48..4e890097f195ae2fef4c16f7be4b71964127c43c 100644 --- a/testsuite/arctwo-test.c +++ b/testsuite/arctwo-test.c @@ -1,7 +1,7 @@ /* nettle, low-level cryptographics library * * Copyright (C) 2004 Simon Josefsson - * Copyright (C) 2004 Niels M�ller + * Copyright (C) 2004 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/input.c b/tools/input.c index 8dd7d0c1a92937d68cc9d0ebd2adafbf9ca1682f..3c8f674622e25c4f1fd0fb3ebc1648264ee06010 100644 --- a/tools/input.c +++ b/tools/input.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/input.h b/tools/input.h index 5c59addecae34d633f224fc0b268c3f56cd5659d..3e52a58dd20fa0a614132794cd9d6c323b7938e1 100644 --- a/tools/input.h +++ b/tools/input.h @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/misc.c b/tools/misc.c index bd20842fea153dd449c1061c55941efe6771833e..45fb5a7e9e390664a625bfda84f2e1c41f999c72 100644 --- a/tools/misc.c +++ b/tools/misc.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -75,7 +75,7 @@ sexp_token_chars[0x80] = 1,1,1,1,1,1,1,1, 1,1,1,0,0,1,0,0, /* @ A ... O */ 0,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, - /* P ... Z [ \�] ^ _ */ + /* P ... Z [ \ ] ^ _ */ 1,1,1,1,1,1,1,1, 1,1,1,0,0,0,0,1, /* ` a, ... o */ 0,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, diff --git a/tools/misc.h b/tools/misc.h index 828fe9bd8c58b11291c648c6ea80e8ef50ad5f39..c2f6d82e665454d1a6b4ab48bc47df877d8b8e63 100644 --- a/tools/misc.h +++ b/tools/misc.h @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/nettle-lfib-stream.c b/tools/nettle-lfib-stream.c index 641a2f7fec06dd406b85bb2535ab558fed08c655..780a888b003a8ea97e0291bee5a7b5cc7385e5a0 100644 --- a/tools/nettle-lfib-stream.c +++ b/tools/nettle-lfib-stream.c @@ -7,7 +7,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2003 Niels M�ller + * Copyright (C) 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/output.c b/tools/output.c index d491d9a470b18d5666ee4f66cd7c0634ed2c3afd..014a2764b3119491288ba32dd4a7c58a2f9ad279 100644 --- a/tools/output.c +++ b/tools/output.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/output.h b/tools/output.h index 8ac52562a5c23045a1f760a14c9d929233fb1d37..56ff724d81b579a6280b464ebb4acbeaa0154afb 100644 --- a/tools/output.h +++ b/tools/output.h @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/parse.c b/tools/parse.c index 292c6ce8bae486f90702777abe82758a4543655c..ba1bb6554a81d57568f3d2c2a29150e28c6097ce 100644 --- a/tools/parse.c +++ b/tools/parse.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/parse.h b/tools/parse.h index df6f8b40fee6c80a4be1acf4e0f03c6571310be9..2f46d79c0749410c7bfaeadfe43b607bfcc4e326 100644 --- a/tools/parse.h +++ b/tools/parse.h @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002, 2003 Niels M�ller + * Copyright (C) 2002, 2003 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/pkcs1-conv.c b/tools/pkcs1-conv.c index c9c7ff4a1d666a017e412f33b9d5be265a99fb4d..e13d8cea9895ab21cf05564cd75637dd18a4c565 100644 --- a/tools/pkcs1-conv.c +++ b/tools/pkcs1-conv.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2005, 2009 Niels M�ller, Magnus Holmgren + * Copyright (C) 2005, 2009 Niels Möller, Magnus Holmgren * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/sexp-conv.c b/tools/sexp-conv.c index f43f27d237eaef84694412e5b3c883d617fdd8e3..58a22a765c8e72275bcca484607e2c1e78994afd 100644 --- a/tools/sexp-conv.c +++ b/tools/sexp-conv.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/twofish-meta.c b/twofish-meta.c index 7e463256c563035071dd6f0b59f752d8e63c434f..1559a89d44d9b3468f1dd2ef91b4887d1211007e 100644 --- a/twofish-meta.c +++ b/twofish-meta.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2002 Niels M�ller + * Copyright (C) 2002 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/twofish.c b/twofish.c index 0e519eabcecf6beda4d4bc772c021305b319b6c4..d1207e1e6202a5844216f255cba880c85649c475 100644 --- a/twofish.c +++ b/twofish.c @@ -10,7 +10,7 @@ * Copyright (C) 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> * * Integrated with the nettle library, - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller */ /* nettle, low-level cryptographics library diff --git a/twofish.h b/twofish.h index de5dc3cb8b89342ce7276b34cef1a1366835bd81..ddc8619701011646b5c344c4797c75ca44d2f1bf 100644 --- a/twofish.h +++ b/twofish.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/write-be32.c b/write-be32.c index e52e565f8ef32971223d3ada33e98097e6a5a041..75bc1ebd02d9ecec48b9fc354e8f9d4ff58f0fe7 100644 --- a/write-be32.c +++ b/write-be32.c @@ -2,7 +2,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/x86/aes-decrypt-internal.asm b/x86/aes-decrypt-internal.asm index 0dc6f7bd6ff6b584270cc27b69dc5fb2d8d05ab2..e6ec0259d21600891476c8a44e5da06f0ad8d3cf 100644 --- a/x86/aes-decrypt-internal.asm +++ b/x86/aes-decrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels M�ller +C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/x86/aes-encrypt-internal.asm b/x86/aes-encrypt-internal.asm index 99620d4953a958c36930fe7626b0021d2c6b2ec1..819d2184c33d379ad78f33b4eee976bd826bc866 100644 --- a/x86/aes-encrypt-internal.asm +++ b/x86/aes-encrypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels M�ller +C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/x86/arcfour-crypt.asm b/x86/arcfour-crypt.asm index bdeb98f03a9d5a986e0af933009ec2f0b4086b93..af7f13b095b7afea961acf3d16f9996be4d4dd2c 100644 --- a/x86/arcfour-crypt.asm +++ b/x86/arcfour-crypt.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2004, Niels M�ller +C Copyright (C) 2004, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/x86/camellia-crypt-internal.asm b/x86/camellia-crypt-internal.asm index fa16f76352c1a73f3fc34f511519c23d31021b5d..cdda43cdb39ad337318d712568e6867e22a95239 100644 --- a/x86/camellia-crypt-internal.asm +++ b/x86/camellia-crypt-internal.asm @@ -1,7 +1,7 @@ C -*- mode: asm; asm-comment-char: ?C; -*- C nettle, low-level cryptographics library C -C Copyright (C) 2010, Niels M�ller +C Copyright (C) 2010, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/x86/md5-compress.asm b/x86/md5-compress.asm index 44894e3139e2e941d7b0632b6a9c9b437fe72c1c..5bee85436f70becf3ee528891a1a7c3477fba03e 100644 --- a/x86/md5-compress.asm +++ b/x86/md5-compress.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2005, Niels M�ller +C Copyright (C) 2005, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/x86/sha1-compress.asm b/x86/sha1-compress.asm index f6fa347be92105fb24acfd2670ae0d9c0f513fae..d92b24c02a1723a0f0ebf05ad7032a0e85c76e84 100644 --- a/x86/sha1-compress.asm +++ b/x86/sha1-compress.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2004, Niels M�ller +C Copyright (C) 2004, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/x86_64/aes-decrypt-internal.asm b/x86_64/aes-decrypt-internal.asm index 2c94d0f6815d55915012bea975d3bef881398d70..d473e9c25485e2bf1da4aef1a528e0c2b0bfe037 100644 --- a/x86_64/aes-decrypt-internal.asm +++ b/x86_64/aes-decrypt-internal.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2001, 2002, 2005, 2008 Rafael R. Sevilla, Niels M�ller +C Copyright (C) 2001, 2002, 2005, 2008 Rafael R. Sevilla, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/x86_64/aes-encrypt-internal.asm b/x86_64/aes-encrypt-internal.asm index dd516c8ccbacd6a71be1e3b02592178ec4059bf0..200feb539574a21a17ffaf21de5beac5565e71a7 100644 --- a/x86_64/aes-encrypt-internal.asm +++ b/x86_64/aes-encrypt-internal.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2001, 2002, 2005, 2008 Rafael R. Sevilla, Niels M�ller +C Copyright (C) 2001, 2002, 2005, 2008 Rafael R. Sevilla, Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/x86_64/serpent-encrypt.asm b/x86_64/serpent-encrypt.asm index 5751b30ed321f772234291c23546f0764af4a44e..2925dcdebf131b057d1cf8086ff2b9c47bfd7d71 100644 --- a/x86_64/serpent-encrypt.asm +++ b/x86_64/serpent-encrypt.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2011 Niels M�ller +C Copyright (C) 2011 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/x86_64/sha1-compress.asm b/x86_64/sha1-compress.asm index 1abbb69811f72cb6104089bf259c8fc773212158..352e52c3b393c353a1bcf296887d691f7a72afa0 100644 --- a/x86_64/sha1-compress.asm +++ b/x86_64/sha1-compress.asm @@ -1,6 +1,6 @@ C nettle, low-level cryptographics library C -C Copyright (C) 2004, 2008 Niels M�ller +C Copyright (C) 2004, 2008 Niels Möller C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by diff --git a/yarrow.h b/yarrow.h index 22676c2b78610b35f49f749947764fae91fb7dde..9999f26e4ba8ef27e0ea173f5395d35416c55852 100644 --- a/yarrow.h +++ b/yarrow.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/yarrow256.c b/yarrow256.c index 7645a7200b6ee993753ef3151be2e8e72a15b450..1894ea5820b48b0983559bf1cf8f353f1de3d526 100644 --- a/yarrow256.c +++ b/yarrow256.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/yarrow_key_event.c b/yarrow_key_event.c index 92360d99e392aa450d7126b16795d040a2f7e1d1..3c0e0c91294a20ba696312404514bf7899521400 100644 --- a/yarrow_key_event.c +++ b/yarrow_key_event.c @@ -4,7 +4,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels M�ller + * Copyright (C) 2001 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by