# # ChangeLog for lib/ssl_gnutls.c # # Generated by Trac 1.2.3 # 2024-03-28T17:22:05Z Sun, 23 Mar 2008 14:29:19 GMT Wilmer van der Gaast [8a2221a7] * lib/ssl_client.h (modified) * lib/ssl_gnutls.c (modified) * lib/ssl_nss.c (modified) * lib/ssl_openssl.c (modified) * protocols/jabber/io.c (modified) Fixed stalling issue with OpenSSL and Jabber (#368). Wed, 12 Dec 2007 23:57:49 GMT Wilmer van der Gaast [3e79889] * lib/ssl_gnutls.c (modified) Checking conn->xcred before trying to clean it up since GnuTLS ... Thu, 22 Nov 2007 22:56:52 GMT Wilmer van der Gaast [56f260a] * configure (modified) * lib/ssl_gnutls.c (modified) * protocols/nogaim.c (modified) * root_commands.c (modified) * storage_xml.c (modified) Some changes to get rid of compiler warnings. (And disabling strict ... Thu, 19 Oct 2006 07:51:35 GMT Wilmer van der Gaast [f920d9e] * lib/ssl_gnutls.c (modified) * lib/ssl_openssl.c (modified) Added starttls code to ssl_openssl.c so GnuTLS isn't the only ... Mon, 02 Oct 2006 13:19:13 GMT Wilmer van der Gaast [c1ed6527] * lib/ssl_gnutls.c (modified) * protocols/jabber/io.c (modified) No more double free()/crashes when trying to set up an SSL connection ... Sun, 24 Sep 2006 11:57:45 GMT Wilmer van der Gaast [42127dc] * lib/ssl_client.h (modified) * lib/ssl_gnutls.c (modified) * protocols/jabber/io.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) Added support for SSL- and TLS-connections. Checking of the "tls" ... Sun, 25 Jun 2006 12:15:42 GMT Wilmer van der Gaast [df1694b] * Makefile (modified) * bitlbee.h (modified) * conf.c (modified) * configure (modified) * irc_commands.c (modified) * lib/Makefile (added) * lib/events.h (moved) * lib/events_glib.c (moved) * lib/events_libevent.c (moved) * lib/http_client.c (moved) * lib/http_client.h (moved) * lib/ini.c (moved) * lib/ini.h (moved) * lib/md5.c (moved) * lib/md5.h (moved) * lib/misc.c (moved) * lib/misc.h (moved) * lib/proxy.c (moved) * lib/proxy.h (moved) * lib/rc4.c (added) * lib/rc4.h (added) * lib/sha.c (moved) * lib/sha.h (moved) * lib/ssl_bogus.c (moved) * lib/ssl_client.h (moved) * lib/ssl_gnutls.c (moved) * lib/ssl_nss.c (moved) * lib/ssl_openssl.c (moved) * lib/url.c (moved) * lib/url.h (moved) * protocols/Makefile (modified) Moving all generic files to lib/ instead of having some in / and some ...