summaryrefslogtreecommitdiff
path: root/src/gnutls.c
AgeCommit message (Expand)Author
2026-05-23New function memory_full_upPaul Eggert
2026-04-08Improve documentation of 'url-retrieve' and GnuTLS peer statusEli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-20A few more functions are not purePaul Eggert
2025-11-20Fix more mis-declarations of non-const functionsPaul Eggert
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-09Use cheaper string constructorsMattias Engdegård
2024-05-09Intern additional symbols ahead-of-timePo Lu
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-15Show SHA-256 digest of a public key in 'nsm-format-certificate'Łukasz Stelmach
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-01-09Remove unneeded restriction in using AEAD ciphers with GnuTLSEli Zaretskii
2023-01-06Merge from origin/emacs-29Stefan Kangas
2023-01-05; * src/gnutls.c (Fgnutls_deinit): Fix typo in doc string (bug#60579).Eli Zaretskii
2023-01-02Fix build with older versions of gnutlsAndreas Schwab
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31Fix the build broken by latest GnuTLS-related changesEli Zaretskii
2022-12-31; * src/gnutls.c (Fgnutls_boot): Fix typo.Po Lu
2022-12-31Fix last change in gnutls.cPo Lu
2022-12-30Add :pass and :flags to gnutls-boot for :keylistNikolaos Chatzikonstantinou
2022-12-18Remove Gnulib explicit_bzero modulePaul Eggert
2022-11-03* src/gnutls.c (Fgnutls_available_p): Avoid duplicating capabilities.Juanma Barranquero
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen
2022-03-19Remove unused fns/data and make fns staticPaul Eggert
2022-03-04Add some sleeps to gnutls_try_handshakeLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-06-19De-obfuscate gnutls_handshake loopdickmao
2021-02-25Don't crash if gnutls_handshake failsRobert Pluim
2021-01-02Fix backslash mistakes in doc strings in C codeMattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-24Have gnutls_symmetric cache the results from Fgnutls_ciphersLars Ingebrigtsen
2020-06-28MS-Windows fixes as followup to import of Gnulib 'getrandom'Eli Zaretskii
2020-02-25Define libgnutls-version properlyNoam Postavsky
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-23Port gnutls.c to --enable-gcc-warnings --without-gnutlsPaul Eggert
2019-09-30Fix quoting in gnutls.c comments and stringsEli Zaretskii
2019-09-05Port :safe-renegotiation test to GnuTLS < 3.6.3Paul Eggert
2019-09-04Don’t mention :safe-renegotiation in TLS 1.3Paul Eggert
2019-08-27Port recent gnutls fixes to gcc -Wpointer-signPaul Eggert
2019-08-27; Fix commentary of last change.Eli Zaretskii
2019-08-27Fix crashes on MS-Windows when using GnuTLS connectionsEli Zaretskii
2019-08-26Fix crashes in networking with GnuTLS on MS-WindowsEli Zaretskii
2019-08-23Tweak gnutls-peer-status reportingPaul Eggert
2019-08-23Get the Gnutls code compiling on Fedora 30Paul Eggert
2019-08-23Fix recent changes in gnutls.cEli Zaretskii
2019-08-23Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen
2019-07-07Remove printmax_t etc.Paul Eggert