Add TLS information - clic - Clic is an command line interactive client for gop… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 707f6f043149cc6454bf18e4fc8d38078b64f58b | |
parent e7d951c066681af5934f30a8912079cf34ad3eb2 | |
Author: Solene Rapenne <[email protected]> | |
Date: Thu, 28 Feb 2019 18:34:33 +0100 | |
Add TLS information | |
Diffstat: | |
M README.md | 5 +++++ | |
1 file changed, 5 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -5,6 +5,11 @@ Clic (Common LISP Interactive Client) is a terminal based goph… | |
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 | |
============ |