summaryrefslogtreecommitdiff
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* Port :safe-renegotiation test to GnuTLS < 3.6.3Paul Eggert2019-09-051-6/+1
* Don’t mention :safe-renegotiation in TLS 1.3Paul Eggert2019-09-041-5/+11
* Port recent gnutls fixes to gcc -Wpointer-signPaul Eggert2019-08-271-1/+2
* ; Fix commentary of last change.Eli Zaretskii2019-08-271-3/+3
* Fix crashes on MS-Windows when using GnuTLS connectionsEli Zaretskii2019-08-271-10/+14
* Fix crashes in networking with GnuTLS on MS-WindowsEli Zaretskii2019-08-261-1/+4
* Tweak gnutls-peer-status reportingPaul Eggert2019-08-231-9/+7
* Get the Gnutls code compiling on Fedora 30Paul Eggert2019-08-231-23/+37
* Fix recent changes in gnutls.cEli Zaretskii2019-08-231-4/+4
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-231-2/+188
|\
| * Full certificate chain details for NSMJimmy Yuen Ho Wong2018-07-141-2/+92
| * Revamp Network Security manager checks for TLSJimmy Yuen Ho Wong2018-07-141-0/+96
* | Remove printmax_t etc.Paul Eggert2019-07-071-2/+2
* | Simplify list creation in C codePaul Eggert2019-03-041-3/+3
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-6/+9
* | Fix unlikely races with GnuTLS, datagramsPaul Eggert2019-01-151-42/+54
* | Add portable dumperDaniel Colascione2019-01-151-0/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \
| * | Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | | Pacify gcc -Wunused-macros in older GnuTLSPaul Eggert2018-11-111-40/+44
* | | Merge from origin/emacs-26Glenn Morris2018-09-201-4/+45
|\ \ \ | |/ /
| * | Fix GnuTLS test suite with GnuTLS versions 3.4.xEli Zaretskii2018-09-181-2/+2
| * | Fix build with gnutls versions 3.0 to 3.2 (Bug#32446)Noam Postavsky2018-09-171-4/+45
* | | Improve bignum support for system typesPaul Eggert2018-08-271-2/+2
* | | Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-201-0/+1
* | | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-6/+32
|\ \ \
| * \ \ Merge from origin/emacs-26Glenn Morris2018-07-201-6/+32
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Avoid assertion violations in gnutls.cEli Zaretskii2018-07-171-6/+32
* | | More macro renamings for bignumTom Tromey2018-08-071-12/+12
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-34/+34
|/ /
* | Minor improvements in recent NSM documentation changesEli Zaretskii2018-07-081-1/+1
* | NSM-related doc fixesLars Ingebrigtsen2018-07-081-2/+10
* | Clean up redundant code from previous checkinsLars Ingebrigtsen2018-06-251-1/+0
* | Don't use XCAR in possibly-nil situationsLars Ingebrigtsen2018-06-251-1/+1
* | Tweak previous gnutls change for efficiencyLars Ingebrigtsen2018-06-241-6/+4
* | Return the entire TLS certificate chain back to the callerLars Ingebrigtsen2018-06-241-33/+75
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Special-case %DUMBFW for GnuTLS between 3.2.5 and 3.5.1Ted Zlatanov2017-12-201-0/+8
* Work around GnuTLS version issues with %DUMBFW (tiny change)Andy Moreton2017-12-201-11/+30
* Collect GnuTLS extensions and use them to set %DUMBFW if supportedTed Zlatanov2017-12-191-1/+13
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Return non-nil from gnutls-available-p under GnuTLS 2.xEli Zaretskii2017-11-051-0/+2
* gnutls_mac_get_nonce_size has been added in gnutls 3.3Andreas Schwab2017-10-131-8/+24
* * src/gnutls.c (syms_of_gnutls): Remove duplicated call to DEFSYM.Piotr Trojanek2017-10-071-1/+0
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-3/+3
* 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