enabling null cipher

2020-08-26 Thread vishwas k.n.
Hello All, Could someone please let me know what is the right way to enable null-ciphers in openssl. I want to do some performance evaluations with openssl and as a part of the exercise, want to tabulate performance with null encryption ciphers too. Want to get this working with openssl s_server

Re: [openssl-users] SSL_sendfile

2019-01-10 Thread vishwas k.n.
Thanks for the quick and detailed response Matt. Much appreciated. -vishwas. On Thu, Jan 10, 2019 at 8:21 PM Matt Caswell wrote: > > > On 10/01/2019 11:49, vishwas k.n. wrote: > > Hello All, > > > > I had a question regarding supporting sendfile with OpenSSL. Is

[openssl-users] SSL_sendfile

2019-01-10 Thread vishwas k.n.
Hello All, I had a question regarding supporting sendfile with OpenSSL. Is there a branch which supports SSL version of the sendfile() ?. I wasnt able to locate it in master branch. If yes, could you please point me to it ?. If no, could you please let me know the reason behind not having it in Op