0
0
mirror of https://github.com/XTLS/REALITY.git synced 2025-08-28 09:25:32 +00:00
THE NEXT FUTURE
Go to file
RPRX e814936a3d
Use for i, t := range types instead
Much easier for other people to understand the code.
2023-02-10 13:50:08 +08:00
alert.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
auth.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
cipher_suites.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
common_string.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
common.go REALITY is REALITY now 2023-02-09 11:59:09 +08:00
conn.go REALITY is REALITY now 2023-02-09 11:59:09 +08:00
generate_cert.go Package tls in Go 1.19.5 2023-01-29 14:31:01 +00:00
go.mod REALITY is REALITY now 2023-02-09 11:59:09 +08:00
go.sum REALITY is REALITY now 2023-02-09 11:59:09 +08:00
handshake_client_tls13.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
handshake_client.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
handshake_messages.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
handshake_server_tls13.go REALITY is REALITY now 2023-02-09 11:59:09 +08:00
handshake_server.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
key_agreement.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
key_schedule.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
LICENSE Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
LICENSE-Go Package tls in Go 1.19.5 2023-01-29 14:31:01 +00:00
notboring.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
prf.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
README.md REALITY is REALITY now 2023-02-09 11:59:09 +08:00
ticket.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
tls.go Use for i, t := range types instead 2023-02-10 13:50:08 +08:00

REALITY

THE NEXT FUTURE

Server side implementation of REALITY protocol, a fork of package tls in Go 1.19.5.
For client side, please follow https://github.com/XTLS/Xray-core/blob/main/transport/internet/reality/reality.go.

TODO List: TODO