aboutsummaryrefslogtreecommitdiff
path: root/src/keyfiles.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-08pki: Move keyfiles to pki_gcrypt.c.Andreas Schneider1-1563/+0
2011-07-20Fixed build on opensslAris Adamantiadis1-5/+5
2011-07-19Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis1-7/+7
2011-05-26Fix memory leaks in pki and testcaseAris Adamantiadis1-2/+0
2011-05-17keyfiles: Fixed compilation without defines.Oliver Stöneberg1-0/+4
This fixes cppcheck issues.
2011-05-02Use BIO* in _privatekey_from_file [Oliver Stöneberg]Oliver Stöneberg1-12/+25
_privatekey_from_file: moved FILE* into HAVE_LIBGCRYPT code / added missing #ifdef's to default case of switch [Oliver Stöneberg] (cherry picked from commit dcb50cc0c833e73eb6025746f05c49b3c5dbc03b)
2011-05-01init: Some initialization fixes.Oliver Stöneberg1-1/+3
- Check result of ssh_init() in privatekey_from_base64() - Moved code from ssh_finalize() to appropriate subroutines - Only initialize sockets once (caused mismatch of WSAStartup() and WSACleanup() calls and potential usage of bsd_poll when win_poll should be used)
2011-04-18[keyfiles] Fix two memory leaksmilo1-1/+2
2011-04-14Skip \r when reading private keysmilo1-2/+3
2011-04-14Fix error message in privatekey_from_base64()milo1-1/+1
2011-04-14[pki] Fixed a probable bug in privatekey_file_to_buffer()milo1-3/+2
2011-04-14[pki] Added privatekey_from_base64() function...milo1-47/+90
and wrapped it with privatekey_from_file()
2011-04-14[pki] Added b64decode_dsa_privatekey() functionmilo1-0/+60
2011-04-14[pki] Added b64decode_rsa_privatekey() functionmilo1-0/+72
2011-04-14[pki] Added privatekey_string_to_buffer() functionmilo1-2/+135
2011-04-11keys: Fixed issues reported by cppcheck.Oliver Stöneberg1-15/+13
2010-10-20Fixed a bunch of smallish bugsAris Adamantiadis1-8/+13
http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list
2010-10-03Fix doxygen warningsAris Adamantiadis1-2/+4
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-2/+2
2010-09-28keyfiles: Fixed unlink warning.Andreas Schneider1-0/+2
2010-09-28pki: Create a file for known_hosts functions.Andreas Schneider1-673/+0
2010-09-28keyfiles: Fixed the windows defines.Andreas Schneider1-11/+12
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+1902