diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-11 01:37:20 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-11 01:37:20 +0400 |
| commit | 71016ddb062c5adaef301a5212bba6c7db5e2ee6 (patch) | |
| tree | 11629873e8d3ec03689828dace88b1dd495f0e61 /doc/api-keys.texi | |
| parent | tests/key.scm: Don't test ECDSA keys if GCrypt is used (diff) | |
| download | guile-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.texi | 3 |
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 |
