Re: [PATCH 1 of 6] SSL: define NGX_SSL_VERIFY constants

2016-12-05 Thread Maxim Dounin
Hello! On Tue, Nov 29, 2016 at 05:08:04PM -0800, Piotr Sikora via nginx-devel wrote: > Hey Maxim, > > > How is that related to the commit in question? > > > > Please note that I pinged you on 3 out of 6 commits, which I'm > > interested in getting in, regardless of ngx_ssl_verify_client() & > >

Re: [PATCH 1 of 6] SSL: define NGX_SSL_VERIFY constants

2016-11-29 Thread Piotr Sikora via nginx-devel
Hey Maxim, > How is that related to the commit in question? > > Please note that I pinged you on 3 out of 6 commits, which I'm > interested in getting in, regardless of ngx_ssl_verify_client() & > friends. Ping. Best regards, Piotr Sikora ___ nginx-de

Re: [PATCH 1 of 6] SSL: define NGX_SSL_VERIFY constants

2016-10-18 Thread Piotr Sikora
Hey Maxim, > You may want to take a look at this message: > > http://mailman.nginx.org/pipermail/nginx-devel/2016-September/008757.html How is that related to the commit in question? Please note that I pinged you on 3 out of 6 commits, which I'm interested in getting in, regardless of ngx_ssl_ve

Re: [PATCH 1 of 6] SSL: define NGX_SSL_VERIFY constants

2016-10-18 Thread Maxim Dounin
Hello! On Tue, Oct 18, 2016 at 01:58:01PM -0700, Piotr Sikora wrote: > Hey, > > > # HG changeset patch > > # User Piotr Sikora > > # Date 1471428975 25200 > > # Wed Aug 17 03:16:15 2016 -0700 > > # Node ID 653b04653271346c63ab5f3daced807228eed5ac > > # Parent c131f20c9562387f94a268440594c

Re: [PATCH 1 of 6] SSL: define NGX_SSL_VERIFY constants

2016-10-18 Thread Piotr Sikora
Hey, > # HG changeset patch > # User Piotr Sikora > # Date 1471428975 25200 > # Wed Aug 17 03:16:15 2016 -0700 > # Node ID 653b04653271346c63ab5f3daced807228eed5ac > # Parent c131f20c9562387f94a268440594c288725d3ba8 > SSL: define NGX_SSL_VERIFY constants. > > No binary changes. > > Signed-o

[PATCH 1 of 6] SSL: define NGX_SSL_VERIFY constants

2016-08-17 Thread Piotr Sikora
# HG changeset patch # User Piotr Sikora # Date 1471428975 25200 # Wed Aug 17 03:16:15 2016 -0700 # Node ID 653b04653271346c63ab5f3daced807228eed5ac # Parent c131f20c9562387f94a268440594c288725d3ba8 SSL: define NGX_SSL_VERIFY constants. No binary changes. Signed-off-by: Piotr Sikora diff