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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,