deno/ext/websocket
Divy b5808041e0
feat: allow disable hostname verification in TLS (#30409)
Fixes https://github.com/denoland/deno/issues/28903
Closes https://github.com/denoland/deno/issues/26190

- Adds a new option `unsafelyDisableHostnameVerification` to
`Deno.connectTls` and `Deno.startTls` to ignore DNS name mismatch errors
from rustls server verifier.
- Disable hostname verification in Node.js TLSSocket if
`checkServerIdentity` is a no-op.

---------

Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
2025-08-23 10:37:57 +05:30
..
autobahn chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
01_websocket.js fix(ext/websocket): cancel in-flight handshake on close() (#28598) 2025-03-28 03:43:32 +00:00
02_websocketstream.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
Cargo.toml 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
lib.rs feat: allow disable hostname verification in TLS (#30409) 2025-08-23 10:37:57 +05:30
README.md
stream.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00

deno_websocket

This op crate implements the websocket functions of Deno.

Spec: https://html.spec.whatwg.org/multipage/web-sockets.html