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
/
tls_test.ts
Age
Commit message (
Expand
)
Author
2024-09-27
BREAKING(ext/net): improved error code accuracy (#25383)
Luca Casonato
2024-09-12
test: remove `DENO_FUTURE` (#25587)
Asher Gomez
2024-09-10
BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}...
Asher Gomez
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-09-06
BREAKING(net): remove `Deno.{Conn,TlsConn,TcpConn,UnixConn}.prototype.rid` (#...
Asher Gomez
2024-09-05
feat(check): turn on useUnknownInCatchVariables (#25465)
David Sherret
2024-08-26
Reland "test: run unit tests with DENO_FUTURE=1" (#25212)
Bartek Iwańczuk
2024-08-15
Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060)
Bartek Iwańczuk
2024-08-14
test: run unit tests with DENO_FUTURE=1 (#24400)
Bartek Iwańczuk
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-04-18
feat(ext/net): extract TLS key and certificate from interfaces (#23327)
Bartek Iwańczuk
2024-04-11
Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23...
Bartek Iwańczuk
2024-04-09
refactor(ext/net): extract TLS key and certificate from interfaces (#23296)
Matt Mastracci
2024-04-08
feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)
Matt Mastracci
2024-04-08
fix(ext/tls): add support EC private key (#23261)
MAKS11060
2024-04-03
chore(tests): rewrite tls_test to avoid any hardcoded ports (#23191)
Matt Mastracci
2024-04-02
chore: update `std` submodule to 0.221.0 (#23112)
Asher Gomez
2024-02-18
feat: `Deno.ConnectTlsOptions.{cert,key}` (#22274)
Asher Gomez
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