SilcPKCSVerifyCb

SYNOPSIS

    typedef void (*SilcPKCSVerifyCb)(SilcBool success, void *context);

DESCRIPTION

Verification callback. This callback is given as argument to the silc_pkcs_verify_async and the result of the signature verification is deliver to the caller in this callback. If the `success' is FALSE the signature verification failed.