openssl::ssl::VerifyCallbackData [] [src]

type VerifyCallbackData<T> = fn(preverify_ok: bool, x509_ctx: &X509StoreContext, data: &T) -> bool;

The signature of functions that can be used to manually verify certificates when user-data should be carried for all verification process