Hello,
>   is there any possibility of measuring network throughput using
> openssl tool. if so can u please give details
openssl is not very good tool to measure network throughput 
because transmitted data is encrypted which requires high
CPU usage. You may have situation when your PC/computer will not
be able to saturate network because of CPU bottleneck.
 
>   Also i need details about the transmittred handshake data amount..
Just use:
 $ openssl s_client -conenct ip:port -msg
to look how big handshake messages you have.

Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to