summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.h
AgeCommit message (Collapse)AuthorFilesLines
2007-11-03Split nanoHTTP and cSOAP loggingGravatar m0gg1-57/+42
2007-01-25Documentation cleanupGravatar m0gg1-19/+22
2007-01-15Documentation enhancements (from wiki)Gravatar m0gg1-1/+88
2007-01-05Documentation enhancementsGravatar m0gg1-18/+19
2007-01-03README.ssl moved to nanohttp-ssl.hGravatar m0gg1-1/+109
2006-12-11Documentation fixupGravatar m0gg1-5/+6
2006-12-03Error codes movedGravatar m0gg1-1/+16
2006-12-01Fix nanoHTTP HTTPS client (still needs port in URL)Gravatar m0gg1-8/+41
2006-11-30Code cleanupGravatar m0gg1-4/+4
2006-11-27Code cleanupGravatar m0gg1-62/+3
2006-11-24Documentation enhancementsGravatar m0gg1-13/+46
2006-11-23Code cleanupGravatar m0gg1-20/+26
2006-11-19nanohttp admin patch; code cleanupGravatar m0gg1-3/+4
2006-05-15Code cleanupGravatar m0gg1-7/+3
2006-04-26Fixed a significant bug in updated ssl code that would allow processes to ↵Gravatar mrcsys1-21/+54
"run away" Added a new option and helper functions for socket timeout Added new helper function for ssl arguments
2006-04-17updated to match heiko's prefered function namesGravatar mrcsys1-2/+2
I had not noticed that he had renamed ALL of mine before
2006-04-14renamed function at heiko's requestGravatar mrcsys1-2/+2
2006-04-13SSL code updated to aways have a user verify function.Gravatar mrcsys1-2/+3
added set_user_verify so that you can implement your own
2006-03-27hssl_enabled added; code cleanupGravatar m0gg1-1/+5
2006-03-07Removed C++ style commentsGravatar m0gg1-3/+3
2006-03-07File header changedGravatar m0gg1-21/+23
2006-03-06Various changes see ChangeLogGravatar m0gg1-58/+41
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop1-4/+4
- adds various malloc error messages - does some libcsoap/*.c #include fixups - removes a memleak in libcsoap/soap-server.c soap_server_entry - removes the double free of SoapCtx->action (again!!!) - rewrites more or less cleanly hsocket_close - adds volatile keywords for thread shared data items - _httpd_parse_arguments cleanup - rwerites the _httpd_connection initialization - adds a call to pthread_attr_destroy in httpd_session_main - fixes a wrong loop initialization in _httpd_wait_for_emtpy_conn - fixes a memleak in httpd_session_main (req) - more sophisticated httpd_server example - HTTP authentication SEGfault without password fixed
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