0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/extensions
Justin Chase 02c74fb709
feat(tls): Optionally support loading native certs (#11491)
This commit adds "DENO_TLS_CA_STORE" env variable to support 
optionally loading certificates from the users local certificate store. 
This will allow them to successfully connect via tls with corporate 
and self signed certs provided they have them installed in their keystore. 
It also allows them to deal with revoked certs by simply updating 
their keystore without having to upgrade Deno.

Currently supported values are "mozilla", "system" or empty value.
2021-08-07 14:49:38 +02:00
..
broadcast_channel chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00
console chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00
crypto chore: Upgrade RSA to 0.5.0 (#11589) 2021-08-06 10:10:50 +02:00
fetch feat(tls): Optionally support loading native certs (#11491) 2021-08-07 14:49:38 +02:00
ffi feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
http chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00
net feat(tls): Optionally support loading native certs (#11491) 2021-08-07 14:49:38 +02:00
timers chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00
tls feat(tls): Optionally support loading native certs (#11491) 2021-08-07 14:49:38 +02:00
url chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00
web chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00
webgpu chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00
webidl chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00
websocket feat(tls): Optionally support loading native certs (#11491) 2021-08-07 14:49:38 +02:00
webstorage chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00