Looks like you've solved your problem. I just wanted to point out one
thing
though.

The ssl_bio is no side. Its ssl_read and ssl_write would produce plain
text
and encrypted text respectively. 
The sides that you talk about are actually the the 2 BIOs in the BIO
pair.
These act as buffers for ssl_read/write.

I hope this is not misleading.

Regards,
Amit.



David Schwartz wrote:

> [snip]
> >       I thought that this meant that 'ssl_bio' would be the
> > decrypted side and
> > 'bio_io' would be the encrypted side. However, I send encrypted data to
> > 'bio_io' and that exact same data (still encrypted) is
> > immediately received
> > through 'ssl_bio'.
> 
[snip]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to