Re: generate cryptographically safe nonce value

2021-10-19 Thread Maxim Dounin
Hello! On Tue, Oct 19, 2021 at 04:24:27PM +0300, Sergey A. Osokin wrote: > Hi Muthu, > > On Tue, Oct 19, 2021 at 04:20:58AM -0400, muthualagappanchess wrote: > > > > Is there a way to generate cryptographically safe nonce value (random > > number) with standard ngnix installation without adding

njs-0.7.0

2021-10-19 Thread Dmitry Volyntsev
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release adds a bunch of long-awaited features. Notable new features: - async/await support: - HTTPS support in Fetch API: : async function content(r) { : let results = await Promise.all([ngx.fetch('https://ngin

Re: generate cryptographically safe nonce value

2021-10-19 Thread Sergey A. Osokin
Hi Muthu, On Tue, Oct 19, 2021 at 04:20:58AM -0400, muthualagappanchess wrote: > > Is there a way to generate cryptographically safe nonce value (random > number) with standard ngnix installation without adding any other module > dynamically? NGINX generates a unique request identifier, please v

generate cryptographically safe nonce value

2021-10-19 Thread muthualagappanchess
Hi Team, Is there a way to generate cryptographically safe nonce value (random number) with standard ngnix installation without adding any other module dynamically? Regards, Muthu. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292631,292631#msg-292631 __