mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-07-25 19:34:14 +00:00
REALITY protocol: Add optional Post-Quantum ML-DSA-65 verification for cert's ExtraExtensions
4eaf7927f3
This commit is contained in:
parent
eed05549fc
commit
c9a3859495
9 changed files with 222 additions and 107 deletions
|
@ -27,6 +27,8 @@ func (c *Config) GetREALITYConfig() *reality.Config {
|
|||
MaxClientVer: c.MaxClientVer,
|
||||
MaxTimeDiff: time.Duration(c.MaxTimeDiff) * time.Millisecond,
|
||||
|
||||
Mldsa65Key: c.Mldsa65Key,
|
||||
|
||||
NextProtos: nil, // should be nil
|
||||
SessionTicketsDisabled: true,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue