From 940be787e2aa661c0df3f77b624b25658ababc37 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Fri, 17 Feb 2012 16:08:19 +0100 Subject: Document currently supported algorithms --- lib/ssh/doc/src/ssh.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'lib/ssh/doc') diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index ed88b3a1af..e30c6f1ccc 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -33,9 +33,20 @@ ssh Main API of the SSH application -

Interface module for the SSH application

+

Interface module for the SSH application.

+
+ SSH + + + ssh requires the crypto and public_key applications. + Supported SSH-version is 2.0 + Currently supports only a minimum of mac and encryption algorithms i.e. + hmac-sha1, and aes128-cb and 3des-cbc. + + +
COMMON DATA TYPES -- cgit v1.2.3