logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSVConnSslVerifyCTXGet - TSVConnSslVerifyCTXGet API function

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).

See Also