SSL cipher and version

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: SSL cipher and version
Date: 2010-07-26 13:49:02
Message-ID: AANLkTimr2vz2PL91dStDHbzj7muNs82-iTEbe3c7nuzX@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

Attachment Content-Type Size
ssl_cipher_and_version.patch application/octet-stream 3.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2010-07-26 13:57:54 Re: SSL cipher and version
Previous Message Kevin Grittner 2010-07-26 13:41:17 Re: psql \timing output supressed in quiet mode