diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-11 13:01:17 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-11 13:01:17 +0400 |
| commit | 6535e73be33b7eb41535ae11bf0196258e1c897d (patch) | |
| tree | 2a3ad84ea5841db2608652269b4a7ee4c2bc833e /ChangeLog | |
| parent | ssh/key.scm (private-key-to-file): New procedure (diff) | |
| download | guile-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
