Some internet celebrity protocols
Find a file
dependabot[bot] b054b90bee
Bump github.com/sagernet/sing from 0.2.9 to 0.2.12
Bumps [github.com/sagernet/sing](https://github.com/sagernet/sing) from 0.2.9 to 0.2.12.
- [Commits](https://github.com/sagernet/sing/compare/v0.2.9...v0.2.12)

---
updated-dependencies:
- dependency-name: github.com/sagernet/sing
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 21:35:28 +00:00
.github Init commit 2023-02-20 12:53:50 +08:00
tls Add TLS session id generator 2023-02-20 12:53:54 +08:00
tls_compact Add TLS session id generator 2023-02-20 12:53:54 +08:00
.gitignore Init commit 2023-02-20 12:53:50 +08:00
.golangci.yml Init commit 2023-02-20 12:53:50 +08:00
client.go Fix TLS12 support for v3 client 2023-05-31 10:58:05 +08:00
go.mod Bump github.com/sagernet/sing from 0.2.9 to 0.2.12 2023-10-02 21:35:28 +00:00
go.sum Bump github.com/sagernet/sing from 0.2.9 to 0.2.12 2023-10-02 21:35:28 +00:00
LICENSE Init commit 2023-02-20 12:53:50 +08:00
Makefile Update gci usage 2023-05-31 10:56:56 +08:00
README.md Add README 2023-02-20 13:51:43 +08:00
service.go Add deadline interface 2023-04-17 18:30:49 +08:00
tls.go Add client and service 2023-02-20 13:51:43 +08:00
tls_compact.go Add client and service 2023-02-20 13:51:43 +08:00
tls_wrapper.go Add client and service 2023-02-20 13:51:43 +08:00
v1_server.go Add client and service 2023-02-20 13:51:43 +08:00
v2_client.go Add client and service 2023-02-20 13:51:43 +08:00
v2_conn.go Remove stack buffer usage 2023-07-03 21:25:09 +08:00
v2_hash.go Add client and service 2023-02-20 13:51:43 +08:00
v2_server.go Add client and service 2023-02-20 13:51:43 +08:00
v3_client.go Fix TLS12 support for v3 client 2023-05-31 10:58:05 +08:00
v3_conn.go Remove stack buffer usage 2023-07-03 21:25:09 +08:00
v3_constrat.go Add client and service 2023-02-20 13:51:43 +08:00
v3_server.go Add multiple server names and multi-user 2023-02-21 16:13:57 +08:00

sing-shadowtls

Go implementation of https://github.com/ihciah/shadow-tls