summaryrefslogtreecommitdiff
path: root/src/gnutls.c
Commit message (Expand)AuthorAge
* Remove unneeded restriction in using AEAD ciphers with GnuTLSEli Zaretskii2023-01-09
* Merge from origin/emacs-29Stefan Kangas2023-01-06
|\
| * ; * src/gnutls.c (Fgnutls_deinit): Fix typo in doc string (bug#60579).Eli Zaretskii2023-01-05
* | Fix build with older versions of gnutlsAndreas Schwab2023-01-02
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Fix the build broken by latest GnuTLS-related changesEli Zaretskii2022-12-31
* | ; * src/gnutls.c (Fgnutls_boot): Fix typo.Po Lu2022-12-31
* | Fix last change in gnutls.cPo Lu2022-12-31
* | Add :pass and :flags to gnutls-boot for :keylistNikolaos Chatzikonstantinou2022-12-30
* | Remove Gnulib explicit_bzero modulePaul Eggert2022-12-18
|/
* * src/gnutls.c (Fgnutls_available_p): Avoid duplicating capabilities.Juanma Barranquero2022-11-03
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
* Remove unused fns/data and make fns staticPaul Eggert2022-03-19
* Add some sleeps to gnutls_try_handshakeLars Ingebrigtsen2022-03-04
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* De-obfuscate gnutls_handshake loopdickmao2021-06-19
* Don't crash if gnutls_handshake failsRobert Pluim2021-02-25
* Fix backslash mistakes in doc strings in C codeMattias Engdegård2021-01-02
* Update copyright year to 2021Paul Eggert2021-01-01
* Have gnutls_symmetric cache the results from Fgnutls_ciphersLars Ingebrigtsen2020-08-24
* MS-Windows fixes as followup to import of Gnulib 'getrandom'Eli Zaretskii2020-06-28
* Define libgnutls-version properlyNoam Postavsky2020-02-25
* Update copyright year to 2020Paul Eggert2020-01-01
* Port gnutls.c to --enable-gcc-warnings --without-gnutlsPaul Eggert2019-11-23
* Fix quoting in gnutls.c comments and stringsEli Zaretskii2019-09-30
* Port :safe-renegotiation test to GnuTLS < 3.6.3Paul Eggert2019-09-05
* Don’t mention :safe-renegotiation in TLS 1.3Paul Eggert2019-09-04
* Port recent gnutls fixes to gcc -Wpointer-signPaul Eggert2019-08-27
* ; Fix commentary of last change.Eli Zaretskii2019-08-27
* Fix crashes on MS-Windows when using GnuTLS connectionsEli Zaretskii2019-08-27
* Fix crashes in networking with GnuTLS on MS-WindowsEli Zaretskii2019-08-26
* Tweak gnutls-peer-status reportingPaul Eggert2019-08-23
* Get the Gnutls code compiling on Fedora 30Paul Eggert2019-08-23
* Fix recent changes in gnutls.cEli Zaretskii2019-08-23
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-23
|\
| * Full certificate chain details for NSMJimmy Yuen Ho Wong2018-07-14
| * Revamp Network Security manager checks for TLSJimmy Yuen Ho Wong2018-07-14
* | Remove printmax_t etc.Paul Eggert2019-07-07
* | Simplify list creation in C codePaul Eggert2019-03-04
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* | Fix unlikely races with GnuTLS, datagramsPaul Eggert2019-01-15
* | Add portable dumperDaniel Colascione2019-01-15
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\ \
| * | 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