summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
Commit message (Expand)AuthorAgeFilesLines
* * net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location.Ted Zlatanov2012-02-171-1/+1
* (gnutls-trustfiles): Add Cygwin location.Ted Zlatanov2012-02-141-0/+1
* Introduce and use CA bundle locator `gnutls-trustfiles'.Ted Zlatanov2012-02-131-8/+23
* (gnutls-algorithm-priority): Add missing :group tag.Ted Zlatanov2012-02-121-0/+1
* Add missing :version tags to new defgroups and defcustomsGlenn Morris2012-02-111-0/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix typos.Juanma Barranquero2011-11-251-1/+1
* Move the defintion of `gnutls-log-level' to the C level to avoid loading prob...Lars Magne Ingebrigtsen2011-07-171-5/+0
* Allow controlling how many prime bits to use during TLS negotiationLawrence Mitchell2011-07-151-2/+20
* * net/gnutls.el (gnutls-negotiate): Upcase `gnutls-algorithm-priority'.Lars Magne Ingebrigtsen2011-07-151-1/+3
* Add a variable to customize the gnutls priorityLars Magne Ingebrigtsen2011-07-151-1/+8
* Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and ...Ted Zlatanov2011-05-031-12/+22
* lisp/net/gnutls.el (gnutls-errorp): Declare before first use.Juanma Barranquero2011-04-251-1/+1
* Bug fixes and certificate and hostname verification for the Emacs GnuTLS supp...Ted Zlatanov2011-04-241-9/+68
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* 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 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