aboutsummaryrefslogtreecommitdiffstats
path: root/src/gnutls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* A few more functions are not purePaul Eggert2025-11-201-2/+1
* Fix more mis-declarations of non-const functionsPaul Eggert2025-11-201-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Use cheaper string constructorsMattias Engdegård2024-07-091-2/+1
* Intern additional symbols ahead-of-timePo Lu2024-05-091-7/+14
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-59/+103
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Show SHA-256 digest of a public key in 'nsm-format-certificate'Łukasz Stelmach2023-07-151-0/+21
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
* | Remove unneeded restriction in using AEAD ciphers with GnuTLSEli Zaretskii2023-01-091-0/+4
* | Merge from origin/emacs-29Stefan Kangas2023-01-061-1/+1
|\ \ | |/
| * ; * src/gnutls.c (Fgnutls_deinit): Fix typo in doc string (bug#60579).Eli Zaretskii2023-01-051-1/+1
* | Fix build with older versions of gnutlsAndreas Schwab2023-01-021-0/+16
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Fix the build broken by latest GnuTLS-related changesEli Zaretskii2022-12-311-0/+13
* | ; * src/gnutls.c (Fgnutls_boot): Fix typo.Po Lu2022-12-311-1/+1
* | Fix last change in gnutls.cPo Lu2022-12-311-7/+16
* | Add :pass and :flags to gnutls-boot for :keylistNikolaos Chatzikonstantinou2022-12-301-0/+120
* | Remove Gnulib explicit_bzero modulePaul Eggert2022-12-181-1/+1
|/
* * src/gnutls.c (Fgnutls_available_p): Avoid duplicating capabilities.Juanma Barranquero2022-11-031-5/+7
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-16/+16
* Remove unused fns/data and make fns staticPaul Eggert2022-03-191-1/+1
* Add some sleeps to gnutls_try_handshakeLars Ingebrigtsen2022-03-041-0/+4
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* De-obfuscate gnutls_handshake loopdickmao2021-06-191-8/+3
* Don't crash if gnutls_handshake failsRobert Pluim2021-02-251-0/+2
* Fix backslash mistakes in doc strings in C codeMattias Engdegård2021-01-021-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Have gnutls_symmetric cache the results from Fgnutls_ciphersLars Ingebrigtsen2020-08-241-1/+8
* MS-Windows fixes as followup to import of Gnulib 'getrandom'Eli Zaretskii2020-06-281-11/+0
* Define libgnutls-version properlyNoam Postavsky2020-02-251-7/+12
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Port gnutls.c to --enable-gcc-warnings --without-gnutlsPaul Eggert2019-11-231-41/+41
* Fix quoting in gnutls.c comments and stringsEli Zaretskii2019-09-301-15/+13
* 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