summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Collect GnuTLS extensions and use them to set %DUMBFW if supportedTed Zlatanov2017-12-191-27/+31
* Add %DUMBFW to the default GnuTLS priority stringsTed Zlatanov2017-12-141-3/+3
* Add /etc/ssl/cert.pem to gnutls-trustfiles for macOSTed Zlatanov2017-12-091-0/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Glenn Morris2017-06-111-1/+21
|\
| * Improve documentation of 'gnutls-verify-error'Eli Zaretskii2017-05-091-1/+21
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Allow making TLS negotiation blockingLars Magne Ingebrigtsen2016-03-051-1/+3
* | Fix merge conflicts in network-stream-tests.elLars Ingebrigtsen2016-02-221-58/+92
|\ \
| * | Doc fixes and refactorings based on comments from Eli ZaretskiiLars Ingebrigtsen2016-02-031-69/+82
| * | Make network connections work again on non-glibc systemsLars Ingebrigtsen2016-02-011-9/+9
| * | Clean up dead codeLars Ingebrigtsen2016-02-011-7/+0
| * | Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen2016-01-311-10/+22
| * | Remove debuggingLars Ingebrigtsen2016-01-311-1/+0
| * | Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-311-4/+21
| |/
* | Use open-network-stream instead of open-protocol-streamLars Ingebrigtsen2016-02-141-1/+1
|/
* 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