wyuenho / emacs

Mirror of GNU Emacs

Home Page:http://www.gnu.org/software/emacs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:client-certificate in open-network-stream doesn't work for tls type

jpathy opened this issue · comments

Currently this is only being used in starttls protocol not tls, the function network-stream-open-tls is not making use of it. Please see network-stream-open-starttls how it passes cert to :keylist to gnutls-negotiate but the corresponding code is missing for tls.