From 930ed3c3f617e72a686f0dfb3f48ce5fb2e9bf06 Mon Sep 17 00:00:00 2001 From: KingToolbox Date: Sun, 18 Oct 2020 17:19:27 +0800 Subject: [PATCH] Add notes to libssh. --- src/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/README.md b/src/README.md index fd0f074..35db2ac 100644 --- a/src/README.md +++ b/src/README.md @@ -6,6 +6,10 @@ Below is a list of (some) WindTerm components in alphabetical order, along with a brief description of each. +## Libssh + +An improved version based on libssh 0.95. Add support for pageant, external socket, and hmac-md5-96, hmac-sha1-96-etm@openssh.com, hmac-sha1-96, hmac-md5-96-etm@openssh.com. + ## Onigmo An improved version based on Onigmo 5.13.5. In particular, **the addition of iterator makes it possible to match gap buffer or nonadjacent memory blocks.** Please refer to the sample files for how to use.