summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-17Fix include typos for WIN32Gravatar Martin Szulecki1-1/+1
2007-11-03Split nanoHTTP and cSOAP loggingGravatar m0gg1-28/+29
2006-12-11Documentation fixupGravatar m0gg1-1/+3
2006-12-06C++ style comments removedGravatar m0gg1-6/+3
2006-12-01Fix nanoHTTP HTTPS client (still needs port in URL)Gravatar m0gg1-3/+12
2006-11-30Code cleanupGravatar m0gg1-52/+80
2006-11-27Code cleanupGravatar m0gg1-40/+5
2006-11-26soap.udp transport added (alpha)Gravatar m0gg1-1/+5
2006-11-25documentation enhancements and code cleanupGravatar m0gg1-1/+2
2006-11-23Code cleanupGravatar m0gg1-56/+55
2006-11-19nanohttp admin patch; code cleanupGravatar m0gg1-4/+10
2006-07-09ported logging function to a seperate file (nanohttp-logging.*)r1_1_0Gravatar snowdrop1-1/+2
2006-05-15Fixed one log message to make fore sense.Gravatar mrcsys1-2/+2
2006-05-15Code cleanupGravatar m0gg1-4/+5
2006-04-26Fixed a significant bug in updated ssl code that would allow processes to "ru...Gravatar mrcsys1-100/+158
2006-04-17updated to match heiko's prefered function namesGravatar mrcsys1-7/+7
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-10/+10
2006-03-27hssl_enabled added; code cleanupGravatar m0gg1-70/+64
2006-03-07Removed C++ style commentsGravatar m0gg1-3/+5
2006-03-07File header changedGravatar m0gg1-26/+23
2006-03-06Various changes see ChangeLogGravatar m0gg1-214/+307
2006-02-22Fixed a small bug in reading (or not) a calistGravatar mrcsys1-1/+1
2006-02-21SSL socket read stuff and a whole section that could never get called.Gravatar mrcsys1-0/+13
2006-02-18added basic authentication and SOAP-Header capabilities for request objectsGravatar snowdrop1-21/+50
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