Re: SSL cipher and version

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SSL cipher and version
Date: 2010-07-26 13:57:54
Message-ID: AANLkTimdzAMJSQQr10SDxBjFjjbqKPKqRfzwsj5u_DgT@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 26, 2010 at 2:49 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> Last week, I ran across a situation where I needed to know the SSL
> version and cipher in use for a particular database connection.
> Magnus pointed me to contrib/sslinfo, but that didn't have quite what
> I needed.  The attached patch adds two additional functions to
> contrib/sslinfo to report this information.
>
> Any objections to me committing this?

Might wanna fix this first:

+PG_FUNCTION_INFO_V1(ssl_veresion);
^^^^^^^^^^^^

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2010-07-26 14:31:50 Re: dynamically allocating chunks from shared memory
Previous Message Robert Haas 2010-07-26 13:49:02 SSL cipher and version