summaryrefslogtreecommitdiff
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
...
* Build fix for older gnutls versionsLars Ingebrigtsen2017-01-251-0/+2
* Tweak TLS error messaging on closed connectionsLars Ingebrigtsen2017-01-251-1/+8
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix GnuTLS includesPaul Eggert2016-08-031-1/+0
* | Simplify by assuming GnuTLS 2.12.2 or laterPaul Eggert2016-08-031-3/+0
* | Port to systems lacking GNUTLS_NONBLOCKPaul Eggert2016-08-031-2/+6
* | Fix non-blocking GnuTLS with slow connectionPaul Eggert2016-08-031-1/+30
* | Require GnuTLS 2.12.2 or laterPaul Eggert2016-08-031-23/+0
* | Improve --without-x GCC pacificationPaul Eggert2016-06-221-7/+0
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-7/+0
* | Call va_end in boot_errorAaron Conole2016-05-021-0/+1
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-27/+27
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Don't signal errors on E_AGAINLars Magne Ingebrigtsen2016-03-061-1/+3
* | Allow making TLS negotiation blockingLars Magne Ingebrigtsen2016-03-051-3/+14
* | Return the correct error values from gnutls.cLars Ingebrigtsen2016-02-281-4/+7
* | Minor cleanups for async DNS etc.Paul Eggert2016-02-231-29/+26
* | Verify the TLS connection asynchronouslyLars Ingebrigtsen2016-02-181-124/+145
* | Implement asynch TLS negotiationLars Ingebrigtsen2016-02-161-37/+34
* | Doc fixes and refactorings based on comments from Eli ZaretskiiLars Ingebrigtsen2016-02-031-1/+1
* | Always boot TLS if given parametersLars Ingebrigtsen2016-02-011-1/+1
* | Further TLS async workLars Ingebrigtsen2016-02-011-12/+42
* | Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen2016-01-311-5/+8
* | Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-311-0/+11
|/
* Initialize GnuTLS before calling gnutls_rndPaul Eggert2016-01-171-4/+6
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-3/+4
* Avoid error in TLS connections due to incorrect formatEli Zaretskii2015-06-271-1/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-2/+0
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-1/+1
* Support GnuTLS v3.4 and later on MS-WindowsChris Zheng2015-04-111-0/+10
* Give up on -Wsuggest-attribute=constPaul Eggert2015-01-151-2/+1
* Flag :unknown-ca and :self-signed SSL certs (Bug#19404)Ted Zlatanov2015-01-151-1/+16
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-2/+4
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-21/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Wrap dll functions more simplyPaul Eggert2014-12-281-370/+356
* Merge from origin/emacs-24Paul Eggert2014-12-281-17/+48
|\
| * Port memory-full checking to GnuTLS 3.3Paul Eggert2014-12-271-15/+25
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-1/+1
|\ \ | |/
| * src/gnutls.c (gnutls_init): Fix deprecation warning from GCC.Eli Zaretskii2014-12-131-1/+1
| * A better fix for bug#19346Eli Zaretskii2014-12-121-18/+11
| * Always define `gnutls-available-p' even if GnuTLS is not available.Ted Zlatanov2014-12-111-21/+35
* | * gnutls.c: Include gnutls.h.Paul Eggert2014-12-181-0/+1
* | Load system's default trusted Certificate Authorities if available.Eli Zaretskii2014-12-141-0/+21
* | Spelling fixesPaul Eggert2014-12-121-1/+1
* | Merge from origin/emacs-24Ted Zlatanov2014-12-121-24/+31