summaryrefslogtreecommitdiffstats
path: root/libssh/crypt.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-216/+0
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-1/+3
* Fixed typos from a* to error.cAris Adamantiadis2010-01-061-1/+1
* Fix openssl header inclusionAris Adamantiadis2009-11-031-2/+1
* More include file movingsAris Adamantiadis2009-09-261-0/+2
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+1
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-4/+4
* Fix the security bug found by Orange LabsAris Adamantiadis2009-09-131-2/+8
* Fix build with MSVC.Andreas Schneider2009-07-301-1/+0
* Fix stdint type.Andreas Schneider2009-07-271-1/+1
* Switch completly to stdint types.Andreas Schneider2009-07-251-8/+8
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-1/+1
* Fix build warnings.Andreas Schneider2009-06-091-0/+4
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Add return values to set_encrypt_key and set_decrypt_key.Andreas Schneider2009-04-171-5/+18
* Add missing semicolon.Andreas Schneider2009-04-151-1/+1
* Improve packet_hmac_verify().Andreas Schneider2009-04-151-17/+39
* Improve packet_encrypt().Andreas Schneider2009-04-151-37/+54
* Improve packet_decrypt().Andreas Schneider2009-04-151-16/+22
* Reformat packet_decrypt_len().Andreas Schneider2009-04-151-13/+15
* Simply return 0.Andreas Schneider2009-04-021-1/+1
* Add one missing memory error check in crypt.c.Andreas Schneider2009-04-011-1/+5
* Add memory error checks for crypto wrapper functions.Andreas Schneider2009-04-011-1/+8
* Check for memory allocation errors.Andreas Schneider2009-04-011-2/+9
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-20/+23
* Fix build warnings.Andreas Schneider2009-03-141-1/+4
* begin fixing the ssh_say everywhereAris Adamantiadis2008-06-121-3/+3
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* first part of win32 patchesAris Adamantiadis2008-03-071-1/+1
* keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester2006-03-011-1/+1
* norbert's Makefile.in and crypt.c patchesAris Adamantiadis2005-10-261-4/+4
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-6/+22
* first importAris Adamantiadis2005-07-051-0/+105