<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 26 mai 2022 à 19:23, Sebastian Andrzej Siewior <<a href="mailto:sebastian@breakpoint.cc">sebastian@breakpoint.cc</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2022-05-26 13:49:13 [+0200], Jérémy Lal wrote:<br>
> Thanks for the feedback.<br>
np.<br>
<br>
> Indeed, the latest nodejs version (18.x) embeds an updated openssl.cnf,<br>
> which is exactly the one<br>
> of the openssl debian package, without the [ssl_sect] part at the end.<br>
> <br>
> Why this fails only on mipsel is a mystery to me, maybe some race condition<br>
> when initializing openssl,<br>
> but this is not a bug.<br>
<br>
me, too. If there is anything you want me to look at, just yell. For now<br>
I consider this handled.</blockquote><div><br></div><div><br></div><div>This succeeds:<br></div><div>./node test/parallel/test-crypto-key-objects.js<br></div><div><br></div><div>This fails only on mipsel (tested on eller porterbox)</div><div>OPENSSL_CONF=/etc/ssl/openssl.cnf ./node test/parallel/test-crypto-key-objects.js</div><div><br></div><div>I suppose the problem comes from openssl:</div><div>- nodejs code calling OPENSSL_init_ssl doesn't depend on mips</div><div>- nodejs runs on other "slow" architectures, if it was a race condition we would see it there sometimes.</div><div><br></div><div>Jérémy</div><div><br></div></div></div>