Hi,
   Thanks a lot. I have seen your sources and ssltest.c and have picked
up a few pointers from there.
   There are some general doubts in my mind though.
   Firstly , can  WANT_READ/WRITE be issued during data tranfer or
only during handshake ?
    A related question is does SSL_read/write do en(de)cryption in fixed
size chunks ? Like lets say I give 100 bytes to SSL_write to encrypt.
Can it issue WANT_WRITE because it expects say 125 byte chunks ?
In another scenario, if it expects 125 byte chunks and I give SSL_write
200 bytes, what does SSL_write return?  Or padding takes care of this
and it never matter now many bytes are given to SSL_write?

I know these are a lot of questions, but the asnwers are kinda critical
to my understanding of OpenSSL.

Thank You,
Amit.



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

Reply via email to