summaryrefslogtreecommitdiffstats
path: root/libvncserver/rfbssl_gnutls.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed C++ style comments to C onesBenjamin Dürholt2015-04-131-1/+1
|
* prevent segfaultBenjamin Dürholt2015-04-101-0/+2
|
* Fix libvncserver GnuTLS init.Christian Beier2011-09-111-1/+1
| | | | | gnutls_certificate_set_x509_trust_file() returns the number of processed certs and _not_ GNUTLS_E_SUCCESS (0) on success!
* Merge branch 'kanaka/websockets' into websocketsGernot Tenchio2011-08-301-53/+35
|\ | | | | | | | | Conflicts: libvncserver/websockets.c
| * rfbssl_gnutls: Merge rfbssl_peek/rfbssl_read into one functionGernot Tenchio2011-08-301-53/+35
| |
* | websockets: remove warning on 64bit platformsGernot Tenchio2011-08-251-1/+1
|/
* websockets: add GnuTLS and OpenSSL supportGernot Tenchio2011-08-171-0/+286
For now, only OpenSSL support is activated through configure, since GnuTLS is only used in LibVNCClient. [jes: separated this out from the commit adding encryption support, added autoconf support.] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>