Manual Pages for UNIX Darwin command on man SSL_get_verify_callback
MyWebUniversity

Manual Pages for UNIX Darwin command on man SSL_get_verify_callback

SSLCTXgetverifymode(3) OpenSSL SSLCTXgetverifymode(3)

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 limit

currently 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 currently

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




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™