log lisp/net/gnutls.el @ 111960:b856b44c139b

age author description
Mon, 13 Dec 2010 23:20:32 +0100 Romain Francoise * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
Sun, 31 Oct 2010 22:53:15 -0700 Glenn Morris * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string): Declare.
Sun, 03 Oct 2010 20:16:00 -0500 Ted Zlatanov Provide GnuTLS API with `gnutls-negotiate' and `open-gnutls-stream'.
Mon, 04 Oct 2010 00:37:37 +0200 Lars Magne Ingebrigtsen Rework the gnutls boot interface.
Wed, 29 Sep 2010 15:25:24 +0200 Lars Magne Ingebrigtsen Do the gnutls handshake from the reader loop, instead of looping over
Wed, 29 Sep 2010 14:48:29 +0200 Lars Magne Ingebrigtsen Make sure all reads/writes to gnutls streams go via the gnutls functions.
Mon, 27 Sep 2010 18:44:31 +0200 Lars Magne Ingebrigtsen Add gnutls logging and clean up various gnutls bits.
Mon, 27 Sep 2010 16:35:22 +0200 Lars Magne Ingebrigtsen Add debugging to the gnutls library, and finish handshaking when it's done.
Sun, 26 Sep 2010 17:30:44 +0200 Lars Magne Ingebrigtsen (starttls-negotiate): Avoid the cl.el decf function.
Sun, 26 Sep 2010 01:06:28 -0500 Ted Zlatanov Set up GnuTLS support.