[njs] Fixed parsing semicolons.

2017-01-16 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/07dc20c1206d branches: changeset: 300:07dc20c1206d user: Igor Sysoev date: Mon Jan 16 14:51:29 2017 +0300 description: Fixed parsing semicolons. Found with AddressSanitizer. diffstat: njs/njs_parser.c | 26 ++ 1 files

[njs] Comprehensive test of "return" statement location.

2017-01-16 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/6cc16ad934a4 branches: changeset: 301:6cc16ad934a4 user: Igor Sysoev date: Mon Jan 16 17:32:10 2017 +0300 description: Comprehensive test of "return" statement location. Found with afl-fuzz. diffstat: njs/njs_parser.c | 22 +++

[njs] A scope has been added to literal nodes.

2017-01-16 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/5db6d7af16b4 branches: changeset: 302:5db6d7af16b4 user: Igor Sysoev date: Mon Jan 16 18:14:01 2017 +0300 description: A scope has been added to literal nodes. Found with afl-fuzz. diffstat: njs/njs_parser.c | 1 + 1 files changed, 1 insertio

RE: NGINx async SSL handshake

2017-01-16 Thread Vakul Garg
Hi Brian > For the engine response processing another alternative is to simply recall > the appropriate SSL_* API which will switch to the correct JOB context and > complete the crypto processing. IIUC, for this to work, the response from the accelerator corresponding to the paused job associa