project-everest / mitls-fstar

Verified implementation of TLS 1.3 in F*
https://www.mitls.org
Other
173 stars 16 forks source link

Fixes for FStarLang/FStar#1905 #244

Closed mtzguido closed 11 months ago

mtzguido commented 4 years ago

This PR fixes spurious uses of names, as described in FStarLang/FStar#1905. F* will reject these names with a syntax error once the fix is merged (waiting on this PR and one in Everparse).

mtzguido commented 4 years ago

Sorry, apparently I've missed some more, don't merge yet.

mtzguido commented 4 years ago

Should be good now. F* will actually warn instead of failing, so this PR removes the warnings.

mtzguido commented 11 months ago

This is pretty stale by now, and not a big deal.