index
:
csoap
master
A portable and simple client/server C API for SOAP
ms,nb
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nanohttp
/
nanohttp-ssl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-07
Removed C++ style comments
m0gg
1
-3
/
+5
2006-03-07
File header changed
m0gg
1
-26
/
+23
2006-03-06
Various changes see ChangeLog
m0gg
1
-214
/
+307
2006-02-22
Fixed a small bug in reading (or not) a calist
mrcsys
1
-1
/
+1
2006-02-21
SSL socket read stuff and a whole section that could never get called.
mrcsys
1
-0
/
+13
2006-02-18
added basic authentication and SOAP-Header capabilities for request objects
snowdrop
1
-21
/
+50
2006-02-08
the attached patches address the following issues:
snowdrop
1
-9
/
+6
2006-01-19
Minor win32 fixes.
mrcsys
1
-2
/
+2
2006-01-18
Added start_ssl function to initialize library.
mrcsys
1
-9
/
+11
2006-01-11
intergrating ssl. Removing global variables SSL* like SSLctx and HSOCKET_SSL_...
snowdrop
1
-1
/
+1
2006-01-10
A bad SSL init would cause a connection to hang.
mrcsys
1
-98
/
+98
2006-01-10
indent with 'indent -nut -bli0 -fca -npcs' command
snowdrop
1
-96
/
+96
2006-01-10
indent with 'indent -nut -bli0 -fca' command
snowdrop
1
-235
/
+274
2006-01-06
wrapped call to verify_user() by ifdef ifdef
snowdrop
1
-0
/
+4
2006-01-06
added #ifdef HAVE_SSL check
snowdrop
1
-0
/
+5
2006-01-03
In WIN32, we must set the socket to block before SSL accept.
mrcsys
1
-0
/
+5
2006-01-03
WIN32 link does not like to overload functions in a lib, so userverify is com...
mrcsys
1
-0
/
+2
2006-01-03
Self signed certs were not being allowed. This is "not good"
mrcsys
1
-1
/
+4
2005-12-22
Win32 compile issue fixed.
mrcsys
1
-2
/
+5
2005-12-19
initial import
snowdrop
1
-0
/
+349