SSL_CTX_set_verify_depth

Sets the maxiumum depth for certificate chain verification

extern (C)
void
SSL_CTX_set_verify_depth

Parameters

ctx SSL_CTX*

the SSL context for which the depth should be set

depth int

The maximum depth to be allowed

Meta