Re: Avoiding useless SHA256 initialization with backup manifests, breaking base backups with FIPS - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Avoiding useless SHA256 initialization with backup manifests, breaking base backups with FIPS
Date
Msg-id 20201112020014.GC1871@paquier.xyz
Whole thread Raw
In response to Avoiding useless SHA256 initialization with backup manifests, breaking base backups with FIPS  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Tue, Nov 10, 2020 at 11:00:14AM +0900, Michael Paquier wrote:
> Attached is a patch that I would like to back-patch down to v13 to
> avoid this useless initialization, giving users the possibility to
> take base backups with FIPS when not using a backup manifest.  Without
> the solution in the first paragraph, you cannot make use of backup
> manifests at all with OpenSSL+FIPS (one can still enforce the use of
> the in-core SHA2 implementation even if building with OpenSSL), but at
> least it gives an escape route with 13.

Okay.  Hearing nothing, I have applied that.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: torikoshia
Date:
Subject: Re: Is it useful to record whether plans are generic or custom?
Next
From: "tsunakawa.takay@fujitsu.com"
Date:
Subject: RE: POC: postgres_fdw insert batching