1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

contrib/sslinfo: add ssl_extension_info SRF

This new function provides information about SSL extensions present in
the X509 certificate used for the current connection.

Extension version updated to version 1.1.

Author: Дмитрий Воронин (Dmitry Voronin)
Reviewed by: Michael Paquier, Heikki Linnakangas, Álvaro Herrera
This commit is contained in:
Alvaro Herrera
2015-09-07 21:24:17 -03:00
parent 582fbffb0c
commit 49124613f1
6 changed files with 202 additions and 9 deletions

View File

@ -219,6 +219,21 @@ emailAddress
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<function>ssl_extension_info() returns setof record</function>
<indexterm>
<primary>ssl_extension_info</primary>
</indexterm>
</term>
<listitem>
<para>
Provide information about extensions of client certificate: extension name,
extension value, and if it is a critical extension.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>
@ -229,6 +244,10 @@ emailAddress
Victor Wagner <email>vitus@cryptocom.ru</email>, Cryptocom LTD
</para>
<para>
Dmitry Voronin <email>carriingfate92@yandex.ru</email>
</para>
<para>
E-Mail of Cryptocom OpenSSL development group:
<email>openssl@cryptocom.ru</email>