Manual Pages for UNIX Darwin command on man SSL_set_bio
MyWebUniversity

Manual Pages for UNIX Darwin command on man SSL_set_bio

SSLsetbio(3) OpenSSL SSLsetbio(3)

NAME

SSLsetbio - connect the SSL object with a BIO

SYNOPSIS

#include

void SSLsetbio(SSL *ssl, BIO *rbio, BIO *wbio);

DESCRIPTION

SSLsetbio() connects the BIOs rrbbiioo and wwbbiioo for the read and write operations of the TLS/SSL (encrypted) side of ssssll. The SSL engine inherits the behaviour of rrbbiioo and wwbbiioo, respectively.

If a BIO is non-blocking, the ssssll will also have non-blocking

behaviour. If there was already a BIO connected to ssssll, BIOfree() will be called (for both the reading and writing side, if different).

RETURN VALUES

SSLsetbio() cannot fail.

SEE ALSO

SSLgetrbio(3), SSLconnect(3), SSLaccept(3), SSLshutdown(3), ssl(3), bio(3)

0.9.7l 2000-09-16 SSLsetbio(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™