Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed comment left over from development | simon | 2017-04-25 | 1 | -3/+0 |
| | |||||
* | Modified certificate verification for compatibility with GnuTLS 2.12.23 | simon | 2017-04-25 | 1 | -22/+102 |
| | |||||
* | Added support for X509 server certificate verification as part of the ↵ | simon | 2017-04-20 | 1 | -3/+22 |
| | | | | handshake process. | ||||
* | Merge pull request #105 from cgeorges82/master | Christian Beier | 2016-05-30 | 1 | -4/+15 |
|\ | | | | | fix for issue #97. Also, this fixes cmake builds for other platforms. | ||||
| * | Append missing include directory for GNUTLS and OPENSSL in CMake project | Cédric Georges | 2016-03-05 | 1 | -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 ↵ | gbdj | 2016-04-23 | 1 | -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 Beier | 2012-04-15 | 1 | -40/+12 |
| | | | | specific functionality into tls_gnutls.c. | ||||
* | Add the OpenSSL libvncclient TLS version to the build system. | Christian Beier | 2012-04-14 | 1 | -0/+533 |