aboutsummaryrefslogtreecommitdiff
path: root/libssh/keys.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-04-18Simplify signature_from_string() a bit.Andreas Schneider1-30/+13
2009-04-18Add error checks to ssh_do_sign_with_agent() and fix a memleak.Andreas Schneider1-2/+17
2009-04-18Replace some strcmp with switch to make it a bit faster.Andreas Schneider1-34/+30
2009-04-18Make use of ssh_type_from_name().Andreas Schneider1-3/+3
2009-04-18Some cleanup for publickey_to_string().Andreas Schneider1-2/+2
2009-04-18Fix segfault with gcrypt.Andreas Schneider1-5/+8
2009-04-18Add more error checks to ssh_sign_session_id().Andreas Schneider1-50/+75
2009-04-18Fix a segfault if we try to a signature.Andreas Schneider1-1/+4
2009-04-18Add more error checks to RSA_do_sign().Andreas Schneider1-21/+30
2009-04-18Add more error checks to signature_from_string().Andreas Schneider1-110/+176
2009-04-18Add error checks to signature_to_string().Andreas Schneider1-69/+133
2009-04-18Add check for the return value of gcry_sexp_find_token().Andreas Schneider1-2/+47
2009-04-18Add more error checks to ssh_encrypt_rsa1().Andreas Schneider1-26/+56
2009-04-18Add more error checks to ssh_do_sign().Andreas Schneider1-60/+83
2009-04-17Don't leak memory in publickey_make_* functions.Andreas Schneider1-1/+4
2009-04-17Revert commit 530.Andreas Schneider1-4/+1
2009-04-17Don't leak memory in error path.Andreas Schneider1-1/+4
2009-04-17Revert commit 527.Andreas Schneider1-10/+3
2009-04-17Don't leak memory.Andreas Schneider1-3/+10
2009-04-08Add error checking to publickey to string functions.Andreas Schneider1-82/+173
2009-04-08Add error checking to publickey_from_privatekey().Andreas Schneider1-67/+152
2009-04-08Add error checking to publickey_from_string().Andreas Schneider1-28/+43
2009-04-08Add error checking to publickey_make_rsa().Andreas Schneider1-32/+65
2009-04-08Add error checking to publickey_make_dss().Andreas Schneider1-39/+73
2009-04-05Use const where it should be used.Andreas Schneider1-1/+1
2009-04-05Fix build warnings.Andreas Schneider1-2/+3
2009-04-04Improve key free functions.Andreas Schneider1-33/+37
2009-04-01Add memory error checks for crypto wrapper functions.Andreas Schneider1-2/+9
2009-04-01Fix memory error checking in key functions.Andreas Schneider1-14/+72
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-20/+23
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-3/+2
2009-02-06Fix the ifdefs.Andreas Schneider1-1/+1
2009-02-06Add missing ifdef for ssh-agent support.Andreas Schneider1-0/+2
2009-02-06Complete ssh client agent support.Andreas Schneider1-0/+51
2009-02-02Fix several build warnings.Andreas Schneider1-1/+5
2008-06-17gcrypt + SSH1 bug resolvedAris Adamantiadis1-1/+1
2008-06-12begin fixing the ssh_say everywhereAris Adamantiadis1-2/+2
2008-05-13doxygen documentation for public key authenticationAris Adamantiadis1-2/+14
2008-03-07first part of win32 patchesAris Adamantiadis1-1/+0
2008-03-04fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis1-17/+17
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-28/+285
2005-08-07server kex done :)Aris Adamantiadis1-2/+122
2005-07-05first importAris Adamantiadis1-0/+370