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

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

SSL_new(3)

Contents


NAME    [Toc]    [Back]

       SSL_new - create a new SSL structure for a connection

LIBRARY    [Toc]    [Back]

       libcrypto, -lcrypto

SYNOPSIS    [Toc]    [Back]

        #include <openssl/ssl.h>

        SSL *SSL_new(SSL_CTX *ctx);

DESCRIPTION    [Toc]    [Back]

       SSL_new() creates a new SSL structure which is needed to
       hold the data for a TLS/SSL connection. The new structure
       inherits the settings of the underlying context ctx: connection
 method (SSLv2/v3/TLSv1), options, verification
       settings, timeout settings.

RETURN VALUES    [Toc]    [Back]

       The following return values can occur:

       NULL
           The creation of a new SSL structure failed. Check the
           error stack to find out the reason.

       Pointer to an SSL structure
           The return value points to an allocated SSL structure.

SEE ALSO    [Toc]    [Back]

      
      
       SSL_free(3), SSL_clear(3), SSL_CTX_set_options(3),
       SSL_get_SSL_CTX(3), ssl(3)



2002-06-10                    0.9.6g                   SSL_new(3)
[ Back ]
 Similar pages
Name OS Title
DSA_dup_DH OpenBSD create a DH structure out of DSA structure
DSA_dup_DH NetBSD create a DH structure out of DSA structure
DSA_dup_DH Tru64 Create a DH structure out of DSA structure
vm_map_create FreeBSD create a new vm_map structure
SSL_SESSION_new Tru64 Create a new SSL_SESSION structure
ncplogin FreeBSD create permanent connection to a NetWare server
AFnewfilesetup IRIX create and initialize an AFfilesetup structure
inet_pton Linux Create a network address structure
alNewEvent IRIX create and initialize an audio ALevent structure
alNewConfig IRIX create and initialize an audio ALconfig structure
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service