| From: | Воронин Дмитрий <carriingfate92(at)yandex(dot)ru> |
|---|---|
| To: | PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: New functions |
| Date: | 2015-03-08 19:17:10 |
| Message-ID: | 6913381425842230@web5j.yandex.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Sorry, 3 functions.
08.03.2015, 22:16, "Dmitry Voronin" <carriingfate92(at)yandex(dot)ru>:
> Hello,
>
> I make an a patch, which adds 4 functions to sslinfo extension module:
> 1) ssl_extension_names() --- get short names of X509v3 extensions from client certificate and it's values; 2) ssl_extension_value(text) --- get value of extension from certificate (argument --- short name of extension); 3) ssl_extension_is_critical(text) --- returns true, if extension is critical and false, if is not (argument --- short name of extension). You can view some information of certificate's extensions via those functions. What do you think about it?
> --
> Best regards, Dmitry Voronin
>
> ,
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
--
Best regards, Dmitry Voronin
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2015-03-08 19:48:44 | Re: MD5 authentication needs help -SCRAM |
| Previous Message | Dmitry Voronin | 2015-03-08 19:14:27 | New functions |