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

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

SSL_get_rbio(3)

Contents


NAME    [Toc]    [Back]

       SSL_get_rbio - Get BIO linked to an SSL object

SYNOPSIS    [Toc]    [Back]

       #include <openssl/ssl.h>

       BIO *SSL_get_rbio(
               SSL *ssl ); BIO *SSL_get_wbio(
               SSL *ssl );

DESCRIPTION    [Toc]    [Back]

       The  SSL_get_rbio()  and  SSL_get_wbio()  functions return
       pointers to the BIOs for the read or  the  write  channel,
       which  can be different. The reference count of the BIO is
       not incremented.

RETURN VALUES    [Toc]    [Back]

       The following return values can occur:  No  BIO  was  connected
 to the SSL object The BIO linked to ssl.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: SSL_set_bio(3), ssl(3) , bio(3)



                                                  SSL_get_rbio(3)
[ Back ]
 Similar pages
Name OS Title
SSL_get_fd NetBSD get file descriptor linked to an SSL object
SSL_get_rfd OpenBSD get file descriptor linked to an SSL object
SSL_get_wfd OpenBSD get file descriptor linked to an SSL object
SSL_get_fd OpenBSD get file descriptor linked to an SSL object
SSL_get_fd Tru64 Get file descriptor linked to an SSL object
STAILQ_HEAD FreeBSD implementations of singly-linked
STAILQ_INIT FreeBSD implementations of singly-linked
STAILQ_HEAD_INITIALIZER FreeBSD implementations of singly-linked
STAILQ_INSERT_AFTER FreeBSD implementations of singly-linked
STAILQ_INSERT_HEAD FreeBSD implementations of singly-linked
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service