summaryrefslogtreecommitdiffstats
path: root/src/base64.c
Commit message (Collapse)AuthorAgeFilesLines
* buffer: fix use-before-nullcheck (coverity #1267979)Aris Adamantiadis2015-02-031-2/+0
| | | | | Additionally, the function call was already existing after the NULL check
* base64: Use secure buffersAris Adamantiadis2015-02-021-0/+2
| | | | | Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* base64: Use a secure buffer.Aris Adamantiadis2014-09-071-0/+5
| | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider2014-01-191-4/+4
|
* base64: Added casts to GET macros to fix build warnings.Andreas Schneider2011-01-021-3/+3
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+287