Re: [HACKERS] New functions in sslinfo module

2014-07-18 Thread Michael Paquier
On Fri, Jul 18, 2014 at 3:12 PM, Воронин Дмитрий wrote: > I make a new version of patch. I corrected your notes for my previous > version of patch. Could you test it? Thank you. I just had a look at the new version of this patch, and this is lacking a couple of things. First, this patch has been

Re: [HACKERS] New functions in sslinfo module

2014-07-17 Thread Воронин Дмитрий
Hello, Andreas and others!I make a new version of patch. I corrected your notes for my previous version of patch. Could you test it? Thank you.03.07.2014, 01:54, "Andreas Karlsson" : On 07/02/2014 02:17 PM, Воронин Дмитрий wrote:  I apologize, that I am writing this message today

Re: [HACKERS] New functions in sslinfo module

2014-07-02 Thread Andreas Karlsson
On 07/02/2014 02:17 PM, Воронин Дмитрий wrote: I apologize, that I am writing this message today. Thank you for testing my patch! You are welcome! I will modify functions ssl_extensions(), that it returns a set (key, value). Could you get me an example of code those function? You can look a

Re: [HACKERS] New functions in sslinfo module

2014-07-02 Thread Michael Paquier
On Wed, Jul 2, 2014 at 9:19 PM, Воронин Дмитрий wrote: > > Oh, how can I write a documentation for my functions? You will need to edit the sgml documentation and to include the diffs in your patch. Hence in your case simply list the new functions and a description of what they do in doc/src/sgml/

Re: [HACKERS] New functions in sslinfo module

2014-07-02 Thread Воронин Дмитрий
Oh, how can I write a documentation for my functions? 02.07.2014, 16:17, "Воронин Дмитрий" : > 24.06.2014, 00:07, "Andreas Karlsson" : >>  On 04/21/2014 07:51 AM, Воронин Дмитрий wrote: >>>   I put patch generated on git diffs to this letter. I make an a thread in >>>   postgresql commit fest: >>>

Re: [HACKERS] New functions in sslinfo module

2014-07-02 Thread Воронин Дмитрий
24.06.2014, 00:07, "Andreas Karlsson" : On 04/21/2014 07:51 AM, Воронин Дмитрий wrote:  I put patch generated on git diffs to this letter. I make an a thread in  postgresql commit fest:  https://commitfest.postgresql.org/action/patch_view?id=1438 Thanks for the patch, it seems li

Re: [HACKERS] New functions in sslinfo module

2014-06-23 Thread Andreas Karlsson
On 04/21/2014 07:51 AM, Воронин Дмитрий wrote: I put patch generated on git diffs to this letter. I make an a thread in postgresql commit fest: https://commitfest.postgresql.org/action/patch_view?id=1438 Thanks for the patch, it seems like a useful feature. === General === - Applies cleanly t

Re: [HACKERS] New functions in sslinfo module

2014-04-20 Thread Michael Paquier
On Mon, Apr 21, 2014 at 2:51 PM, Воронин Дмитрий wrote: > I put patch generated on git diffs to this letter. I make an a thread in > postgresql commit fest: > https://commitfest.postgresql.org/action/patch_view?id=1438 > Thanks! -- Michael

Re: [HACKERS] New functions in sslinfo module

2014-04-20 Thread Воронин Дмитрий
I put patch generated on git diffs to this letter. I make an a thread in postgresql commit fest: https://commitfest.postgresql.org/action/patch_view?id=1438 21.04.2014, 09:12, "Michael Paquier" :On Mon, Apr 21, 2014 at 1:48 PM, Воронин Дмитрий wrote:> Hello,>  > I make an

Re: [HACKERS] New functions in sslinfo module

2014-04-20 Thread Michael Paquier
On Mon, Apr 21, 2014 at 1:48 PM, Воронин Дмитрий wrote: > Hello, > > I make an a patch, which adds 4 functions to sslinfo extension module: > 1) ssl_get_count_of_extensions() --- get count of X509v3 extensions from > client certificate; > 2) ssl_get_extension_names() --- get short names of X509v3

[HACKERS] New functions in sslinfo module

2014-04-20 Thread Воронин Дмитрий
Hello, I make an a patch, which adds 4 functions to sslinfo extension module:1) ssl_get_count_of_extensions() --- get count of X509v3 extensions from client certificate;2) ssl_get_extension_names() --- get short names of X509v3 extensions from client certificate;3) ssl_get_extension_value(text) ---