summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Refactor out gnutls-trustfilesLars Ingebrigtsen2015-12-291-6/+9
* Add FreeBSD cert bundleAshish SHUKLA2015-12-251-4/+5
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-3/+3
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Make gnutls-negotiate ignore specially handled filesLars Magne Ingebrigtsen2014-12-081-0/+3
* * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.Ted Zlatanov2014-11-251-1/+1
* net/gnutls.el: pass correct data to `gnutls-boot'.Ted Zlatanov2014-10-171-5/+7
* * net/gnutls.el (gnutls-negotiate): Prevent destructive modification ofMario Lang2014-07-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* net/gnutls.el (gnutls-verify-error): Add version tag.Ted Zlatanov2013-12-231-0/+1
* * lisp/emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.Stefan Monnier2013-12-151-2/+2
* New verify-error GnuTLS interface for certificate validationTed Zlatanov2013-12-141-15/+52
* * net/gnutls.el (gnutls-log-level): Declare.Glenn Morris2013-09-171-0/+1
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-091-5/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-2/+2
* * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.Chong Yidong2012-05-161-3/+7
* * net/gnutls.el (gnutls-min-prime-bits): Default to 256.Chong Yidong2012-05-151-7/+5
* * 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