0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/cli/tests
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
..
integration fix(ext/http): include port number in h2 urls (#12181) 2021-09-26 20:26:16 +02:00
testdata fix(ext/http): include port number in h2 urls (#12181) 2021-09-26 20:26:16 +02:00
unit feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
integration_tests.rs chore: split up integration_tests.rs into separate files (#11131) 2021-06-27 13:27:36 -04:00