Re: [openssl-users] Multithreading: Global locks causing bottleneck in parallel SSL_write calls

2017-04-13 Thread Dipak Gaigole
  The OpenSSL PRNG story is currently not so great, yes.  But maybe you should try without FIPS, and also with a different cipher?  AES256-SHA is both CBC and SHA1, neither of which is really a current best practice.  -BenThanks Ben. I will try with disabling FIPS. Where can i find current best

[openssl-users] Application and TCP buffers with OpenSSL

2015-06-16 Thread Dipak Gaigole
Hello, I am writing a Client Server program. In order to achieve the Network Throughput I was playing around with the Application buffer size and TCP Buffer size (SO_SNDBUF/SO_RCVBUF) to find the best values for a specific client-server pair. I am transferring a file of size 748MB from Client to S