Type Definition openssl::ssl::VerifyCallback
[−]
[src]
type VerifyCallback = fn(_: bool, _: &X509StoreContext) -> bool;
The signature of functions that can be used to manually verify certificates