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

Fix seg fault in TS_RESP_verify_response()



The TS_RESP_verify_response() function is used for verifying the response
from a TSA. You can set the provided TS_VERIFY_CTX with different flags
depending on what aspects of the response you wish to verify.

A seg fault will occur if you supply the TS_VFY_SIGNER or TS_VFY_TSA_NAME
flags without also specifying TS_VFY_SIGNATURE.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent e4c4b276
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