| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-30 | cleanup(ext/net): consistent op names (#12607) | Aaron O'Mullan | |
| 2021-10-26 | feat(ext/net): add TlsConn.handshake() (#12467) | Bert Belder | |
| A `handshake()` method was added that returns when the TLS handshake is complete. The `TlsListener` and `TlsConn` interfaces were added to accomodate this new method. Closes: #11759. | |||
| 2021-09-30 | feat(tls): custom in memory CA certificates (#12219) | Luca Casonato | |
| 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-08-11 | Rename extensions/ directory to ext/ (#11643) | Ryan Dahl | |
