Previous Topic: Default FunctionsNext Topic: User Available Functions


How You Provide Custom Functionality

To provide custom functionality, supply a DLL. This library should export at least one of the symbols password_cb and verifyCert, and be named cauccissl.dll.

If this library is present, CAICCI checks for the exported symbols password_cb and verifyCert. For each one that is exported in the library, CAICCI loads and calls that function. If either symbol is not exported, CAICCI uses the corresponding CCISSF default function (see Default Functions).