[nginx] Version bump.

2017-01-10 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/0a268ae349ab branches: changeset: 6866:0a268ae349ab user: Ruslan Ermilov date: Tue Jan 10 17:13:01 2017 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines):

[nginx] Year 2017.

2017-01-10 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/8c4d07ef08f5 branches: changeset: 6867:8c4d07ef08f5 user: Ruslan Ermilov date: Tue Jan 10 17:13:06 2017 +0300 description: Year 2017. diffstat: docs/text/LICENSE | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (12 lines):

How to contribute fix for checking x509 extended key attrs to nginx?

2017-01-10 Thread Ethan Rahn via nginx-devel
Hello, I noticed that nginx does not check x509v3 certificates ( in event/ngx_event_openssl.c::ngx_ssl_get_client_verify as an example ) to see that the optional extended key usage settings are correct. I have a patch for this that I would like to contribute, but I'm unable to find contribution gu

Re: How to contribute fix for checking x509 extended key attrs to nginx?

2017-01-10 Thread Alexey Ivanov
On Jan 10, 2017, at 3:41 PM, Ethan Rahn via nginx-devel wrote: > > Hello, > > I noticed that nginx does not check x509v3 certificates ( in > event/ngx_event_openssl.c::ngx_ssl_get_client_verify as an example ) to see > that the optional extended key usage settings are correct. I have a patch