summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Add cert bundle path for OpenIndianaMichal Nowak2019-10-281-0/+1
* Add version tag to gnutls-min-prime-bitsStefan Kangas2019-10-231-1/+2
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-231-10/+27
|\
| * Set standard value of `gnutls-min-primes-bits' to nilJimmy Yuen Ho Wong2018-07-141-5/+2
| * Check TLS certs against CRLJimmy Yuen Ho Wong2018-07-141-5/+25
* | Check for client certificates when using GnuTLSRobert Pluim2019-01-241-15/+35
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/ |/|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from emacs-26Noam Postavsky2018-07-091-3/+24
|\ \ | |/
| * Minor fix of a recent documentation changeEli Zaretskii2018-07-081-3/+5
| * Mention the NSM in the gnutls variable doc stringsLars Ingebrigtsen2018-07-081-3/+22
* | gnutls.el now needs punycodeLars Ingebrigtsen2018-04-131-0/+1
* | Make Unicode domain names work again in URL after recent changesLars Ingebrigtsen2018-04-131-2/+2
* | Doc fix after previous gnutls patchRobert Pluim2018-04-131-3/+3
* | Change gnutls-verify-error to be first-matchRobert Pluim2018-04-131-7/+3
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Doc fixes for process functions (Bug#30349)Noam Postavsky2018-02-071-1/+1
* 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