Callback that verifies a certificate chain in an X509_STORE_CTX.
Synopsis
Declared in <openssl/x509_vfy.h>
typedef int(* X509_STORE_CTX_verify_fn)(X509_STORE_CTX*);
Return Value
1 if verification succeeds, or 0 on failure.
Parameters
Name |
Description |
ctx |
Store context whose chain and trust settings are used. |
Created with MrDocs