Re: [TLS] TLS 1.3 ServerConfiguration

2015-12-07 Thread Eric Rescorla
On Mon, Dec 7, 2015 at 3:09 AM, Ilari Liusvaara wrote: > This came up while writing serializers/deserializers for various TLS > 1.2 and 1.3 stuff... Didn't see issues/pull requests for any of > these... > > 1) ServerConfiguration has field early_data_type, which is of type > EarlyDataType. I don'

[TLS] TLS 1.3 ServerConfiguration

2015-12-07 Thread Ilari Liusvaara
This came up while writing serializers/deserializers for various TLS 1.2 and 1.3 stuff... Didn't see issues/pull requests for any of these... 1) ServerConfiguration has field early_data_type, which is of type EarlyDataType. I don't see definition of that type anywhere. I guess it was missed when t