summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-02 23:05:15 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-02 23:05:15 +0000
commit58cce8b6544740ed70709385fe91973be928b662 (patch)
treea677ef055f80d46c62821b2ce7bd1b978ee2356d
parenteca782dae7b830a1b9eda63fb1ae4e429edf18a6 (diff)
downloadgnutls-58cce8b6544740ed70709385fe91973be928b662.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 994fc53e8d..67e6ea14e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2003-12-02 21:39 nmav <nmav@gnutls.org>
+
+ * lib/: gnutls_cipher.c, gnutls_cipher_int.c:
+
+ some cleanups in the record protocol processing.
+
+2003-12-02 18:20 nmav <nmav@gnutls.org>
+
+ * NEWS, doc/TODO, doc/tex/srp.tex, lib/gnutls.h.in.in,
+ lib/gnutls_errors.c, lib/gnutls_handshake.c, lib/gnutls_int.h,
+ lib/gnutls_state.c, src/cli.c:
+
+ Improved the support for draft-ietf-tls-srp-05. The two-phase
+ handshake is now fully supported without any interaction with the
+ application layer (except for a callback).
+
2003-12-01 14:07 nmav <nmav@gnutls.org>
* src/common.c: