python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is libcurl thread safe when built with GnuTLS
One of the requirement for libcurl to be thread safe is that the underlying SSL library should be thread safe.
According to documentation of GnuTLS, it is thread safe by design.
The GnuTLS library is...
Karthick
Votes: 0
Answers: 1
Does Apache Guacamole support VNC Connection with GNUTLS?
Currently I've working on my custom Remote Desktop Service which is strongly based on Apache Guacamole.
I found that I can encrypt VNC connection between Guacamole (which is actually LibVNCClient) and...
redjen
Votes: 0
Answers: 1