Re: [PATCH] SSL: Add ENGINE_init() calls before using engines.

2018-04-27 Thread Anderson Sasaki
Hello, > > > In my opinion it would be better to have nginx working with engines in > > > both scenarios. > > > And is not a problem to call ENGINE_init() from multiple places, since > > > the API takes care of this case. > > > > I'll check these statements in your next patch, but for now it > >

Re: [PATCH] SSL: Add ENGINE_init() calls before using engines.

2018-04-27 Thread Maxim Dounin
Hello! On Thu, Apr 26, 2018 at 07:31:37PM +, Пичулин Дмитрий Николаевич wrote: > > In my opinion it would be better to have nginx working with engines in both > > scenarios. > > And is not a problem to call ENGINE_init() from multiple places, since the > > API takes care of this case. > >

[njs] Fixed incorrect pointer check in njs_json_parse_string().

2018-04-27 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/809a919a2f5a branches: changeset: 513:809a919a2f5a user: Dmitry Volyntsev date: Fri Apr 27 14:19:45 2018 +0300 description: Fixed incorrect pointer check in njs_json_parse_string(). Found by Coverity (CID 1435161, 1435162). The