Replication Server uses the libtcl.cfg file to map security mechanism names to security driver file names. The default location is$SYBASE/$SYBASE_OCS/config/libtcl.cfg.
SSL driver names are listed in the [FILTERS] section of libtcl.cfg. They have this form:
[FILTERS] filter = driver
where:
filter – specifies the local name for the security mechanism.
driver – is the file name for the driver. A sample entry for SSL is:
[FILTERS] ssl = libsybfssl.so
For more information about configuring libtcl.cfg for security drivers, see “Configuring libtcl.cfg” in Chapter 8, “Managing Replication Server Security” in the Replication Server Administration Guide Volume 1.