New functions for sslinfo extension

From: Воронин Дмитрий <carriingfate92(at)yandex(dot)ru>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: New functions for sslinfo extension
Date: 2014-04-20 18:02:25
Message-ID: 3460991398016945@web29h.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

<div><div>Hello,</div><div> </div><div>I make an a patch, which adds 4 functions to sslinfo extension module:</div><div><div>1) ssl_get_count_of_extensions() --- get count of X509v3 extensions from client certificate;</div><div>2) ssl_get_extension_names() --- get short names of X509v3 extensions from client certificate;</div><div>3) ssl_get_extension_value(text) --- get value of extension from certificate (argument --- short name of extension);</div><div>4) ssl_is_critical_extension(text) --- returns true, if extension is critical and false, if is not (argument --- short name of extension).</div><div> </div></div><div>You can view some information of certificate's extensions via those functions.</div><div>I want, that my functions will be included in PostgreSQL release.</div><div> </div><div>What do you think about it?</div><div> </div><div>-- <br />Best regards, Dmitry Voronin</div></div><div> </div>

Attachment Content-Type Size
unknown_filename text/html 918 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-04-20 19:38:23 Re: Composite Datums containing toasted fields are a bad idea(?)
Previous Message Christian Ullrich 2014-04-20 18:00:16 Re: PostgreSQL in Windows console and Ctrl-C