OpeSSL - PostgreSQL

From: chiru r <chirupg(at)gmail(dot)com>
To: Forums postgresql <pgsql-general(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: OpeSSL - PostgreSQL
Date: 2017-11-09 21:59:10
Message-ID: CA+RSxMiwcuwKU-TeXLKK8F2=GvufV+YPMvoGfY3Ck+ue45uXCw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi All,

I am using PostgreSQL version *9.5.7* on Red hat enterprise Linux *7.2.*

*OpenSSL version : * OpenSSL 1.0.1e-fips 11 Feb 2013.

I have a requirement to enable the SSL in my environment with specific
cipher suites,we want to restrict weak cipher suites from open SSL default
list.

We have list of cipher suites, which are authorized to use in my
environment.So the Client Applications use one of authorized cipher suites
while configuring application server.

Is it require to install different version of OpenSSL software instead of
default OpenSSL on Linux ?.

How to configure the PostgreSQL to allow specif cipher suites from
different client applications?

Thanks,
Chiru

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2017-11-09 22:06:24 Re: OpeSSL - PostgreSQL
Previous Message Poul Kristensen 2017-11-09 18:45:35 Re: Postgresql and github

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2017-11-09 22:02:13 different content of pg_depend after pg_upgrade
Previous Message Robert Haas 2017-11-09 20:15:52 Re: Simplify ACL handling for large objects and removal of superuser() checks