Show TOC

Installing and Configuring SSF: Front EndsLocate this document in the navigation structure

To use secure store and forward (SSF) functions on front-end applications, install a security product on the front-end system and set the relevant parameters in either the environment variables or the SSF initialization file.

Procedure

  1. Install SAP Single Sign-On or an external security product on each front-end computer where SSF functions are to be used. Note the name and location of the library of the security product.
    Note For installation instructions, see the documentation for your security product.
  2. Determine if you want to change the default values of the SSF parameters.

    The following table lists the SSF parameters. Specify their values either in the corresponding environment variable or in the file ssfrfc.ini.

    Table 1: SSF Parameters
    Parameter Default Possible Values

    SSF_LIBRARY_PATH

    The default library is the SAP Cryptographic Library

    • UNIX: libsapcrypto.<ext>

    • Windows: sapcrypto.dll

    As default, the system searches for this file in the directory where the executable program ssfrfc.exe is located.

    Note The parameter must contain both the path and the file name of the SSF library.

    Character string up to 255 characters.

    Refer to your security product to find out the name and location of this file.

    SSF_MD_ALG

    SHA1

    MD2, MD4, MD5, SHA1, RIPEMD160, SHA256, SHA512

    Refer to your security product for other possible values.

    SSF_SYMENCR_ALG

    AES128-CBC

    DES-CBC, TRIPLE-DES, DES-EDE3-CBC, AES128-CBC, AES256-CBC

    Refer to your security product for other possible values.

    SSF_TRACE_LEVEL

    0

    0, 1, 2, 3

    SSF_NAME

    Product 1: SSF

    Product 2: SSF2

    Product 3: SSF3

    Character string up to 255 characters.

    This parameter contains the name of the security product.