summaryrefslogtreecommitdiffstats
path: root/libvncclient/tls.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix libvncclient TLS for Windows builds.Christian Beier2011-03-121-5/+39
| | | | | | | GnuTLS seems to expect proper errno values internally. So set them in our custom push/pull functions. Parts of the patch stolen from libcurl, thanks! Signed-off-by: Christian Beier <[email protected]>
* Call WSAGetLastError() everywhere errno is read after a Winsock call.Christian Beier2011-03-031-0/+6
| | | | | Winsock does NOT update errno for us, we have fetch the last error manually using WSAGetLastError().
* Add VeNCrypt support in libvncclientVic Lee2009-10-021-3/+224
| | | | Signed-off-by: Vic Lee <[email protected]>
* Add anonymous TLS support in libvncclientVic Lee2009-10-021-0/+275
Signed-off-by: Vic Lee <[email protected]>