systemtruststores / systemtruststores.github.io

Website
0 stars 0 forks source link

Language support: Javascript #8

Open chriskilding opened 2 years ago

chriskilding commented 2 years ago

Tracking the state of native TLS certificate verification in Javascript.

Interpreters to consider:

This also covers all other languages that transpile to JS, like Coffeescript and Typescript.

We don't need to consider JS running in the browser because the browser decides where to fetch TLS certificates from. Most of the time, the browsers consult the native OS trust store, or failing that their own certificate stores.