aboutsummaryrefslogtreecommitdiff
path: root/src/keys.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-30keys: Remove obsolete keys.c.Andreas Schneider1-49/+0
2011-08-30keys: Move publickey_from_privatekey() to legacy.c.Andreas Schneider1-193/+0
2011-08-30keys: Move publickey_free() to legacy.c.Andreas Schneider1-27/+0
2011-08-26keys: Remove obsolete signatue functions.Andreas Schneider1-31/+0
2011-08-25keys: Remove obsolete ssh_do_sign().Andreas Schneider1-140/+0
2011-08-25keys: Remove obsolete ssh_do_sign_with_agent().Andreas Schneider1-49/+0
2011-08-22keys: Remove unused obsolete ssh_sign_session_id().Andreas Schneider1-95/+0
2011-08-22kex: Move ssh_encrypt_rsa1 to SSHv1 kex code.Andreas Schneider1-64/+0
2011-08-22messages: Move ssh_userauth_build_digest() and make it static.Andreas Schneider1-64/+0
2011-08-22pki: Migrate signature functions to legacy code.Andreas Schneider1-331/+0
2011-08-16pki: Make publickey_to_string a legacy function.Andreas Schneider1-233/+0
2011-08-16pki: Make publickey_from_string a legacy function.Andreas Schneider1-199/+0
2011-08-16pki: Make ssh_type_from_name() a legacy function.Andreas Schneider1-18/+0
2011-08-16pki: Make ssh_type_to_char() a legacy function.Andreas Schneider1-14/+0
2011-06-14[crypto] fix pubkey authentication with ecdhAris Adamantiadis1-4/+4
2011-04-14[pki] added ssh_pki_do_sign() functionmilo1-2/+2
2011-04-11keys: Fixed issues reported by cppcheck.Oliver Stöneberg1-0/+4
2011-01-06keys: Fixed memory leaks in session signing.Andreas Schneider1-0/+2
Found by cppcheck - http://test.libssh.org/cppcheck-analyzer/
2010-10-20Fixed a bunch of smallish bugsAris Adamantiadis1-2/+6
http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-5/+5
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+1497