Commit ae4d0c8d authored by Matt Caswell's avatar Matt Caswell
Browse files

Add comment explaining why we don't check a return value



A call to X509_verify_cert() is used to build a chain of certs for the
server to send back to the client. It isn't *actually* used for verifying
the cert at all - just building the chain. Therefore the return value is
ignored.

Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
parent d73ca3ef
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment