[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
If libggz is built from sources, the features it provides can be customized.
Running configure --with-gcrypt
allows for cryptographics hash
functions to be used, so that e.g. the server doesn't need to store its
passwords in plain text format.
Likewise, configure --with-tls=MODE
includes TLS/SSL functionality,
which can be one of none (dummy support), GnuTLS or OpenSSL.
The part about setting up the server covers this topic in depth.