1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00
denoland-deno/ext
Luca Casonato 0d7a417f33
feat(tls): custom in memory CA certificates (#12219)
This adds support for using in memory CA certificates for
`Deno.startTLS`, `Deno.connectTLS` and `Deno.createHttpClient`.

`certFile` is deprecated in `startTls` and `connectTls`, and removed
from `Deno.createHttpClient`.
2021-09-30 09:26:15 +02:00
..
broadcast_channel chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
console chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
crypto chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
fetch feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
ffi chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
http fix(ext/http): merge identical if/else branches (#12269) 2021-09-29 11:55:10 -07:00
net feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
timers chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
tls feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
url chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
web perf(web/Event): move last class field to constructor (#12265) 2021-09-29 20:50:25 +02:00
webgpu chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
webidl perf(webidl/DOMString): don't wrap string primitives (#12266) 2021-09-29 18:06:29 +02:00
websocket feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
webstorage chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00