Backend SSL configuration enhancement

From: "Victor B(dot) Wagner" <vitus(at)cryptocom(dot)ru>
To: pgsql-patches(at)postgresql(dot)org
Subject: Backend SSL configuration enhancement
Date: 2006-08-30 12:28:59
Message-ID: 20060830122859.GA29947@cryptocom.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

This patch adds two new configuration diretives to postgresql.conf file

1. ssl_ciphers - allows server administrator to specify set of SSL
ciphersuites which can be used by clients to connect the server.

2. ssl_engine - allows to specify loadable crypto engin (i.e. hardware
crypto accelerator support) to use.

Attachment Content-Type Size
server-ssl-enhancement.patch text/plain 8.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Glaesemann 2006-08-30 13:20:58 Re: [HACKERS] Interval aggregate regression failure (expected seems
Previous Message Chris Mair 2006-08-30 09:40:20 Re: [HACKERS] updated patch for selecting large results

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Glaesemann 2006-08-30 13:20:58 Re: [HACKERS] Interval aggregate regression failure (expected seems
Previous Message Chris Mair 2006-08-30 09:40:20 Re: [HACKERS] updated patch for selecting large results