summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2014-10-10 20:16:35 +0400
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2014-10-10 20:16:35 +0400
commit51edcb15b81aa4dc8e3cea01f1c8d0ff3e83b73d (patch)
tree131beb1658b92eee8f9791961bddc538f6bbaa12 /ChangeLog
parentssh/version.scm: Add new procedures (diff)
downloadguile-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49e5827..dceeea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)