diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-11 12:48:32 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-11 12:49:55 +0400 |
| commit | 2545ae1311dd0fc5a32c0a2d3ced2a1bf56c3cff (patch) | |
| tree | 84a9eae1a28d90ff5f5d99e441bda5dbeb79db07 /ChangeLog | |
| parent | ssh/key-func.c: Use `_scm_from_ssh_key' (diff) | |
| download | guile-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |
