]> git.eshelyaron.com Git - emacs.git/commit
Tweak gnutls-peer-status reporting
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Aug 2019 18:50:40 +0000 (11:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Aug 2019 18:52:03 +0000 (11:52 -0700)
commit80376945952943888bb34c7d4ea06972e422eca7
tree1fab93d6937a12c331c4675b57a074981d4c081c
parentc5210fd00af7c3e261a52864e799e16ed6a1b165
Tweak gnutls-peer-status reporting

* src/gnutls.c (Fgnutls_peer_status): Report :compression and
:encrypt-then-mac only if the underlying GnuTLS library has
the corresponding features.  This give the Elisp caller a bit
more information about the peer status.
* lisp/net/nsm.el (nsm-protocol-check--compression):
Don’t worry about compression in newer GnuTLS versions
that do not support compression.
lisp/net/nsm.el
src/gnutls.c