summaryrefslogtreecommitdiffhomepage
path: root/client/misc.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-20Add a config option to dump retrieved certificates on errorSamuel Lidén Borell1-0/+21
2014-02-08More security precautions (length checks, null checks, etc)Samuel Lidén Borell1-3/+21
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2012-01-16Remove useless const qualifiersSamuel Lidén Borell1-1/+1
2011-08-04Fix memory leak in rasprintf_appendSamuel Lidén Borell1-4/+4
2011-08-04Check for allocation failures in misc.cSamuel Lidén Borell1-4/+23
2011-04-23Check if decoded strings are UTF-8 or ISO-8859-1 or invalidSamuel Lidén Borell1-4/+31
2011-04-05Add a function stub for StoreCertificates + code that calls itSamuel Lidén Borell1-1/+15
2010-11-2364-bit glib type errorHenrik Nordstrom1-2/+2
2010-06-15Remove unnecessary include from misc.cMarcus Carlson1-1/+0
2010-06-13Clean up the OpenSSL code and fix a bugSamuel Lidén Borell1-55/+35
2010-06-13Convert the code to use OpenSSL instead of NSSMarcus Carlson1-27/+62
2010-03-23Implement the "NonVisibleData" parameterSamuel Lidén Borell1-1/+21
2010-02-20Introduce guaranteed_memset()Linus Walleij1-3/+14
2010-02-05Refactoring: Moved the sha_base64 function to misc.cSamuel Lidén Borell1-0/+8
2010-02-05Replaced malloc+sprintf with a function on it's ownSamuel Lidén Borell1-0/+16
2010-01-02Increase use of const and static in the codeSamuel Lidén Borell1-2/+2
2010-01-02Accept base64 data with null charactersSamuel Lidén Borell1-3/+6
2010-01-02Renamed main/ to client/ and added a server directorySamuel Lidén Borell1-0/+103