mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-22 22:38:05 +03:00
REALITY: Remove outdated QUIC limitation note
This commit is contained in:
@@ -353,8 +353,6 @@ SecP384r1MLKEM1024*
|
||||
|
||||
::: tip
|
||||
Reality 只是修改了TLS,客户端的实现只需要轻度修改完全随机的 session id 和自定义证书验证即可,理论上与大多数 TLS 组合完全兼容。
|
||||
|
||||
但这并不适用于 QUIC, 因为 Reality 需要修改的 session id 字段在几乎所有 TCP TLS 的实现上出于兼容目的全部是随机数,但是在 QUIC TLS 上该字段为 0 长度,没有修改的空间。
|
||||
:::
|
||||
|
||||
> `show` : true | false
|
||||
|
||||
@@ -347,8 +347,6 @@ For more information, please refer to the [REALITY Project](https://github.com/X
|
||||
|
||||
::: tip
|
||||
Reality only modifies TLS. Client implementation only requires slight modification of fully random session IDs and custom certificate verification, theoretically fully compatible with most TLS combinations.
|
||||
|
||||
However, this does not apply to QUIC, because the session ID field that Reality needs to modify is entirely random in almost all TCP TLS implementations for compatibility purposes, but in QUIC TLS, this field has 0 length, leaving no room for modification.
|
||||
:::
|
||||
|
||||
> `show` : true | false
|
||||
|
||||
@@ -362,8 +362,6 @@ SecP384r1MLKEM1024*
|
||||
|
||||
::: tip
|
||||
Reality лишь модифицирует TLS, и для реализации на стороне клиента достаточно незначительных изменений — полностью случайного session id и кастомной проверки сертификатов. Теоретически это полностью совместимо с большинством TLS-реализаций.
|
||||
|
||||
Однако это не работает с QUIC, так как поле session id, которое требуется изменить в Reality, в практически всех реализациях TCP TLS заполняется случайными значениями для совместимости, но в QUIC TLS это поле имеет нулевую длину и не может быть модифицировано.
|
||||
:::
|
||||
|
||||
> `show` : true | false
|
||||
|
||||
Reference in New Issue
Block a user