Also, if you install the OpenSSL libcrypto library, you can use the AES-256 encryption algorithm in the following scenarios (instead of the DES encryption algorithm that is included with solidDB):
Note The solidDB distribution does not include the OpenSSL libraries; you can download the libraries from the following OpenSSL site: wiki.openssl.org/index.php/Binaries.
Depending on the type of security feature that you are enabling, you might need to copy the OpenSSL libraries to just the solidDB server computer or also to client computers.
After you have copied the required OpenSSL libraries, make sure that the server or client has access to the libraries. For simplicity, use the following locations:
▪ On Linux and UNIX: libraries (for example, libssl.ver.so) should be in $LD_LIBRARY_PATH.
▪ On Windows: libraries (for example, libssl.ver.dll) should be in %PATH%.
▪ On AIX: libraries (for example libssl.ver.a) should be in $LIBPATH.
Instead of ensuring that the libraries are located in the appropriate path for your operating system, you can specify the paths to the libraries by completing the following steps:
▪ Enter the full path to the libssl library in solid.ini, by using the OpenSSLLibPath parameter (applies to both server-side and client-side solid.ini files), for example: