Possible data race when `worker_threads` are active? https://github.com/nodejs/node/blob/1287530385137dda1d44975063217ccf90759475/src/crypto/crypto_context.cc#L749-L751 `root_cert_store` is a `static X509_STORE*` that is assigned to (and read from) without any kind of synchronization, AFAICT.