]> git.eshelyaron.com Git - emacs.git/commit
Verify the TLS connection asynchronously
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 18 Feb 2016 05:25:37 +0000 (16:25 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 18 Feb 2016 05:25:37 +0000 (16:25 +1100)
commite96df838aff3e1432d68cb0ed1fa899f79a70847
treecf299ae63a0f5bdce4125b78ff58fc10631e6d37
parentd4bb0b923b30c78ea18e4744c7a9ab6f3f2c4b1b
Verify the TLS connection asynchronously

* src/gnutls.c (gnutls_verify_boot): Refactor out into its own
function so that we can call it asynchronously.
(Fgnutls_boot): Use it.

* src/process.c (wait_reading_process_output): Verify the TLS
negotiation.
src/gnutls.c
src/gnutls.h
src/process.c