summaryrefslogtreecommitdiff
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GnuTLS includes...Paul Eggert2016-08-031-1/+0
* Simplify by assuming GnuTLS 2.12.2 or later...Paul Eggert2016-08-031-3/+0
* Port to systems lacking GNUTLS_NONBLOCK...Paul Eggert2016-08-031-2/+6
* Fix non-blocking GnuTLS with slow connection...Paul Eggert2016-08-031-1/+30
* Require GnuTLS 2.12.2 or later...Paul Eggert2016-08-031-23/+0
* Improve --without-x GCC pacification...Paul Eggert2016-06-221-7/+0
* Fix compiler warnings in the MinGW build...Eli Zaretskii2016-05-211-7/+0
* Call va_end in boot_error...Aaron Conole2016-05-021-0/+1
* Rename C names to match Lisp symbols better...Paul Eggert2016-03-271-27/+27
* Merge from origin/emacs-25...John Wiegley2016-03-111-2/+2
|\
| * Rework C source files to avoid ^(...Paul Eggert2016-03-101-2/+2
* | Don't signal errors on E_AGAIN...Lars Magne Ingebrigtsen2016-03-061-1/+3
* | Allow making TLS negotiation blocking...Lars Magne Ingebrigtsen2016-03-051-3/+14
* | Return the correct error values from gnutls.c...Lars Ingebrigtsen2016-02-281-4/+7
* | Minor cleanups for async DNS etc....Paul Eggert2016-02-231-29/+26
* | Verify the TLS connection asynchronously...Lars Ingebrigtsen2016-02-181-124/+145
* | Implement asynch TLS negotiation...Lars Ingebrigtsen2016-02-161-37/+34
* | Doc fixes and refactorings based on comments from Eli Zaretskii...Lars Ingebrigtsen2016-02-031-1/+1
* | Always boot TLS if given parameters...Lars Ingebrigtsen2016-02-011-1/+1
* | Further TLS async work...Lars Ingebrigtsen2016-02-011-12/+42
* | Rework the mechanisms for async GnuTLS connections...Lars Ingebrigtsen2016-01-311-5/+8
* | Implement asynchronous GnuTLS connections...Lars Ingebrigtsen2016-01-311-0/+11
|/
* Initialize GnuTLS before calling gnutls_rnd...Paul Eggert2016-01-171-4/+6
* Update copyright year to 2016...Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflow...Paul Eggert2015-11-081-3/+4
* Avoid error in TLS connections due to incorrect format...Eli Zaretskii2015-06-271-1/+1
* Remove unused DEFSYMs...Paul Eggert2015-05-311-2/+0
* Don't quote nil and t in doc strings...Paul Eggert2015-05-211-1/+1
* Port --enable-gcc-warnings to GCC 5.1 x86-64...Paul Eggert2015-04-241-1/+1
* Support GnuTLS v3.4 and later on MS-Windows...Chris Zheng2015-04-111-0/+10
* Give up on -Wsuggest-attribute=const...Paul 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 automatically...Paul Eggert2015-01-051-21/+2
* Update copyright year to 2015...Paul Eggert2015-01-011-1/+1
* Wrap dll functions more simply...Paul Eggert2014-12-281-370/+356
* Merge from origin/emacs-24...Paul Eggert2014-12-281-17/+48
|\
| * Port memory-full checking to GnuTLS 3.3...Paul Eggert2014-12-271-15/+25
* | Merge from origin/emacs-24...Fabiá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#19346...Eli 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-24...Ted Zlatanov2014-12-121-24/+31
* | Fix glitches in gnutls.c, mostly memory-related...Paul Eggert2014-12-091-73/+66
* | gnutls.c (gnutls_protocol_get_name): Fix a copy/paste typo.Andy Moreton2014-12-091-1/+1
* | Make gnutls-peer-status return even more data...Lars Magne Ingebrigtsen2014-12-081-7/+61
* | (Fgnutls_error_fatalp): Doc fix (bug#18210)...Lars Magne Ingebrigtsen2014-12-081-2/+2