On Sun, Sep 07, 2014 at 01:00:17PM +0530, Alok Sharma wrote:

>    I am writing one sample ssl based client server model which uses
> SSL_Read & SSL_Write API provided by openssl.

If you transfering each block of data as an RPC, with a round-trip
acknowledgement before sending the next block, and the blocks are
small enough, you're going to severely limit throughput.

In bulk data transfer applications that stream data, TLS typically
outperforms SSH, but a lot depends on the details.

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to