summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-08the attached patches address the following issues:Gravatar snowdrop1-9/+6
2006-01-19Minor win32 fixes.Gravatar mrcsys1-2/+2
2006-01-18Added start_ssl function to initialize library.Gravatar mrcsys1-9/+11
2006-01-11intergrating ssl. Removing global variables SSL* like SSLctx and HSOCKET_SSL_...Gravatar snowdrop1-1/+1
2006-01-10A bad SSL init would cause a connection to hang.Gravatar mrcsys1-98/+98
2006-01-10indent with 'indent -nut -bli0 -fca -npcs' commandGravatar snowdrop1-96/+96
2006-01-10indent with 'indent -nut -bli0 -fca' commandGravatar snowdrop1-235/+274
2006-01-06wrapped call to verify_user() by ifdef ifdefGravatar snowdrop1-0/+4
2006-01-06added #ifdef HAVE_SSL checkGravatar snowdrop1-0/+5
2006-01-03In WIN32, we must set the socket to block before SSL accept.Gravatar mrcsys1-0/+5
2006-01-03WIN32 link does not like to overload functions in a lib, so userverify is com...Gravatar mrcsys1-0/+2
2006-01-03Self signed certs were not being allowed. This is "not good"Gravatar mrcsys1-1/+4
2005-12-22Win32 compile issue fixed.Gravatar mrcsys1-2/+5
2005-12-19initial importGravatar snowdrop1-0/+349