summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
Commit message (Expand)AuthorAgeFilesLines
* Provide GnuTLS API with `gnutls-negotiate' and `open-gnutls-stream'.Ted Zlatanov2010-10-031-30/+16
* Rework the gnutls boot interface.Lars Magne Ingebrigtsen2010-10-041-18/+20
* Do the gnutls handshake from the reader loop, instead of looping overLars Magne Ingebrigtsen2010-09-291-11/+0
* Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-291-11/+5
* Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen2010-09-271-1/+13
* Add debugging to the gnutls library, and finish handshaking when it's done.Lars Magne Ingebrigtsen2010-09-271-5/+3
* (starttls-negotiate): Avoid the cl.el decf function.Lars Magne Ingebrigtsen2010-09-261-1/+1
* Set up GnuTLS support.Ted Zlatanov2010-09-261-0/+128