1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
emacs/doc
Lars Ingebrigtsen cecf6c9ac5 Rework the mechanisms for async GnuTLS connections
* lisp/net/gnutls.el (open-gnutls-stream): Compute the
gnutls-boot parameters and pass them to the process object.
(gnutls-negotiate): New parameter :return-keywords that won't
connect to anything, just compute the keywords.

* lisp/url/url-http.el (url-http): Revert async TLS sentinel
hack, which is no longer necessary.

* src/gnutls.c (Fgnutls_asynchronous_parameters): Rename from
gnutls-mark-process.

* src/process.c (connect_network_socket): If we're connecting to
an asynchronous TLS socket, complete the GnuTLS boot sequence here.

* src/process.h: New parameter gnutls_async_parameters.
2016-01-31 02:32:21 +01:00
..
emacs - 2016-01-18 22:59:51 -08:00
lispintro Fix copyright years by hand 2016-01-01 01:38:07 -08:00
lispref - 2016-01-18 22:59:51 -08:00
man Unhide the --no-line-directive option to 'etags' 2016-01-15 10:54:03 +02:00
misc Rework the mechanisms for async GnuTLS connections 2016-01-31 02:32:21 +01:00