]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Clarify protocol description in connection message
authorDaniel Lenski <dlenski@gmail.com>
Thu, 2 Aug 2018 01:13:59 +0000 (18:13 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Thu, 2 Aug 2018 02:13:29 +0000 (19:13 -0700)
commita8ab34e1b5782844c356af3ce76159dd523b4406
tree573211d02ea6ef491d77d7ee0443bc9620e7a548
parenta4b9d85dcc0d1b84d42d7b8b1fa2c812b0dfeff2
Clarify protocol description in connection message

- Include both the TCP- and UDP-based protocols' compression details
- The UDP-based protocol really can't be connected by the time this
  prints, since the mainloop hasn't had enough time to receive the
  connection confirmation packets; show it as "in progress"

Before (with default verbosity):

    Connected as 10.0.0.3 + dead::be:ef, using SSL + deflate
    Established DTLS connection (using GnuTLS). Ciphersuite (DTLS1.2)-(RSA)-(AES-128-GCM).

After:

    Connected as 10.0.0.3 + dead::be:ef, using SSL + Deflate, with DTLS + LZS in progress
    Established DTLS connection (using GnuTLS). Ciphersuite (DTLS1.2)-(RSA)-(AES-128-GCM).

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
gpst.c
library.c
main.c
openconnect-internal.h