summaryrefslogtreecommitdiffstats
path: root/libssh/keys.c
Commit message (Expand)AuthorAgeFilesLines
* Add error checking to publickey to string functions.Andreas Schneider2009-04-081-82/+173
* Add error checking to publickey_from_privatekey().Andreas Schneider2009-04-081-67/+152
* Add error checking to publickey_from_string().Andreas Schneider2009-04-081-28/+43
* Add error checking to publickey_make_rsa().Andreas Schneider2009-04-081-32/+65
* Add error checking to publickey_make_dss().Andreas Schneider2009-04-081-39/+73
* Use const where it should be used.Andreas Schneider2009-04-051-1/+1
* Fix build warnings.Andreas Schneider2009-04-051-2/+3
* Improve key free functions.Andreas Schneider2009-04-041-33/+37
* Add memory error checks for crypto wrapper functions.Andreas Schneider2009-04-011-2/+9
* Fix memory error checking in key functions.Andreas Schneider2009-04-011-14/+72
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-20/+23
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-3/+2
* Fix the ifdefs.Andreas Schneider2009-02-061-1/+1
* Add missing ifdef for ssh-agent support.Andreas Schneider2009-02-061-0/+2
* Complete ssh client agent support.Andreas Schneider2009-02-061-0/+51
* Fix several build warnings.Andreas Schneider2009-02-021-1/+5
* gcrypt + SSH1 bug resolvedAris Adamantiadis2008-06-171-1/+1
* begin fixing the ssh_say everywhereAris Adamantiadis2008-06-121-2/+2
* doxygen documentation for public key authenticationAris Adamantiadis2008-05-131-2/+14
* first part of win32 patchesAris Adamantiadis2008-03-071-1/+0
* fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis2008-03-041-17/+17
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-28/+285
* server kex done :)Aris Adamantiadis2005-08-071-2/+122
* first importAris Adamantiadis2005-07-051-0/+370