mrisher / smtp-sts

SMTP Strict Transport Security
Apache License 2.0
35 stars 19 forks source link

Some feedback while implementing a verification tool #171

Closed aykevl closed 7 years ago

aykevl commented 7 years ago

I've written a small (possibly buggy) testing tool for MTA-STS: https://github.com/aykevl/mta-sts. While doing that, I found a few issues with the spec as it is. Some are things that I suspect are real issues or omissions, others may just be because I misunderstood some portion of the spec.

I've put this in a single issue so the issue list won't get flooded.

For the MTA-STS part:

And for the reporting side of the spec:

danmarg commented 7 years ago

Hey, thanks for the detailed feedback. A few comments:

Points 1-3: these are rectified in the KV_Version branch (which will become the master branch as soon as I do the merge ;) ).

Regarding the "numeric portion" bit, I have no idea what this refers to, either. Maybe @abrotman does.

All the rest is, I think, good actionable feedback. I'll try to address it all before the 08 draft.

aykevl commented 7 years ago

I have a few more comments, of which two possible security considerations. Should I add them here or post them on the uta mailing list?

danmarg commented 7 years ago

I would say editorial (of the nature above) are best tracked simply as issues, since they tend to be noncontroversial.

If they are more significant (as your Security Considerations may be), I would post on the UTA list so others can give feedback.

On Mon, Aug 14, 2017 at 7:03 PM Ayke notifications@github.com wrote:

I have a few more comments, of which two possible security considerations. Should I add them here or post them on the uta mailing list?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/mrisher/smtp-sts/issues/171#issuecomment-322247900, or mute the thread https://github.com/notifications/unsubscribe-auth/AB1vi3EwfvCzc7snotKgjBHpsjZnH-E4ks5sYH3zgaJpZM4Ozqsa .

danmarg commented 7 years ago

https://github.com/mrisher/smtp-sts/pull/180

danmarg commented 7 years ago

I think these were all addressed. Let me know if I missed anything.