bifurcation / mint

A Minimal TLS 1.3 Implementation in Go
MIT License
225 stars 36 forks source link

Make the SendSessionTicket configuration parameter actually work. #129

Closed ekr closed 7 years ago

ekr commented 7 years ago

Note that this is an API change in that the default in the configuration is for this value to be false. Thus, people who were previously relying on the default (broken) behavior for this configuration flag will not get session tickets. Alternately, we can remove this config flag and replace it with one that goes the other way.

ekr commented 7 years ago

Something is actually wrong with this. Do not merge.

ekr commented 7 years ago

Grr.... Problem in MINQ.