New functions for sslinfo extension - Mailing list pgsql-hackers

From Воронин Дмитрий
Subject New functions for sslinfo extension
Date
Msg-id 1135491397673046@web9m.yandex.ru
Whole thread Raw
Responses Re: New functions for sslinfo extension  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
<div>Hello all, postgresmen!</div><div> </div><div>I want to present some functions to sslinfo extension
module:</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
nameof extension);</div><div>4) ssl_is_critical_extension(text) --- returns true, if extension is critical and false,
ifis not (argument --- short name of extension).</div><div> </div><div>I write those functions with libpq on
C.</div><div> </div><div>Iput code of module and sql-file for loading with this
letter.</div><div> </div><div> </div><div>Bestregards,</div><div>Dmitry Voronin</div><div> </div> 

pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: bgworker crashed or not?
Next
From: Alvaro Herrera
Date:
Subject: Re: bogus tsdict, tsparser, etc object identities