log lisp/net/gnutls.el @ 111047:1e7d8f405703

age author description
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.