-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Conversation
@indutny Since @lutzbickhardt confirmed this doesn't fix the bug do we still want to add this build option? |
@trevnorris yeah, why not. I always wanted to be able to configure this. |
Cool. Then LGTM. |
Hi, repeated with 0.10.28 (without the --openssl... option) -> seg fault !!! repeated with 0.8.29-pre (without the --openssl... option) -> fine any ideas?? Cordialement Lutz BICKHARDT |
@lutzbickhardt I have no idea, does any other v0.10.x work for you? |
traced it back to: 0.9.10: ok 0.9.11: seg fault !!! Cordialement |
Bad news, this is probably a v8 upgrade:
|
Landed in 627c1a9, thank you! |
? what can we do? anyway the good news is that 0.10.32-pre with the --openssl-no-asm? option does not segfault on the raspi (just tested it) |
@lutzbickhardt I have no idea, because I don't have such computer at hand. In fact even without |
crypto.timingSafeEqual() has been added in v6.6.0 cf. nodejs#8304 This commit adds the metadata that will display "Added in: v6.6.0" and that can later be checked on https://nodejs.org/api/crypto.html#crypto_crypto_timingsafeequal_a_b PR-URL: nodejs/node#8796 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
crypto.timingSafeEqual() has been added in v6.6.0 cf. nodejs#8304 This commit adds the metadata that will display "Added in: v6.6.0" and that can later be checked on https://nodejs.org/api/crypto.html#crypto_crypto_timingsafeequal_a_b PR-URL: nodejs/node#8796 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
see #8062
cc @trevnorris