Re: TCP vs TLS performance (2048 RSA AES)

2020-09-27 Thread Jordan Brown
On 9/25/2020 12:17 PM, Amy Smith via openssl-users wrote: > I mmap the file which server will send (to eliminate disk performance). In general, this won't work.  In fact, it may make it *harder* to eliminate disk performance from a measurement. First, of course, mmap() isn't magic.  The data has

TCP vs TLS performance (2048 RSA AES)

2020-09-25 Thread Amy Smith via openssl-users
Hi,I have just started using openssl for my project. I'm building small server application using intel QAT engine.1)  I'm trying to find benchmark numbers for pure hardware based comparison between with or without QAT engine. I mmap the file which server will send (to eliminate disk performance)