Re: Make finding openssl program a configure or meson option

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Make finding openssl program a configure or meson option
Дата
Msg-id Y09pnCNN7Z6LGGLa@paquier.xyz
обсуждение исходный текст
Ответ на Re: Make finding openssl program a configure or meson option  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: Make finding openssl program a configure or meson option  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
On Tue, Oct 18, 2022 at 06:46:53PM +0200, Peter Eisentraut wrote:
> On 12.10.22 03:08, Michael Paquier wrote:
>> openssl-env allows the use of the environment variable of the same
>> name.  This reminds me a bit of the recent interferences with GZIP,
>> for example.
>
> Okay, I see what you meant here now.  openssl-env is the man page describing
> environment variables used by OpenSSL.

Yeah, sorry.  That's what I was referring to.

> I don't see any conflicts with what is being proposed here.

Its meaning is the same in the context of the OpenSSL code.  LibreSSL
has nothing of the kind.

> Added.  New patch attached.

Looks fine as a whole, except for one nit.

src/test/ssl/t/001_ssltests.pl: warn 'couldn\'t run `openssl x509` to get client cert serialno';
Perhaps this warning should mentioned $ENV{OPENSSL} instead?
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Mingw task for Cirrus CI