![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
int
DESCRIPTIONThe
Applications rarely call this function directly, but it is used by OpenSSL internally for certificate validation, in both the S/MIME and SSL/TLS code. RETURN VALUESIf a complete chain can be built and validated this function returns 1, otherwise it returns a value <= 0 indicating failure. Additional error information can be obtained by examining ctx, using X509_STORE_CTX_get_error(3). SEE ALSOopenssl(1), X509_STORE_CTX_get_error(3), X509_STORE_CTX_new(3) HISTORY
BUGSThis function uses the header
|