Skip to content
Snippets Groups Projects
ChangeLog 1.49 KiB
Newer Older
  • Learn to ignore specific revisions
  • Niels Möller's avatar
    Niels Möller committed
    2001-06-15  Niels Mller  <nisse@ehand.com>
    
    
    Niels Möller's avatar
    Niels Möller committed
    	* testsuite/blowfish-test.m4: Fixed testcase, use correct key
    	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
    	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 Mller  <nisse@ehand.com>
    
    	* Makefile.am (libnettle_a_SOURCES): Added serpent files.
    
    
    Niels Möller's avatar
    Niels Möller committed
    2001-06-12  Niels Mller  <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. 
    
    	* testsuite/sha1-test.m4: New file.
    
    	* testsuite/des-test.m4: New file.
    
    	* Added SHA1 files.
    
    	* Added desCore files.
    	
    	* Makefile.am: Added desCore and sha1.
    
    
    2001-04-17  Niels Mller  <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
    	$(libnettleincludedir). 
    
    
    Niels Möller's avatar
    Niels Möller committed
    2001-04-13  Niels Mller  <nisse@cuckoo.hack.org>
    
    	* Initial checkin.