[#SSL_CTX_get_verify_depth] = SSL_CTX_get_verify_depth :mrdocs: Return the maximum depth of certificate chain verification for an SSL context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_CTX_get_verify_depth(xref:SSL_CTX.adoc[SSL_CTX] const* ctx); ---- == Return Value Verify depth previously set with SSL_CTX_set_verify_depth() (0 means only the peer certificate). == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#