From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | pgsql-hackers(at)postgresql(dot)org, Daniel Gustafsson <daniel(at)yesql(dot)se>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
Subject: | Re: Using a stock openssl BIO |
Date: | 2021-07-15 17:59:26 |
Message-ID: | 20210715175926.GA14027@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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 the
> common CPUs.
>
> I don't plan to work on this, but Thomas encouraged me to mention this on the
> list when I mention it to him.
So, I am aware of CPU AES acceleration and I assume PG uses that. It is
the public key certificate verification part of TLS that we don't use
hardware acceleration for, right?
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.
From | Date | Subject | |
---|---|---|---|
Next Message | John Naylor | 2021-07-15 18:12:43 | Re: speed up verifying UTF-8 |
Previous Message | David G. Johnston | 2021-07-15 17:10:45 | Re: pg_upgrade does not upgrade pg_stat_statements properly |