Re: [TLS] tls-flags: abort on malformed extension

2021-10-21 Thread Sean Turner
Yoav, Thanks for moving this along. spt > On Oct 20, 2021, at 16:11, Yoav Nir wrote: > > Hi. > > I updated the PR. If there are no further objections, I will commit and > submit a new version in time for the submission deadline. > > Yoav > > >> On 7 Oct 2021, at 21:37, Yoav Nir wrote: >

Re: [TLS] tls-flags: abort on malformed extension

2021-10-20 Thread Yoav Nir
Hi. I updated the PR. If there are no further objections, I will commit and submit a new version in time for the submission deadline. Yoav > On 7 Oct 2021, at 21:37, Yoav Nir wrote: > > Since I prefer to have the discussion in a single place, I’m copying below a > comment by David Benjamin

Re: [TLS] tls-flags: abort on malformed extension

2021-10-11 Thread Ilari Liusvaara
On Mon, Oct 11, 2021 at 01:12:14PM +0200, Hubert Kario wrote: > On Thursday, 7 October 2021 20:37:22 CEST, Yoav Nir wrote: > > > > OK, so now my response: > > > > I agree with the first and second comments. About the third, what I > > meant was that a supported flag that is supposed to appear onl

Re: [TLS] tls-flags: abort on malformed extension

2021-10-11 Thread Hubert Kario
On Thursday, 7 October 2021 20:37:22 CEST, Yoav Nir wrote: OK, so now my response: I agree with the first and second comments. About the third, what I meant was that a supported flag that is supposed to appear only in CH appears instead and CR, or more likely, a flag that should appear in EE

Re: [TLS] tls-flags: abort on malformed extension

2021-10-07 Thread Yoav Nir
Since I prefer to have the discussion in a single place, I’m copying below a comment by David Benjamin from GitHub: > On 28 Aug 2021, at 23:36, Yoav Nir wrote: > > Hi. > > To address Michael StJohns comment from 19-July, I submitted PR #12: > > https://github.com/tlswg/tls-flags/pull/12 >

Re: [TLS] tls-flags: abort on malformed extension

2021-09-02 Thread Rob Sayre
On Sat, Aug 28, 2021 at 1:37 PM Yoav Nir wrote: > The text provides a list (which I hope is comprehensive) of all the ways > this specific extension can be malformed. > The text says "Such invalid tls_flags extensions include: ..." While I don't oppose the edit, I don't understand why this WG

Re: [TLS] tls-flags: abort on malformed extension

2021-09-02 Thread Sean Turner
Seems pretty reasonable to me. spt > On Aug 28, 2021, at 16:36, Yoav Nir wrote: > > Hi. > > To address Michael StJohns comment from 19-July, I submitted PR #12: > > https://github.com/tlswg/tls-flags/pull/12 > > What is says is that any implementation receiving a malformed tls_flags > exten

[TLS] tls-flags: abort on malformed extension

2021-08-28 Thread Yoav Nir
Hi. To address Michael StJohns comment from 19-July, I submitted PR #12: https://github.com/tlswg/tls-flags/pull/12 What is says is that any implementation receiving a malformed tls_flags extensions should abort the handshake. The text provides a li