]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 8 Jun 2002 22:05:07 +0000 (22:05 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 8 Jun 2002 22:05:07 +0000 (22:05 +0000)
ChangeLog

index ce9cadeb97439beb86123ddab6e5034a1ab1c2bf..98fefcb89b0b8b1817d1e83ec45c32cc2bd93f58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2002-06-08 20:34  nmav <nmav@gnutls.org>
+
+       * lib/: gnutls_mem.c, gnutls_mem.h:
+
+       Removed gnutls_strdup(). Replaced with a pointer to libc's strdup() 
+       function.  
+
+2002-06-08 20:32  nmav <nmav@gnutls.org>
+
+       * lib/gnutls_buffers.c:
+
+       No longer realloc() the record buffers. It had some meaning when
+       gnutls_realloc_fast() was there, but now they one cause a slowdown.  
+
+2002-06-08 12:38  nmav <nmav@gnutls.org>
+
+       * NEWS, lib/gnutls.h.in.in, lib/gnutls_algorithms.c,
+       lib/gnutls_int.h, lib/gnutls_state.c, src/cli.c, src/serv.c:
+
+       Created gnutls_handshake_set_private_extensions() function.  
+
+2002-06-07 20:14  nmav <nmav@gnutls.org>
+
+       * configure.in, lib/defines.h, lib/gnutls_algorithms.c,
+       lib/gnutls_int.h, lib/gnutls_state.c:
+
+       Corrected issues with ptrdiff_t. Added option to enable private
+       (experimental) cipher suites. They are now disabled by default so
+       they do not create interoperability problems.  
+
+2002-06-07 19:03  nmav <nmav@gnutls.org>
+
+       * configure.in:
+
+       added check for ptrdiff_t type.  
+
 2002-06-03 16:09  nmav <nmav@gnutls.org>
 
        * ChangeLog, doc/tex/Makefile.am, doc/tex/asn1.tex,