root/trunk/licq/README.OPENSSL

Revision 4526, 0.8 kB (checked in by erijo, 2 years ago)

Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)

  • Property svn:eol-style set to native
Line 
1Licq OpenSSL Support
2
3Licq now supports Secure Socket Layer connections between
4clients allowing for fully secure communication of messages, urls,
5chat requests...
6OpenSSL support will be built automatically if you have openssl
7development packages installed.  To disable openssl support, run configure
8with `--without-openssl'.  To specify paths to OpenSSL libraries or headers
9use `--with-openssl-lib=' and `--with-openssl-inc='.
10
11The current code requires your system to have a built-in randomness
12source at /dev/urandom (or another location, if you configured
13OpenSSL for it at compile time). Systems without such a source will return
14an error number 24064064. Code to support EGD and .rnd files will be
15included in the next release.
16People on Solaris boxes can use solaris kernel module for
17/dev/(u)random.  It can be found at http://www.freshmeat.net.
Note: See TracBrowser for help on using the browser.