summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-20 22:05:06 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-20 22:05:06 +0000
commitacdcab15fd5c1fe35e4856d68581935710098e40 (patch)
tree558cbba304670c2bf2dcb033c9a5d5de42568bc8
parente9fd9de3f0bca346fb21ca7b581389e6c681a587 (diff)
downloadgnutls-acdcab15fd5c1fe35e4856d68581935710098e40.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog57
1 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8204dddf92..3debc60b1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2002-04-19 17:53 nmav <nmav@gnutls.org>
+
+ * NEWS, doc/TODO, doc/tex/ex4.tex, lib/gnutls.h.in.in,
+ lib/gnutls_state.c, src/cli.c, src/serv.c:
+
+ gnutls_session_resumed() was renamed to gnutls_session_is_resumed(),
+ and changed semantics, to make the return value be the obvious one.
+
+2002-04-18 18:56 nmav <nmav@gnutls.org>
+
+ * doc/tex/: Makefile.am, ex4.tex, examples.tex:
+
+ updated documentation for the new resumption check function
+
+2002-04-18 18:41 nmav <nmav@gnutls.org>
+
+ * doc/TODO, lib/gnutls.h.in.in, lib/gnutls_int.h,
+ lib/gnutls_privkey.c, lib/gnutls_state.c, src/cli.c, src/serv.c:
+
+ Added function to report if a session is a resumed one. See
+ gnutls_session_resumed().
+
+2002-04-18 18:16 twoaday <twoaday@gnutls.org>
+
+ * lib/gnutls_openpgp.c:
+
+ Applied the fixes for the new code.
+
+2002-04-18 13:31 nmav <nmav@gnutls.org>
+
+ * configure.in, lib/auth_srp.c, lib/auth_srp.h,
+ lib/auth_srp_passwd.c, lib/ext_cert_type.c, lib/ext_cert_type.h,
+ lib/ext_max_record.c, lib/ext_max_record.h, lib/ext_srp.c,
+ lib/ext_srp.h, lib/gnutls_extensions.c, lib/gnutls_srp.c,
+ src/gnutls-http-serv, src/serv.c:
+
+ Some minor fixes in SRP support. Changed extension generation. Now
+ less allocation with malloc are done.
+
+2002-04-17 09:47 nmav <nmav@gnutls.org>
+
+ * lib/: auth_anon.c, auth_dhe.c, auth_rsa.c, auth_srp.c,
+ auth_srp_passwd.c, crypt.c, crypt_bcrypt.c, crypt_srpsha1.c,
+ debug.c, gnutls_auth.c, gnutls_dh.c, gnutls_dh_primes.c,
+ gnutls_gcry.c, gnutls_gcry.h, gnutls_openpgp.c, gnutls_openpgp.h,
+ gnutls_pk.c, gnutls_privkey.c, gnutls_srp.c, gnutls_x509.c,
+ x509_sig_check.c:
+
+ first changes for libgmp support
+
+2002-04-14 19:26 nmav <nmav@gnutls.org>
+
+ * lib/gnutls_x509.c:
+
+ Fixed description of
+ gnutls_x509_extract_certificate_subject_alt_name().
+
2002-04-13 19:59 twoaday <twoaday@gnutls.org>
* lib/gnutls_openpgp.c: