summaryrefslogtreecommitdiff
path: root/src/gnutls.c
Commit message (Expand)AuthorAge
...
| * | Update copyright year to 2019Paul Eggert2019-01-01
* | | Pacify gcc -Wunused-macros in older GnuTLSPaul Eggert2018-11-11
* | | Merge from origin/emacs-26Glenn Morris2018-09-20
|\| |
| * | Fix GnuTLS test suite with GnuTLS versions 3.4.xEli Zaretskii2018-09-18
| * | Fix build with gnutls versions 3.0 to 3.2 (Bug#32446)Noam Postavsky2018-09-17
* | | Improve bignum support for system typesPaul Eggert2018-08-27
* | | Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-20
* | | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \ \
| * | | Merge from origin/emacs-26Glenn Morris2018-07-20
| |\| | | | |/ | |/|
| | * Avoid assertion violations in gnutls.cEli Zaretskii2018-07-17
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* | Minor improvements in recent NSM documentation changesEli Zaretskii2018-07-08
* | NSM-related doc fixesLars Ingebrigtsen2018-07-08
* | Clean up redundant code from previous checkinsLars Ingebrigtsen2018-06-25
* | Don't use XCAR in possibly-nil situationsLars Ingebrigtsen2018-06-25
* | Tweak previous gnutls change for efficiencyLars Ingebrigtsen2018-06-24
* | Return the entire TLS certificate chain back to the callerLars Ingebrigtsen2018-06-24
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Special-case %DUMBFW for GnuTLS between 3.2.5 and 3.5.1Ted Zlatanov2017-12-20
* Work around GnuTLS version issues with %DUMBFW (tiny change)Andy Moreton2017-12-20
* Collect GnuTLS extensions and use them to set %DUMBFW if supportedTed Zlatanov2017-12-19
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-25
* Return non-nil from gnutls-available-p under GnuTLS 2.xEli Zaretskii2017-11-05
* gnutls_mac_get_nonce_size has been added in gnutls 3.3Andreas Schwab2017-10-13
* * src/gnutls.c (syms_of_gnutls): Remove duplicated call to DEFSYM.Piotr Trojanek2017-10-07
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix version numbers for some GnuTLS featuresPaul Eggert2017-08-03
* Simplify recent gnutls.c changesPaul Eggert2017-07-20
* * src/gnutls.c (clear_storage): Define only if needed.Philipp Stephani2017-07-19
* Port gnutls.c to older (buggier?) GnuTLSPaul Eggert2017-07-18
* Have Fgnutls_available_p return Qnil when GNUTLS is undefinedMartin Rudalics2017-07-17
* * src/gnutls.c: Restore some comments.Paul Eggert2017-07-16
* Use explicit_bzero to clear GnuTLS keysPaul Eggert2017-07-16
* Avoid link errors with older versions of GnuTLSEli Zaretskii2017-07-15
* Improve some GnuTL error messagesEli Zaretskii2017-07-15
* Fix compilation of gnutls.c with older GnuTLSEli Zaretskii2017-07-15
* Rearrange MS-Windows code that dynamically loads GnuTLS functionsEli Zaretskii2017-07-15
* Fix the MS-Windows build broken in gnutls.cEli Zaretskii2017-07-15
* GnuTLS integer-overflow and style fixesPaul Eggert2017-07-14
* Fix the MS-Windows build due to added GnuTLS functionsEli Zaretskii2017-07-14
* GnuTLS HMAC and symmetric cipher supportTed Zlatanov2017-07-14
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-16
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-18
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Build fix for older gnutls versionsLars Ingebrigtsen2017-01-25
* Tweak TLS error messaging on closed connectionsLars Ingebrigtsen2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Fix GnuTLS includesPaul Eggert2016-08-03