summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2014-10-11 12:48:32 +0400
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2014-10-11 12:49:55 +0400
commit2545ae1311dd0fc5a32c0a2d3ced2a1bf56c3cff (patch)
tree84a9eae1a28d90ff5f5d99e441bda5dbeb79db07 /ChangeLog
parentssh/key-func.c: Use `_scm_from_ssh_key' (diff)
downloadguile-ssh-2545ae1311dd0fc5a32c0a2d3ced2a1bf56c3cff.tar.gz
ssh/key.scm (private-key-to-file): New procedure
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e68fc85..40d0870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-10-11 Artyom Poptsov <poptsov.artyom@gmail.com>
+ * 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.
+
* ssh/key-func.c (guile_ssh_string_to_public_key)
(guile_ssh_private_key_from_file)
(guile_ssh_public_key_from_private_key)