summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
Commit message (Expand)AuthorAge
...
* Update copyright year to 2016Paul Eggert2016-01-01
* Refactor out gnutls-trustfilesLars Ingebrigtsen2015-12-29
* Add FreeBSD cert bundleAshish SHUKLA2015-12-25
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-17
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-23
* Update copyright year to 2015Paul Eggert2015-01-01
* Make gnutls-negotiate ignore specially handled filesLars Magne Ingebrigtsen2014-12-08
* * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.Ted Zlatanov2014-11-25
* net/gnutls.el: pass correct data to `gnutls-boot'.Ted Zlatanov2014-10-17
* * net/gnutls.el (gnutls-negotiate): Prevent destructive modification ofMario Lang2014-07-01
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* net/gnutls.el (gnutls-verify-error): Add version tag.Ted Zlatanov2013-12-23
* * lisp/emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.Stefan Monnier2013-12-15
* New verify-error GnuTLS interface for certificate validationTed Zlatanov2013-12-14
* * net/gnutls.el (gnutls-log-level): Declare.Glenn Morris2013-09-17
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-09
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Reduce use of (require 'cl).Stefan Monnier2012-07-10
* * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.Chong Yidong2012-05-16
* * net/gnutls.el (gnutls-min-prime-bits): Default to 256.Chong Yidong2012-05-15
* * net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location.Ted Zlatanov2012-02-17
* (gnutls-trustfiles): Add Cygwin location.Ted Zlatanov2012-02-14
* Introduce and use CA bundle locator `gnutls-trustfiles'.Ted Zlatanov2012-02-13
* (gnutls-algorithm-priority): Add missing :group tag.Ted Zlatanov2012-02-12
* Add missing :version tags to new defgroups and defcustomsGlenn Morris2012-02-11
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Fix typos.Juanma Barranquero2011-11-25
* Move the defintion of `gnutls-log-level' to the C level to avoid loading prob...Lars Magne Ingebrigtsen2011-07-17
* Allow controlling how many prime bits to use during TLS negotiationLawrence Mitchell2011-07-15
* * net/gnutls.el (gnutls-negotiate): Upcase `gnutls-algorithm-priority'.Lars Magne Ingebrigtsen2011-07-15
* Add a variable to customize the gnutls priorityLars Magne Ingebrigtsen2011-07-15
* Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and ...Ted Zlatanov2011-05-03
* lisp/net/gnutls.el (gnutls-errorp): Declare before first use.Juanma Barranquero2011-04-25
* Bug fixes and certificate and hostname verification for the Emacs GnuTLS supp...Ted Zlatanov2011-04-24
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-15
* * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.Romain Francoise2010-12-13
* * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string): Declare.Glenn Morris2010-10-31
* Provide GnuTLS API with `gnutls-negotiate' and `open-gnutls-stream'.Ted Zlatanov2010-10-03
* Rework the gnutls boot interface.Lars Magne Ingebrigtsen2010-10-04
* Do the gnutls handshake from the reader loop, instead of looping overLars Magne Ingebrigtsen2010-09-29
* Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-29
* Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen2010-09-27
* Add debugging to the gnutls library, and finish handshaking when it's done.Lars Magne Ingebrigtsen2010-09-27
* (starttls-negotiate): Avoid the cl.el decf function.Lars Magne Ingebrigtsen2010-09-26
* Set up GnuTLS support.Ted Zlatanov2010-09-26