summaryrefslogtreecommitdiffstats
path: root/libvncclient/tls_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'LibVNCServer-0.9.12'Slávek Banko2019-02-061-96/+178
|\
| * LibVNCClient: pass buffer as const to WriteToTLS()Tobias Junghans2018-11-061-1/+1
| * Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into simo...Christian Beier2017-09-021-0/+18
| |\
| | * Added SASL authentication supportsimon2017-06-251-0/+18
| * | X509 certificate verification for OpenSSLsimon2017-05-051-92/+157
| |/
| * libvncclient/tls_openssl: support openssl 1.1.xBert van Hall2017-01-311-5/+4
* | Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.Michele Calgaro2018-10-081-4/+0
|/
* tls_openssl.c: enable extra POSIX functionality to get PTHREAD_MUTEX_RECURSIVEFloris Bos2015-01-011-0/+4
* Fix tv_usec calculationJohannes Schindelin2014-09-021-1/+1
* Use Windows' critical sections to emulate pthread's mutexesDaniel Cohen Gindi2014-09-021-13/+36
* MSVC: Use the Unix emulation headersDaniel Cohen Gindi2014-09-021-1/+7
* MSVC: Use _snprintf instead of snprintfDaniel Cohen Gindi2014-09-021-0/+4
* Remove unused variablesDaniel Cohen Gindi2014-09-021-7/+0
* Fix in milliseconds to struct timeval conversionRostislav Lisovy2012-07-201-1/+1
* LibVNCClient: properly free the openssl session stuff on shutdown.Christian Beier2012-04-151-13/+14
* Add the OpenSSL libvncclient TLS version to the build system.Christian Beier2012-04-141-0/+586