summaryrefslogtreecommitdiffstats
path: root/libvncclient/tls_gnutls.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into ↵Christian Beier2017-09-021-0/+18
|\ | | | | | | simonwaterman-sasl2
| * Added SASL authentication supportsimon2017-06-251-1/+19
| | | | | | | | Added SASL support to OpenSSL
* | Removed comment left over from developmentsimon2017-04-251-3/+0
| |
* | Modified certificate verification for compatibility with GnuTLS 2.12.23simon2017-04-251-22/+102
| |
* | Added support for X509 server certificate verification as part of the ↵simon2017-04-201-3/+22
|/ | | | handshake process.
* Merge pull request #105 from cgeorges82/masterChristian Beier2016-05-301-4/+15
|\ | | | | fix for issue #97. Also, this fixes cmake builds for other platforms.
| * Append missing include directory for GNUTLS and OPENSSL in CMake projectCédric Georges2016-03-051-4/+15
| | | | | | | | Append support of gnutls > v 2.99.01 (gnutls_transport_set_global_errno have a different signature)
* | libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection ↵gbdj2016-04-231-0/+21
|/ | | | | | | | by mutex. Fix upstream issue #100 Squashed commit of the pull request #101 : commit 1c7e01e81862bc46508e675e83c74cc6d63224b0 commit 1e749b094d6696380d3f0540a00138d7e3427874
* LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS ↵Christian Beier2012-04-151-40/+12
| | | | specific functionality into tls_gnutls.c.
* Add the OpenSSL libvncclient TLS version to the build system.Christian Beier2012-04-141-0/+533