REALITY protocol: Add optional Post-Quantum ML-DSA-65 verification for cert's ExtraExtensions (#4915)

00881f6740
This commit is contained in:
RPRX
2025-07-23 02:29:11 +00:00
committed by GitHub
parent eed05549fc
commit 446315cf1f
10 changed files with 239 additions and 119 deletions

View File

@@ -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,