diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-10 20:16:35 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-10 20:16:35 +0400 |
| commit | 51edcb15b81aa4dc8e3cea01f1c8d0ff3e83b73d (patch) | |
| tree | 131beb1658b92eee8f9791961bddc538f6bbaa12 /ChangeLog | |
| parent | ssh/version.scm: Add new procedures (diff) | |
| download | guile-ssh-51edcb15b81aa4dc8e3cea01f1c8d0ff3e83b73d.tar.gz | |
tests/key.scm: Don't test ECDSA keys if GCrypt is used
* tests/key.scm: Don't do ECDSA key tests if libssh was compiled with
GCrypt.
(when-openssl): New macro.
("private-key-from-file", "public-key-from-file", "key?")
("private-key->public-key", "get-key-type", "public-key->string")
("string->public-key"): Use it.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2014-10-10 Artyom Poptsov <poptsov.artyom@gmail.com> + * tests/key.scm: Don't do ECDSA key tests if libssh was compiled with + GCrypt. + (when-openssl): New macro. + ("private-key-from-file", "public-key-from-file", "key?") + ("private-key->public-key", "get-key-type", "public-key->string") + ("string->public-key"): Use it. + +2014-10-10 Artyom Poptsov <poptsov.artyom@gmail.com> + * ssh/version.c (get-libssh-version): Rename to `%get-libssh-version'. Return raw libssh version string. * ssh/version.scm (%get-libssh-version, get-crypto-library) |
