*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> SSL_CTX_ctrl (3)              
Title
Content
Arch
Section
 

SSL_CTX_ctrl(3)

Contents


NAME    [Toc]    [Back]

       SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl
 - internal handling functions for SSL_CTX and
       SSL objects

LIBRARY    [Toc]    [Back]

       libcrypto, -lcrypto

SYNOPSIS    [Toc]    [Back]

        #include <openssl/ssl.h>

        long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, char *parg);
        long SSL_CTX_callback_ctrl(SSL_CTX *, int cmd, void (*fp)());

        long SSL_ctrl(SSL *ssl, int cmd, long larg, char *parg);
        long SSL_callback_ctrl(SSL *, int cmd, void (*fp)());

DESCRIPTION    [Toc]    [Back]

       The SSL_*_ctrl() family of functions is used to manipulate
       settings of the SSL_CTX and SSL objects. Depending on the
       command cmd the arguments larg, parg, or fp are evaluated.
       These functions should never be called directly. All functionalities
 needed are made available via other functions
       or macros.

RETURN VALUES    [Toc]    [Back]

       The return values of the SSL*_ctrl() functions depend on
       the command supplied via the cmd parameter.

SEE ALSO    [Toc]    [Back]

      
      
       ssl(3)



2002-08-05                    0.9.6g              SSL_CTX_ctrl(3)
[ Back ]
 Similar pages
Name OS Title
sphfree IRIX free all internal sphere objects in the Sphere Library's internal cache
SSL_CTX_new NetBSD create a new SSL_CTX object as framework for TLS/SSL enabled functions
SSL_CTX_new OpenBSD create a new SSL_CTX object as framework for TLS/SSL enabled functions
SSL_CTX_new Tru64 Create a new SSL_CTX object as framework for TLS/SSL enabled functions
gss_canonicalize_name HP-UX convert an internal name to an internal mechanism name (MN) representation of an opaque internal name
gettext NetBSD message handling functions
unifunc FreeBSD message handling functions
ngettext NetBSD message handling functions
bind_textdomain_codeset NetBSD message handling functions
bindtextdomain NetBSD message handling functions
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service