summaryrefslogtreecommitdiff
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* Fix version numbers for some GnuTLS featuresPaul Eggert2017-08-031-199/+171
* Simplify recent gnutls.c changesPaul Eggert2017-07-201-35/+10
* * src/gnutls.c (clear_storage): Define only if needed.Philipp Stephani2017-07-191-0/+4
* Port gnutls.c to older (buggier?) GnuTLSPaul Eggert2017-07-181-2/+7
* Have Fgnutls_available_p return Qnil when GNUTLS is undefinedMartin Rudalics2017-07-171-1/+7
* * src/gnutls.c: Restore some comments.Paul Eggert2017-07-161-4/+9
* Use explicit_bzero to clear GnuTLS keysPaul Eggert2017-07-161-2/+18
* Avoid link errors with older versions of GnuTLSEli Zaretskii2017-07-151-0/+6
* Improve some GnuTL error messagesEli Zaretskii2017-07-151-4/+12
* Fix compilation of gnutls.c with older GnuTLSEli Zaretskii2017-07-151-0/+2
* Rearrange MS-Windows code that dynamically loads GnuTLS functionsEli Zaretskii2017-07-151-36/+62
* Fix the MS-Windows build broken in gnutls.cEli Zaretskii2017-07-151-19/+19
* GnuTLS integer-overflow and style fixesPaul Eggert2017-07-141-275/+214
* Fix the MS-Windows build due to added GnuTLS functionsEli Zaretskii2017-07-141-3/+118
* GnuTLS HMAC and symmetric cipher supportTed Zlatanov2017-07-141-4/+670
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-0/+1
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-7/+7
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* 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