summaryrefslogtreecommitdiff
path: root/doc/api-keys.texi
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2014-10-11 01:37:20 +0400
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2014-10-11 01:37:20 +0400
commit71016ddb062c5adaef301a5212bba6c7db5e2ee6 (patch)
tree11629873e8d3ec03689828dace88b1dd495f0e61 /doc/api-keys.texi
parenttests/key.scm: Don't test ECDSA keys if GCrypt is used (diff)
downloadguile-ssh-71016ddb062c5adaef301a5212bba6c7db5e2ee6.tar.gz
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.
Diffstat (limited to 'doc/api-keys.texi')
-rw-r--r--doc/api-keys.texi3
1 files changed, 3 insertions, 0 deletions
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