Re: Using a stock openssl BIO

2021-07-21 Thread Andres Freund
Hi, On 2021-07-22 00:21:16 +0200, Daniel Gustafsson wrote: > > On 15 Jul 2021, at 04:17, Andres Freund wrote: > > > Thomas^WA bad person recently nerdsniped me (with the help of an accidental > > use > > of an SSL connection in a benchmark leading to poor results) into checking > > what > > wou

Re: Using a stock openssl BIO

2021-07-21 Thread Daniel Gustafsson
> On 15 Jul 2021, at 04:17, Andres Freund wrote: > Thomas^WA bad person recently nerdsniped me (with the help of an accidental > use > of an SSL connection in a benchmark leading to poor results) into checking > what > would be needed to benefit from SSL/TLS hardware acceleration (available wit

Re: Using a stock openssl BIO

2021-07-15 Thread Andres Freund
Hi, On 2021-07-15 13:59:26 -0400, Bruce Momjian wrote: > On Wed, Jul 14, 2021 at 07:17:47PM -0700, Andres Freund wrote: > > FWIW, I don't think hardware tls acceleration is a particularly crucial > > thing > > for now. Outside of backups it's rare to have the symmetric encryption part > > of > >

Re: Using a stock openssl BIO

2021-07-15 Thread Bruce Momjian
On Wed, Jul 14, 2021 at 07:17:47PM -0700, Andres Freund wrote: > FWIW, I don't think hardware tls acceleration is a particularly crucial thing > for now. Outside of backups it's rare to have the symmetric encryption part of > tls be the problem these days thanks, to the AES etc functions in most of

Using a stock openssl BIO

2021-07-14 Thread Andres Freund
Hi, Thomas^WA bad person recently nerdsniped me (with the help of an accidental use of an SSL connection in a benchmark leading to poor results) into checking what would be needed to benefit from SSL/TLS hardware acceleration (available with suitable hardware, OS support (linux and freebsd) and op