silc_pkcs_register

SYNOPSIS

    SilcBool silc_pkcs_register(const SilcPKCSObject *pkcs);

DESCRIPTION

Registers a new PKCS into the crypto library. This function can be used at the initialization of an application. All registered PKCSs should be unregistered with silc_pkcs_unregister. Usually this function is not needed. The default PKCSs are automatically registered. This can be used to change the order of the registered PKCSs by re-registering them in desired order, or add new PKCSs. Returns FALSE on error.