summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-08-16 22:05:16 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-08-16 22:05:16 +0000
commit7bd95fcd5ec8933d248f246eff5a8c0a92ac70d5 (patch)
tree9a066f1e62a76fcc10703f4853690689217c0fd5 /ChangeLog
parent14f5e0299b58d65780b8384737665d2b1716358f (diff)
downloadgnutls-7bd95fcd5ec8933d248f246eff5a8c0a92ac70d5.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog57
1 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ca7ceb64e..246a7bddaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2004-08-16 21:02 Simon Josefsson <simon@josefsson.org>
+
+ * src/common.c:
+
+ Oops, revert DES, not supported.
+
+2004-08-16 21:01 Simon Josefsson <simon@josefsson.org>
+
+ * src/common.c:
+
+ Support AES-256 and DES in --ciphers too.
+
+2004-08-16 20:49 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS, README:
+
+ Fix.
+
+2004-08-16 20:48 Simon Josefsson <simon@josefsson.org>
+
+ * README:
+
+ Add.
+
+2004-08-16 20:40 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS:
+
+ Fix.
+
+2004-08-16 20:18 Simon Josefsson <simon@josefsson.org>
+
+ * lib/: gnutls_hash_int.c, gnutls_hash_int.h:
+
+ Move hashing to generic crypto API. Implement hashing for
+ nettle/libgcrypt in generic crypto API.
+
+2004-08-16 19:10 Simon Josefsson <simon@josefsson.org>
+
+ * configure.in, lib/gnutls_errors.c, lib/gnutls_errors_int.h,
+ lib/gnutls_random.c, lib/gnutls_random.h:
+
+ Move randomness calls to generic crypto API. Implement randomness
+ for libgcrypt and nettle wrappers.
+
+2004-08-15 22:33 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS:
+
+ Typo.
+
+2004-08-15 22:31 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS, NEWS:
+
+ Fix.
+
2004-08-15 21:34 Simon Josefsson <simon@josefsson.org>
* Makefile.am, configure.in: