TSVConnSslVerifyCTXGet - TSVConnSslVerifyCTXGet API function
Contents
Copyright
2025, dev@trafficserver.apache.org
9.2 May 22, 2025 TSVCONNSSLVERIFYCTXGET(3ts)
Description
Get the TSSslVerifyCTX object that corresponds to the certificates being verified for the SSL connection
corresponding to svc.
This value is only meaningful during the peer certificate verification callbacks, specifically during
callbacks invoked from the TS_SSL_VERIFY_SERVER_HOOK and TS_SSL_VERIFY_CLIENT_HOOK.
Name
TSVConnSslVerifyCTXGet - TSVConnSslVerifyCTXGet API function
Synopsis
#include <ts/ts.h>
TSSslVerifyCTXTSVConnSslVerifyCTXGet(TSVConnsvc)Types
typeTSSslVerifyCTX
The SSL object that corresponds to the peer certificates being verified. This is an opaque type
that can be cast to the appropriate implementation type (:code X509_STORE_CTX* for the OpenSSL
library).
