From 71016ddb062c5adaef301a5212bba6c7db5e2ee6 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sat, 11 Oct 2014 01:37:20 +0400 Subject: doc/api-keys.texi (Keys): Add note about support of ECDSA * doc/api-keys.texi (Keys): Add note about support of ECDSA keys with GCrypt. --- doc/api-keys.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api-keys.texi') diff --git a/doc/api-keys.texi b/doc/api-keys.texi index b390279..24243fc 100644 --- a/doc/api-keys.texi +++ b/doc/api-keys.texi @@ -13,6 +13,9 @@ The @code{(ssh key)} module provides procedures for handling of Guile-SSH keys. +@strong{Note} that Guile-SSH does not support ECDSA keys if libssh 0.6.3 is +compiled with GCrypt instead of OpenSSL. + @deffn {Scheme Procedure} key? x Return @code{#t} if @var{x} is a Guile-SSH key, @code{#f} otherwise. @end deffn -- cgit v1.2.3