0
0
mirror of https://github.com/XTLS/REALITY.git synced 2025-08-22 14:38:35 +00:00
THE NEXT FUTURE
Go to file
2023-01-29 14:32:27 +00: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 Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
conn.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
generate_cert.go Package tls in Go 1.19.5 2023-01-29 14:31:01 +00:00
go.mod Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
go.sum Prepare for REALITY protocol 2023-01-29 14:32:27 +00: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 Prepare for REALITY protocol 2023-01-29 14:32:27 +00: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 Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
ticket.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00:00
tls.go Prepare for REALITY protocol 2023-01-29 14:32:27 +00: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.