summaryrefslogtreecommitdiffstats
path: root/libssh/keys.c
Commit message (Expand)AuthorAgeFilesLines
* Fix double free pointer crash in dsa_public_to_stringVic Lee2009-08-161-1/+0
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Simplify signature_from_string() a bit.Andreas Schneider2009-04-181-30/+13
* Add error checks to ssh_do_sign_with_agent() and fix a memleak.Andreas Schneider2009-04-181-2/+17
* Replace some strcmp with switch to make it a bit faster.Andreas Schneider2009-04-181-34/+30
* Make use of ssh_type_from_name().Andreas Schneider2009-04-181-3/+3
* Some cleanup for publickey_to_string().Andreas Schneider2009-04-181-2/+2
* Fix segfault with gcrypt.Andreas Schneider2009-04-181-5/+8
* Add more error checks to ssh_sign_session_id().Andreas Schneider2009-04-181-50/+75
* Fix a segfault if we try to a signature.Andreas Schneider2009-04-181-1/+4
* Add more error checks to RSA_do_sign().Andreas Schneider2009-04-181-21/+30
* Add more error checks to signature_from_string().Andreas Schneider2009-04-181-110/+176
* Add error checks to signature_to_string().Andreas Schneider2009-04-181-69/+133
* Add check for the return value of gcry_sexp_find_token().Andreas Schneider2009-04-181-2/+47
* Add more error checks to ssh_encrypt_rsa1().Andreas Schneider2009-04-181-26/+56
* Add more error checks to ssh_do_sign().Andreas Schneider2009-04-181-60/+83
* Don't leak memory in publickey_make_* functions.Andreas Schneider2009-04-171-1/+4
* Revert commit 530.Andreas Schneider2009-04-171-4/+1
* Don't leak memory in error path.Andreas Schneider2009-04-171-1/+4
* Revert commit 527.Andreas Schneider2009-04-171-10/+3
* Don't leak memory.Andreas Schneider2009-04-171-3/+10
* 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