Re: [PATCH] add ssl_protocols configuration option - Mailing list pgsql-hackers

From Dag-Erling Smørgrav
Subject Re: [PATCH] add ssl_protocols configuration option
Date
Msg-id 86y4r5rmtz.fsf@nine.des.no
Whole thread Raw
In response to Re: [PATCH] add ssl_protocols configuration option  (Alex Shulgin <ash@commandprompt.com>)
Responses Re: [PATCH] add ssl_protocols configuration option  (Alex Shulgin <ash@commandprompt.com>)
List pgsql-hackers
Alex Shulgin <ash@commandprompt.com> writes:
> I can do that too, just need a hint where to look at in libpq/psql to
> add the option.

The place to *enforce* the option is src/interfaces/libpq/fe-secure.c
(look for SSLv23_method() and SSL_CTX_set_options()).  I haven't looked
into how to set it.

DES
--
Dag-Erling Smørgrav - des@des.no



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Automatic PG_PRINTF_ATTRIBUTE
Next
From: Albe Laurenz
Date:
Subject: Re: Functions used in index definitions shouldn't be changed