]> git.eshelyaron.com Git - emacs.git/commitdiff
Add documentation for :tls-parameters
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 1 Feb 2016 02:15:36 +0000 (03:15 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 1 Feb 2016 02:15:36 +0000 (03:15 +0100)
* doc/lispref/processes.texi (Network Processes): Mention
:tls-parameters.

* src/process.c (Fmake_network_process): Document the
:tls-parameters parameter.

doc/lispref/processes.texi
src/process.c

index f660b159386915af11185bdd22a69c187ce6bc91..b658c88ab5d0accc402250e04c997de9a917d7ec 100644 (file)
@@ -2418,6 +2418,11 @@ second argument matching @code{"open"} (if successful) or
 @code{make-network-process} does not return until the connection
 has succeeded or failed.
 
+@item :tls-parameters
+When opening a TLS connection, this should be where the first element
+is the TLS type, and the remaining elements should form a keyword list
+acceptable for @code{gnutls-boot}.
+
 @item :stop @var{stopped}
 If @var{stopped} is non-@code{nil}, start the network connection or
 server in the stopped state.
index 0e4fcb2c0a984ea2372f8139b8a564dc6354d40d..13f4b6aa85e37d455da678f9bbb0d3015b21ae78 100644 (file)
@@ -3444,6 +3444,10 @@ and MESSAGE is a string.
 
 :plist PLIST -- Install PLIST as the new process's initial plist.
 
+:tls-parameters LIST -- is a list that should be supplied if you're
+opening a TLS connection.  The first element is the TLS type, and the
+remaining elements should be a keyword list accepted by gnutls-boot.
+
 :server QLEN -- if QLEN is non-nil, create a server process for the
 specified FAMILY, SERVICE, and connection type (stream or datagram).
 If QLEN is an integer, it is used as the max. length of the server's