Add TLS information - clic - Clic is an command line interactive client for gopher written in Common LISP HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 707f6f043149cc6454bf18e4fc8d38078b64f58b DIR parent e7d951c066681af5934f30a8912079cf34ad3eb2 HTML Author: Solene Rapenne <solene@perso.pw> Date: Thu, 28 Feb 2019 18:34:33 +0100 Add TLS information Diffstat: M README.md | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) --- DIR diff --git a/README.md b/README.md @@ -5,6 +5,11 @@ Clic (Common LISP Interactive Client) is a terminal based gopher client. The name is a bad pun, **clic** is the sound of a mouse click but the software is keyboard driven... +Clic supports TLS connection by first trying to speak TLS to the remote +server, if it doesn't work it fallback to plaintext. The status prompt +will show either "**TLS**" or "UNSECURE" depending on how the communication +has been negociated. + Requirements ============