First of all, BIOs by themselves are not blocking or non-blocking. It is the
underlying file descriptor that is blocking or non-blocking. Thus, u can
have a blocking BIO as well as a non-blocking BIO. I haven't used BIOs
myself, but I believe they are some kind of a wrapper on the SSL struct and
some other stuff.

Arun.

-----Original Message-----
From: Doris Diedrich <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, June 19, 2000 3:18 PM
Subject: BIO in ssltest


>Hi there,
>
>could you please tell me, what the BIO's are that are used in the ssltest?
>I understand they behave like non-blocking sockets, but are they
>'just' blocking sockets or something else?
>
>This is REALLY important to me as I absolutely need something to replace
>sockets to establish an ssl-connection.
>
>Please help!!!
>DD
>
>______________________________________________________________________
>OpenSSL Project                                 http://www.openssl.org
>Development Mailing List                       [EMAIL PROTECTED]
>Automated List Manager                           [EMAIL PROTECTED]
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to