Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove legacy XTLS support #645

Merged
merged 2 commits into from
Jul 16, 2023
Merged

chore: Remove legacy XTLS support #645

merged 2 commits into from
Jul 16, 2023

Conversation

H1JK
Copy link
Collaborator

@H1JK H1JK commented Jul 2, 2023

Legacy XTLS protocols (xtls-rprx-origin, xtls-rprx-direct and xtls-rprx-splice) have been marked as deprecated and got removed in Xray-core v1.8.0+ few months earlier. We are also planning to remove this because the old XTLS protocols are based on a fork of Go crypto/tls standard library, which causes the duplicated compilation of TLS code and about 0.2MB of binary size and runtime memory.

Considering that there are still people using these deprecated protocols, we plan to delay merging this change, but would not later than the Go 1.21 release.

If you are a user of legacy XTLS protocols,

Please update your proxy server program as soon as possible and then switch to xtls-rprx-vision flow. xtls-rprx-vision is the newer version of XTLS protocol family, which has fixed some flow characteristics in its design. Note that legacy XTLS protocols are not compatible with XTLS Vision, you should update both client and server to use that flow.

@H1JK H1JK force-pushed the Alpha branch 2 times, most recently from 3bbee7f to 081e94c Compare July 14, 2023 14:28
@H1JK H1JK merged commit a82745f into Alpha Jul 16, 2023
@H1JK H1JK deleted the remove-legacy-xtls branch August 7, 2023 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant