aboutsummaryrefslogtreecommitdiff
path: root/libssh/crypt.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-17Add return values to set_encrypt_key and set_decrypt_key.Andreas Schneider1-5/+18
2009-04-15Add missing semicolon.Andreas Schneider1-1/+1
2009-04-15Improve packet_hmac_verify().Andreas Schneider1-17/+39
2009-04-15Improve packet_encrypt().Andreas Schneider1-37/+54
2009-04-15Improve packet_decrypt().Andreas Schneider1-16/+22
2009-04-15Reformat packet_decrypt_len().Andreas Schneider1-13/+15
2009-04-02Simply return 0.Andreas Schneider1-1/+1
2009-04-01Add one missing memory error check in crypt.c.Andreas Schneider1-1/+5
2009-04-01Add memory error checks for crypto wrapper functions.Andreas Schneider1-1/+8
2009-04-01Check for memory allocation errors.Andreas Schneider1-2/+9
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-20/+23
2009-03-14Fix build warnings.Andreas Schneider1-1/+4
2008-06-12begin fixing the ssh_say everywhereAris Adamantiadis1-3/+3
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+0
2008-03-07first part of win32 patchesAris Adamantiadis1-1/+1
2006-03-01keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester1-1/+1
2005-10-26norbert's Makefile.in and crypt.c patchesAris Adamantiadis1-4/+4
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-6/+22
2005-07-05first importAris Adamantiadis1-0/+105