golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.22k stars 17.7k forks source link

crypto/tls: reject TLS 1.3 empty NewSessionTicket messages #70513

Open FiloSottile opened 15 hours ago

FiloSottile commented 15 hours ago

We are currently failing the new SendEmptySessionTicket-TLS13 BoGo test. Harmless but worth fixing.