yuhan6665
|
49f5025763
|
Record packet length with time
|
2025-06-22 23:59:42 -04:00 |
|
 MeowandRPRX
|
4fd34dd4eb
|
feat: Add rate limiting to fallback handling via token bucket (#12)
Co-authored-by: RPRX <63339210+RPRX@users.noreply.github.com>
|
2025-06-08 13:11:45 +00:00 |
|
RPRX
|
88910695ec
|
Use Chrome's fingerprint to trigger target's post-handshake records
https://github.com/XTLS/Xray-core/issues/4778#issuecomment-2952140234
|
2025-06-07 08:21:47 +00:00 |
|
yuhan6665
|
5052e9a93c
|
crypto/tls: use crypto/hkdf
For consistency, prefer crypto/hkdf over crypto/internal/fips140/hkdf.
Both should have the same behavior given the constrained use of HKDF
in TLS.
Change-Id: Ia982b9f7a6ea66537d748eb5ecae1ac1eade68a5
Reviewed-on: https://go-review.googlesource.com/c/go/+/658217
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
|
2025-05-10 23:30:06 -04:00 |
|
 yuhan6665andFilippo Valsorda
|
9cb8914b9f
|
crypto/tls: FIPS 140-3 mode
Consolidates handling of FIPS 140-3 considerations for the tls package.
Considerations specific to certificates are now handled in tls instead
of x509 to limit the area-of-effect of FIPS as much as possible.
Boringcrypto specific prefixes are renamed as appropriate.
For #69536
Co-authored-by: Filippo Valsorda <filippo@golang.org>
Change-Id: I1b1fef83c3599e4c9b98ad81db582ac93253030b
Reviewed-on: https://go-review.googlesource.com/c/go/+/629675
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
2025-05-04 23:10:11 -04:00 |
|
yuhan6665
|
e26ae23054
|
Update dependencies
|
2024-09-09 11:32:16 -04:00 |
|
yuhan6665
|
de1173cf2b
|
Update dependencies and readme
|
2023-11-12 12:13:32 -05:00 |
|
RPRX
|
870716f6af
|
Sync upstream Go 1.20
Excluding `boring` or test files
|
2023-11-12 12:08:30 -05:00 |
|
RPRX
|
5e6719eaf3
|
REALITY is REALITY now
Thank @yuhan6665 for testing
|
2023-02-09 11:59:09 +08:00 |
|
RPRX
|
fb7fc93023
|
Prepare for REALITY protocol
|
2023-01-29 14:32:27 +00:00 |
|