Review:Patch: SSL: prefer server cipher order

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: Marko Kreen <markokr(at)gmail(dot)com>
Subject: Review:Patch: SSL: prefer server cipher order
Date: 2013-11-15 19:16:25
Message-ID: 52867309.7010802@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

First review of the above patch as listed in current CommitFest as well
as subsequent ECDH patch in the thread below:

http://www.postgresql.org/message-id/1383782378-7342-1-git-send-email-markokr@gmail.com

Platform OpenSuse 12.2

Both patches applied cleanly.

Configured:

./configure --with-python --with-openssl
--prefix=/home/aklaver/pgsqlTest --with-pgport=5462 --enable-cassert

make and make check ran without error.

The description of the GUCs show up in the documentation but I am not
seeing the GUCs themselves in postgresql.conf, so I could test no
further. It is entirely possible I am missing a step and would
appreciate enlightenment.

The general premise seems sound, allowing the DBA control over the type
of cipher of used.

Thanks,
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2013-11-15 19:18:19 Re: GIN improvements part2: fast scan
Previous Message Simon Riggs 2013-11-15 19:00:00 Re: Sequence Access Method WIP