Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and :crlfile...
authorTed Zlatanov <tzz@lifelogs.com>
Wed, 4 May 2011 01:44:58 +0000 (20:44 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Wed, 4 May 2011 01:44:58 +0000 (20:44 -0500)
commit48e79d6a80c1ef67fae3f8fd45d753be5cb58ea4
treeb5a2879697c54e52eed58e24fdac7e31b15766ad
parentef80fc093a3b13ee9c1575c54b7831bc9cf2ef8b
Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and :crlfiles arguments.

* lisp/net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
instead of positional arguments.  Allow :keylist and :crlfiles
arguments.
(open-gnutls-stream): Call it.

* lisp/net/network-stream.el (network-stream-open-starttls): Adjust to
call `gnutls-negotiate' with :process and :hostname arguments.
lisp/ChangeLog
lisp/net/gnutls.el
lisp/net/network-stream.el