summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.h
AgeCommit message (Collapse)AuthorFilesLines
2006-02-27Added c++ macroGravatar snowdrop1-0/+8
#ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endf
2006-02-21SSL socket read stuff and a whole section that could never get called.Gravatar mrcsys1-0/+2
Errors were also difficult to deal with, this has been cleaned up
2006-01-18Added start_ssl function to initialize library.Gravatar mrcsys1-0/+4
2006-01-11intergrating ssl. Removing global variables SSL* like SSLctx and ↵Gravatar snowdrop1-1/+11
HSOCKET_SSL_* definition. Instead we are using HSOCKET_ERROR_SSL* definitions. introduced hsocket_init_ssl()
2006-01-10indent with 'indent -nut -bli0 -fca -npcs' commandGravatar snowdrop1-5/+5
2006-01-10indent with 'indent -nut -bli0 -fca' commandGravatar snowdrop1-10/+10
2006-01-06added #ifdef HAVE_SSL checkGravatar snowdrop1-2/+8
2005-12-19initial importGravatar snowdrop1-0/+97