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

  man pages->OpenBSD man pages -> SSL_get_wbio (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]

       SSL_get_rbio() and SSL_get_wbio() 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:

       NULL
           No BIO was connected to the SSL object

       Any other pointer
           The BIO linked to ssl.

SEE ALSO    [Toc]    [Back]

      
      
       SSL_set_bio(3), ssl(3) , bio(3)


OpenBSD 3.6                 2000-12-14                          1
[ 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