index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit_node
/
tls_test.ts
Age
Commit message (
Expand
)
Author
2024-10-29
Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)
Yoshiya Hinosawa
2024-10-23
fix(node:tls): set TLSSocket.alpnProtocol for client connections (#26476)
Satya Rohith
2024-10-16
fix(ext/node): fix dns.lookup result ordering (#26264)
Yoshiya Hinosawa
2024-09-27
BREAKING(ext/net): improved error code accuracy (#25383)
Luca Casonato
2024-09-18
feat(ext/node): add rootCertificates to node:tls (#25707)
Luca Casonato
2024-09-11
fix(ext/node): avoid showing `UNKNOWN` error from TCP handle (#25550)
Yoshiya Hinosawa
2024-09-10
BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}...
Asher Gomez
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-07-24
fix(ext/node/net): emit `error` before `close` when connection is refused (#2...
Yoshiya Hinosawa
2024-04-18
fix(ext/node): Correctly send ALPN on node TLS connections (#23434)
Matt Mastracci
2024-02-13
chore: use `@std` import instead of `@test_util/std` (#22398)
Asher Gomez
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci