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

TLS13OnlyState has no field or method EcdheParams #2491

Closed
dylu6699 opened this issue Aug 26, 2023 · 2 comments
Closed

TLS13OnlyState has no field or method EcdheParams #2491

dylu6699 opened this issue Aug 26, 2023 · 2 comments

Comments

@dylu6699
Copy link

transport/internet/reality/reality.go:137:48: uConn.HandshakeState.State13.EcdheParams undefined (type "github.com/refraction-networking/utls".TLS13OnlyState has no field or method EcdheParams)

@RPRX
Copy link
Member

RPRX commented Aug 26, 2023

感谢报告,在报告前已经修复,查看 bcae554

需要注意的是 crypto/ecdh 是 Go 1.20 引入的,所以该 commit 后不再支持 Go 1.19 编译

@RPRX RPRX closed this as completed Aug 26, 2023
yuhan6665 pushed a commit that referenced this issue Aug 26, 2023
@RPRX
Copy link
Member

RPRX commented Aug 26, 2023

发现 bcae554 title 中路径少了一个 reality,force-push 加上了 2d5475f ,顺便链接到了这个 issue 作为说明

arm64v8a pushed a commit to MatsuriDayo/Xray-core that referenced this issue Aug 27, 2023
XTLS/Xray-core#2232 (comment)

Thank @cty123 for testing

Fixes XTLS/Xray-core#2232

BTW: Use `uConn.HandshakeContext(ctx)` in REALITY

fix(app/router): fixed a bug in geoip matching with refactoring (#2489)

* Refactor the IP address matching with netipx library
* Add a regression test for previous bug

Fixes XTLS/Xray-core#1933

---------

Co-authored-by: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>

fix(transport): correctly release UDS locker file (#2305)

* fix(transport): correctly release UDS locker file

* use callback function to do some jobs after create listener

Update transport/internet/reality/reality.go

Fixes XTLS/Xray-core#2491

Upgrade dependencies

Update workflows to use Go 1.21
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

No branches or pull requests

2 participants