summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-151-1/+1
* * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.Romain Francoise2010-12-131-1/+1
* * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string): Declare.Glenn Morris2010-10-311-0/+6
* 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 over...Lars 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