summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2014-10-11 13:01:17 +0400
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2014-10-11 13:01:17 +0400
commit6535e73be33b7eb41535ae11bf0196258e1c897d (patch)
tree2a3ad84ea5841db2608652269b4a7ee4c2bc833e /ChangeLog
parentssh/key.scm (private-key-to-file): New procedure (diff)
downloadguile-ssh-6535e73be33b7eb41535ae11bf0196258e1c897d.tar.gz
tests/key.scm ("private-key-to-file") [GCrypt]: Don't perform the test
* tests/key.scm ("private-key-to-file") [GCrypt]: Don't perform the test. * doc/api-keys.texi (Keys): Update description of `private-key-to-file'. * NEWS: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40d0870..07fec4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
2014-10-11 Artyom Poptsov <poptsov.artyom@gmail.com>
+ * tests/key.scm ("private-key-to-file") [GCrypt]: Don't perform the
+ test.
+ * doc/api-keys.texi (Keys): Update description of
+ `private-key-to-file'.
+ * NEWS: Update.
+
* ssh/key-func.c (guile_ssh_private_key_to_file): New procedure.
* ssh/key.scm (private-key-to-file): Export.
* tests/key.scm ("private-key-to-file"): New TC.
+
* doc/api-keys.texi (Keys): Add description of `private-key-to-file'.
* NEWS: Update.