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:
@ -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>
|
||||
|
Reference in New Issue
Block a user