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