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

  man pages->Tru64 Unix man pages -> SSL_CTX_callback_ctrl (3)              
Title
Content
Arch
Section
 

SSL_CTX_ctrl(3)

Contents


NAME    [Toc]    [Back]

       SSL_CTX_ctrl,  SSL_CTX_callback_ctrl  -  Internal handling
       functions for SSL_CTX and SSL objects

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 *,
               int cmd,
               void (*fp)() ); long SSL_ctrl(
               SSL_CTX *ctx,
               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 cmd parameter, 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_CTX_ctrl() functions depend
       on the type of command supplied via the cmd parameter.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: ssl(3), SSL_ctrl(3), SSL_callback_ctrl(3)



                                                  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