NAME
SSLCTXgetverifymode, SSLgetverifymode, SSLCTXgetverifydepth, SSLgetverifydepth, SSLgetverifycallback,SSLCTXgetverifycallback - get currently set verification parameters
SYNOPSIS
#include
int SSLCTXgetverifymode(const SSLCTX *ctx); int SSLgetverifymode(const SSL *ssl); int SSLCTXgetverifydepth(const SSLCTX *ctx); int SSLgetverifydepth(const SSL *ssl); int (*SSLCTXgetverifycallback(const SSLCTX *ctx))(int, X509STORECTX *); int (*SSLgetverifycallback(const SSL *ssl))(int, X509STORECTX *);DESCRIPTION
SSLCTXgetverifymode() returns the verification mode currently set in ccttxx. SSLgetverifymode() returns the verification mode currently set in ssssll. SSLCTXgetverifydepth() returns the verification depth limitcurrently set in ccttxx. If no limit has been explicitly set, -1 is
returned and the default value will be used. SSLgetverifydepth() returns the verification depth limit currentlyset in ssssll. If no limit has been explicitly set, -1 is returned and the
default value will be used. SSLCTXgetverifycallback() returns a function pointer to the verification callback currently set in ccttxx. If no callback was explicitly set, the NULL pointer is returned and the default callback will be used. SSLgetverifycallback() returns a function pointer to the verification callback currently set in ssssll. If no callback was explicitly set, the NULL pointer is returned and the default callback will be used.RETURN VALUES
See DESCRIPTION
SEE ALSO
ssl(3), SSLCTXsetverify(3)0.9.7l 2005-03-30 SSLCTXgetverifymode(3)