[openssl-dev] [openssl.org #2650] major ssl read/ write performance improvement - updated

2016-06-12 Thread Rich Salz via RT
Sorry it took so long to look at this. The code has changed significantly since then, including making the structures opaque. Please open a new ticker (or GitHub pull request) against current sources if this is still an issue. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=2650

Re: [openssl.org #2650] major ssl read/ write performance improvement - updated

2011-12-11 Thread Ryan Brown
I'm getting more SSL timeouts when running apachebench with this patch enabled, http://www.pastie.org/3002992 __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: [openssl.org #2650] major ssl read/ write performance improvement - updated

2011-12-09 Thread Deng Michael
is involved. Regards, Michael - Original Message - From: Andrey Kulikov amde...@gmail.com To: openssl-dev@openssl.org Cc: Sent: Thursday, December 8, 2011 4:11 PM Subject: Re: [openssl.org #2650] major ssl read/ write performance improvement - updated Hello Michael, I have tested youe

Re: [openssl.org #2650] major ssl read/ write performance improvement - updated

2011-12-09 Thread Deng Michael
don't have a way of measuring if IO is involved. Regards, Michael - Original Message - From: Andrey Kulikov amde...@gmail.com To: openssl-dev@openssl.org Cc: Sent: Thursday, December 8, 2011 4:11 PM Subject: Re: [openssl.org #2650] major ssl read/ write performance improvement

Re: [openssl.org #2650] major ssl read/ write performance improvement - updated

2011-12-09 Thread Deng Michael
-dev@openssl.org openssl-dev@openssl.org Cc: Sent: Friday, December 9, 2011 5:34 PM Subject: Re: [openssl.org #2650] major ssl read/ write performance improvement - updated I forgot to mention when I tested it was a slightly different impl that contains couple other small optimizations

Re: [openssl.org #2650] major ssl read/ write performance improvement - updated

2011-12-08 Thread Andrey Kulikov
Hello Michael, I have tested youe patch. It is working stable at least with ccgost engine (and without any engine too, of cource). Thanks for contribution! Could you please describe, what was your test environmnet and test methodology? How did you measure that doubling read/write speed? What

[openssl.org #2650] major ssl read/ write performance improvement - updated

2011-12-05 Thread Deng Michael via RT
Hi,  I have changed the mac code which gives substantial improvement for both read and write (not handshake)  The saving is fairly major, on cpu with cryto acceleration, the change can more than double the overall ssl read /write speed for 1K record excluding OS IO time. this implies the

Re: [openssl.org #2650] major ssl read/ write performance improvement - updated

2011-12-05 Thread Fanboy
Got a patch for trunk also? On Mon, Dec 5, 2011 at 11:33 PM, Deng Michael via RT r...@openssl.org wrote: Hi,  I have changed the mac code which gives substantial improvement for both read and write (not handshake)  The saving is fairly major, on cpu with cryto acceleration, the change can