NGINx async SSL handshake

2016-11-18 Thread Vakul Garg
Hi I am a newbie to nginx. I am integrating a public key hardware accelerator in OpenSSL using engine interface. The engine is async capable. Recently openssl-1.1.0 has added support for ASYNC_JOB. IIUC, nginx would also require changes in order to do SSL handshake in async way. Any pointers w

[njs] More Math methods from ES6.

2016-11-18 Thread Valentin Bartenev
details: http://hg.nginx.org/njs/rev/4f4bda866d8e branches: changeset: 262:4f4bda866d8e user: Valentin Bartenev date: Fri Nov 18 17:25:25 2016 +0300 description: More Math methods from ES6. diffstat: njs/njs_math.c | 333 +++

[njs] Improved unit test for Math.exp(1).

2016-11-18 Thread Valentin Bartenev
details: http://hg.nginx.org/njs/rev/f06c2b48ff78 branches: changeset: 263:f06c2b48ff78 user: Valentin Bartenev date: Fri Nov 18 17:25:45 2016 +0300 description: Improved unit test for Math.exp(1). diffstat: njs/test/njs_unit_test.c | 2 +- 1 files changed, 1 insertions(+), 1 del