Skip to content
Snippets Groups Projects
ChangeLog 238 KiB
Newer Older
Niels Möller's avatar
Niels Möller committed

	* testsuite/Makefile.am: Added bignum-test.

Niels Möller's avatar
Niels Möller committed
	* testsuite/run-tests (test_program): Check the exit code more
Niels Möller's avatar
Niels Möller committed
	carefully, and treat 77 as skip. This convention was borrowed from
Niels Möller's avatar
Niels Möller committed
	autotest.
Niels Möller's avatar
Niels Möller committed

	* testsuite/macros.m4: New macro SKIP which exits with code 77.

	* testsuite/bignum-test.m4: New file.

Niels Möller's avatar
Niels Möller committed
2001-10-15  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* testsuite/Makefile.am (EXTRA_DIST): Include rfc1750.txt in the
	distribution.

Niels Möller's avatar
Niels Möller committed
2001-10-14  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed
	* testsuite/des-test.m4: Added testcase taken from applied
Niels Möller's avatar
Niels Möller committed
	cryptography.
Niels Möller's avatar
Niels Möller committed
	* testsuite/yarrow-test.c: Use sha256 instead of sha1 for checking
	input and output. Updated the expected values.

	* yarrow256.c (YARROW_RESEED_ITERATIONS): New constant.
	(yarrow_iterate): New function.
	(yarrow_fast_reseed): Call yarrow_iterate.

	* testsuite/yarrow-test.c: Added verbose flag, disabled by
Niels Möller's avatar
Niels Möller committed
	default.
Niels Möller's avatar
Niels Möller committed
2001-10-12  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* examples/nettle-benchmark.c: Added more ciphers.

	* Makefile.am (SUBDIRS): Added the examples subdir.

	* configure.in: Output examples/Makefile.

Niels Möller's avatar
Niels Möller committed
2001-10-12  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed
	* examples/nettle-benchmark.c: New benchmarking program.
Niels Möller's avatar
Niels Möller committed
2001-10-10  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* testsuite/yarrow-test.c: Open rfc1750.txt. Hash input and
	output, and compare to expected values.

	* testsuite/Makefile.am (CFLAGS): Don't disable optimization.
Niels Möller's avatar
Niels Möller committed
	(run-tests): Set srcdir in the environment when running run-tests.
Niels Möller's avatar
Niels Möller committed
	* testsuite/rfc1750.txt: Added this rfc as test input for yarrow.
Niels Möller's avatar
Niels Möller committed

	* yarrow_key_event.c (yarrow_key_event_estimate): Check if
	previous is zero.
	(yarrow_key_event_init): Initialize previous to zero.

	* yarrow256.c: Added debug some output.

	* testsuite/yarrow-test.c (main): Better output of entropy
Niels Möller's avatar
Niels Möller committed
	estimates at the end.
Niels Möller's avatar
Niels Möller committed
2001-10-09  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* testsuite/Makefile.am (TS_PROGS): Added yarrow-test.

	* testsuite/yarrow-test.c: New file.

Niels Möller's avatar
Niels Möller committed
	* yarrow256.c (yarrow256_init): Initialize the sources.
Niels Möller's avatar
Niels Möller committed
	(yarrow256_random): Fixed loop condition.

	* yarrow.h (YARROW_KEY_EVENT_BUFFER): New constant.

	* yarrow_key_event.c: New file.

	* Makefile.am (libnettle_a_SOURCES): Added yarrow_key_event.c.

Niels Möller's avatar
Niels Möller committed
2001-10-08  Niels Möller  <nisse@cuckoo.hack.org>
	* yarrow.h (struct yarrow_key_event_ctx): New struct.

Niels Möller's avatar
Niels Möller committed
	* yarrow256.c (yarrow_fast_reseed): Generate two block of output
	using the old key and feed into the pool.

Niels Möller's avatar
Niels Möller committed
	* yarrow.h (struct yarrow256_ctx): Deleted buffer, index and
Niels Möller's avatar
Niels Möller committed
	block_count.
Niels Möller's avatar
Niels Möller committed
	* yarrow256.c (yarrow_fast_reseed): New function.
	(yarrow_slow_reseed): New function.
	(yarrow256_update): Check seed/reseed thresholds.
Niels Möller's avatar
Niels Möller committed
	(yarrow_gate): New function, extracted from
	yarrow_generate_block_with_gate which was deleted.
	(yarrow_generate_block_with_gate): Deleted function.
	(yarrow256_random): Don't buffer any output, instead gate after
	each request.
	(YARROW_GATE_THRESHOLD): Deleted constant.
Niels Möller's avatar
Niels Möller committed
2001-10-07  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed
	* Makefile.am: Added yarrow files.

Niels Möller's avatar
Niels Möller committed
	* yarrow256.c: New file, implementing Yarrow. Work in progress.
	* sha256.c: New file, implementing sha256.
Niels Möller's avatar
Niels Möller committed
	* testsuite/Makefile.am (CFLAGS): Added sha256-test.

	* testsuite/sha256-test.m4: New testcases for sha256.
	* shadata.c: New file, for generating sha256 constants.
Niels Möller's avatar
Niels Möller committed

	* sha.h: Renamed sha1.h to sha.h, and added declarations for
Niels Möller's avatar
Niels Möller committed
2001-10-05  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* testsuite/aes-test.m4: Added a comment with NIST test vectors.

Niels Möller's avatar
Niels Möller committed
2001-10-04  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed
	* rsa.h, rsa-compat.h, yarrow.h: New files.
Niels Möller's avatar
Niels Möller committed
2001-09-25  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed

	* Released version 1.0.

Niels Möller's avatar
Niels Möller committed
2001-09-25  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* sha1.c: Include stdlib.h, for abort.

	* md5.c: Include string.h, for memcpy.

	* testsuite/Makefile.am (M4_FILES): New variable. Explicitly list
	those C source files that should be generated by m4.

	* configure.in: Changed package name from "libnettle" to "nettle".

	* Makefile.am (EXTRA_DIST): Added .bootstrap.

	* AUTHORS: Added a reference to the manual.

Niels Möller's avatar
Niels Möller committed
2001-09-25  Niels Möller  <nisse@lysator.liu.se>
Niels Möller's avatar
Niels Möller committed

	* des-compat.c (des_cbc_cksum): Bug fix, local variable was
	declared in the middle of a block.

Niels Möller's avatar
Niels Möller committed
2001-09-19  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed

	* nettle.texinfo (Compatibility functions): New section,
	mentioning md5-compat.h and des-compat.h.

Niels Möller's avatar
Niels Möller committed
2001-09-18  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* index.html: New file.

Niels Möller's avatar
Niels Möller committed
2001-09-16  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed
	* nettle.texinfo: Added description of des3. Minor fixes.

Niels Möller's avatar
Niels Möller committed
	* testsuite/des-compat-test.c (cbc_data): Shorten to 32 bytes (4
	blocks), the last block of zeroes wasn't used anyway.

	* des-compat.c (des_compat_des3_decrypt): Decrypt in the right
Niels Möller's avatar
Niels Möller committed
	order.
Niels Möller's avatar
Niels Möller committed
	(des_ncbc_encrypt): Bug fixed.
	(des_cbc_encrypt): Rewritten as a wrapper around des_ncbc_encrypt.

Niels Möller's avatar
Niels Möller committed
2001-09-14  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* testsuite/des-compat-test.c: New file, copied from libdes
	(freeswan). All implemented functions but des_cbc_cksum seems to
	work now.

	* testsuite/Makefile.am (TS_PROGS): Added des-compat-test.

	* des-compat.c: Added libdes typedef:s. Had to remove all use of
	const in the process.
	(des_check_key): New global variable, checked by des_set_key.

	* des.c (des_set_key): Go on and expand the key even if it is
	weak.

	* des-compat.c (des_cbc_cksum): Implemented.
	(des_key_sched): Fixed return values.

Niels Möller's avatar
Niels Möller committed
2001-09-11  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed

	* Makefile.am: Added des-compat.c and des-compat.h

	* des-compat.c: Bugfixes, more functions implemented.

	* des-compat.h: Define DES_ENCRYPT and DES_DECRYPT. Bugfixes.

Niels Möller's avatar
Niels Möller committed
2001-09-10  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* nettle.texinfo (Copyright): Added copyright information for
	serpent.
	(Miscellaneous functions): Started writing documentation on the CBC
	functions.
Niels Möller's avatar
Niels Möller committed
	(Cipher Block Chaining): This section more or less complete now.
Niels Möller's avatar
Niels Möller committed
2001-09-09  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed
	* testsuite/cbc-test.m4: Record intermediate values in a comment.
Niels Möller's avatar
Niels Möller committed
	* testsuite/des3-test.m4: Likewise.

	* testsuite/aes-test.m4: Added test case that appeared broken in
	the cbc test.

	* cbc.c (cbc_encrypt): Bug fix, encrypt block *after* XOR:ing the
Niels Möller's avatar
Niels Möller committed
	iv.
Niels Möller's avatar
Niels Möller committed
	* Makefile.am (libnettleinclude_HEADERS): Added cbc.h. Deleted
Niels Möller's avatar
Niels Möller committed
	des3.h.
Niels Möller's avatar
Niels Möller committed
	(libnettle_a_SOURCES): Added des3.c.

	* testsuite/Makefile.am (TS_PROGS): Added des3-test and cbc-test.

	* testsuite/cbc-test.m4: New testcase.

	* testsuite/des3-test.m4: New testcase.

	* cbc.h (CBC_CTX): New macro.
	(CBC_ENCRYPT): New macro.
	(CBC_DECRYPT): New macro.

	* des.c (des_fix_parity): New function.

	* des3.c: New file, implementing triple des.

Niels Möller's avatar
Niels Möller committed
2001-09-06  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed

	* cbc.c, cbc.h: New files, for general CBC encryption.

	* des-compat.h: Added some prototypes.

Niels Möller's avatar
Niels Möller committed
2001-09-05  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* testsuite/Makefile.am (TS_PROGS): Added md5-compat-test.

	* README: Copied introduction from the manual.

	* configure.in: Bumped version to 1.0.

	* Makefile.am (libnettleinclude_HEADERS): Added missing includes.
	(libnettle_a_SOURCES): Added md5-compat.c and md5-compat.h.

	* md5-compat.c, md5-compat.h: New files, implementing an RFC
	1321-style interface.

Niels Möller's avatar
Niels Möller committed
2001-09-02  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed

	* twofish.c (twofish_decrypt): Fixed for();-bug in the block-loop.
	Spotted by Jean-Pierre.
	(twofish_encrypt): Likewise.

Niels Möller's avatar
Niels Möller committed
2001-07-03  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* testsuite/testutils.c: Include string.h.

	* twofish.c: Include string.h.

Niels Möller's avatar
Niels Möller committed
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.

Niels Möller's avatar
Niels Möller committed
	* testsuite/testutils.c, testsuite/testutils.h: Use <inttypes.h>,
	not <stdint.h>.
Niels Möller's avatar
Niels Möller committed
2001-06-17  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed
	* Use <inttypes.h>, not <stdint.h>.

Niels Möller's avatar
Niels Möller committed
	* blowfish.h (BLOWFISH_MAX_KEY_SIZE): Fixed, should be 56.
Niels Möller's avatar
Niels Möller committed
	* Fixed copyright notices.

	* Makefile.am (libnettle_a_SOURCES): Added desinfo.h and
Niels Möller's avatar
Niels Möller committed
	desCode.h.
Niels Möller's avatar
Niels Möller committed
	(info_TEXINFOS): Added manual.
	(EXTRA_DIST): Added nettle.html.
	(%.html): Added rule for building nettle.html.

	* nettle.texinfo: New manual.

	* configure.in: Bumped version to 0.2.

	* testsuite/Makefile.am (TS_PROGS): Added cast128 test.

	* Added CAST128.

Niels Möller's avatar
Niels Möller committed
	* testsuite/serpent-test.m4: Added a few rudimentary tests
	extracted from the serpent package.

	* twofish.c: Adapted to nettle. Made constant tables const.
	Deleted bytes_to_word and word_to_bytes; use LE_READ_UINT32 and
	LE_WRITE_UINT32 instead.
	(twofish_selftest): Deleted. Moved the tests to the external
Niels Möller's avatar
Niels Möller committed
	testsuite.
	(twofish_set_key): Don't silently truncate too large keys.
Niels Möller's avatar
Niels Möller committed

	* sha1.c (sha1_update): Use unsigned for length.

	* serpent.c (serpent_set_key): Read the key backwards. Fixed
	padding (but there are no test vectors for key_size not a multiple
	of 4).
	(serpent_encrypt): Read and write data in the strange order used
	by the reference implementation.
	(serpent_decrypt): Likewise.

	* macros.h (FOR_BLOCKS): New macro, taken from lsh.

	* blowfish.h (struct blowfish_ctx): Use a two-dimensional array
	for s.

	* blowfish.c (initial_ctx): Arrange constants into a struct, to
	simplify key setup.
	(F): Deleted all but one definitions of the F function/macro.
	Added a context argument, and use that to find the subkeys.
	(R): Added context argument, and use that to find the subkeys.
	(blowfish_set_key): Some simplification.

	(encrypt): Deleted code for non-standard number of rounds. Deleted
	a bunch of local variables. Using the context pointer for
	everything should consume less registers.
	(decrypt): Likewise.

	* Makefile.am (libnettle_a_SOURCES): Added twofish.

Niels Möller's avatar
Niels Möller committed
2001-06-16  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed

	* testsuite/blowfish-test.m4: Fixed test.

	* Added twofish implementation.

	* blowfish.h (struct blowfish_ctx): Use the correct size for the p
Niels Möller's avatar
Niels Möller committed
	array.
Niels Möller's avatar
Niels Möller committed
2001-06-15  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed
	* testsuite/blowfish-test.m4: Fixed testcase, use correct key
Niels Möller's avatar
Niels Möller committed
	length.
Niels Möller's avatar
Niels Möller committed
	* Makefile.am (libnettle_a_SOURCES): Added blowfish files.
Niels Möller's avatar
Niels Möller committed
	($(des_headers)): Strip directory part when passing file name to
Niels Möller's avatar
Niels Möller committed
	desdata.
Niels Möller's avatar
Niels Möller committed

	* testsuite/blowfish-test.m4: Added one test, from GNUPG.

	* Created blowfish.c and blowfish.h (from GNUPG via LSH). Needs
	more work.

	* aes.h: Fixed copyright notice to not mention GNU MP. XXX: Review
	all nettle copyrights.

	* testsuite/Makefile.am (TS_PROGS): Added tests for twofish and
	blowfish.

Niels Möller's avatar
Niels Möller committed
2001-06-13  Niels Möller  <nisse@ehand.com>
Niels Möller's avatar
Niels Möller committed

	* Makefile.am (libnettle_a_SOURCES): Added serpent files.

Niels Möller's avatar
Niels Möller committed
2001-06-12  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed
	* des.c (des_encrypt, des_decrypt): Assert that the key setup was
	successful.
Niels Möller's avatar
Niels Möller committed

	* testsuite/Makefile.am (TS_PROGS): Added tests for des and sha1.
Niels Möller's avatar
Niels Möller committed

	* testsuite/sha1-test.m4: New file.

	* testsuite/des-test.m4: New file.

Niels Möller's avatar
Niels Möller committed

	* Added desCore files.
Niels Möller's avatar
Niels Möller committed
	* Makefile.am: Added desCore and sha1.

Niels Möller's avatar
Niels Möller committed
2001-04-17  Niels Möller  <nisse@cuckoo.hack.org>

	* install-sh: Copied the standard install script.

	* testsuite/Makefile.am (CFLAGS): Disable optimization. Add
	$(top_srcdir) to the include path.
	(EXTRA_DIST): Added testutils.h, testutils.c and run-tests.
	(run-tests): Fixed path to run-tests.

	* Makefile.am (EXTRA_DIST): Added memxor.h.
	(libnettleinclude_HEADERS): Install headers in
Niels Möller's avatar
Niels Möller committed
	$(libnettleincludedir).
Niels Möller's avatar
Niels Möller committed
2001-04-13  Niels Möller  <nisse@cuckoo.hack.org>
Niels Möller's avatar
Niels Möller committed

	* Initial checkin.