0
0
mirror of https://github.com/XTLS/REALITY.git synced 2025-08-22 22:48:36 +00:00
THE NEXT FUTURE
Go to file
RPRX 02fa0dd5f6
Combine check and its for
They were seven different parts at the beginning. Finally, they become one.
2023-02-09 19:57:16 +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 Combine check and its for 2023-02-09 19:57:16 +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