]> git.eshelyaron.com Git - emacs.git/commit
Collect GnuTLS extensions and use them to set %DUMBFW if supported
authorTed Zlatanov <tzz@lifelogs.com>
Tue, 19 Dec 2017 17:43:56 +0000 (12:43 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Tue, 19 Dec 2017 17:43:56 +0000 (12:43 -0500)
commit21a212f9e256a05a0fc67260d338d612cba77266
treec9591613b9122827a7d657adddbc672a48006c16
parent936136ecab567a2ca320df080595a5fd2693b4c3
Collect GnuTLS extensions and use them to set %DUMBFW if supported

* lisp/net/gnutls.el (gnutls-boot-parameters): Use it to set %DUMBFW
only when it's supported as "ClientHello Padding" (Bug#25061).

* src/gnutls.c (Fgnutls_available_p): Get extension names and
put them in the GnuTLS capabilities, using a hard-coded limit
of 100 since GnuTLS MAX_EXT_TYPES is not exported.
lisp/net/gnutls.el
src/gnutls.c