Re: [PATCH] add ssl_protocols configuration option

From: Dag-Erling Smørgrav <des(at)des(dot)no>
To: Alex Shulgin <ash(at)commandprompt(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] add ssl_protocols configuration option
Date: 2014-11-21 08:15:36
Message-ID: 86y4r5rmtz.fsf@nine.des.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alex Shulgin <ash(at)commandprompt(dot)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(at)des(dot)no

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2014-11-21 08:53:06 Re: Functions used in index definitions shouldn't be changed
Previous Message Noah Misch 2014-11-21 08:12:14 Automatic PG_PRINTF_ATTRIBUTE