]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Note the aes api change. nettle_1.6_release_20021003
authorNiels Möller <nisse@lysator.liu.se>
Wed, 2 Oct 2002 22:21:41 +0000 (00:21 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 2 Oct 2002 22:21:41 +0000 (00:21 +0200)
Rev: src/nettle/ChangeLog:1.117
Rev: src/nettle/NEWS:1.8

ChangeLog
NEWS

index addb97c0b0d134c8dcc43abba8300dcc6ac6a5da..20392957f5a84b5350d95263d2427f8b18e23328 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2002-10-02  Niels Möller  <nisse@cuckoo.hack.org>
+2002-10-03  Niels Möller  <nisse@cuckoo.hack.org>
 
        * Released nettle-1.6.
 
+       * NEWS: Note the aes api change.
+
+       * examples/Makefile.am (EXTRA_DIST): Distribute setup-env and
+       teardown-env. 
+
+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.
 
diff --git a/NEWS b/NEWS
index 144bd88602425981a8877a661587461112bd6044..254b0c90ffde8fded4a33477dcde10e2b2956cd8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
 NEWS for the 1.6 release
 
-       Optimized Assembler implementations of aes, for sparc and x86.
-       
+       Optimized assembler implementations of aes, for sparc and x86.
+
+       The aes interface has changed slightly. The function
+       aes_set_key is no more. Instead one has to use
+       aes_set_encrypt_key or aes_set_decrypt_key. Sorry about that. 
+
        New example programs, rsa-keygen, rsa-sign and rsa-verify,
        located in the examples directory.