Closed
Bug 1502555
Opened 7 years ago
Closed 6 years ago
http/2 opportunistic encryption is busted
Categories
(Core :: Networking: HTTP, enhancement, P3)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: u408661, Assigned: nwgh)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Way back in October 2016 (2 years ago!) the format of /.well-known/http-opportunistic changed (see https://github.com/httpwg/http-extensions/commit/90f2226cfbf44d62b6dad3c70a6aba3316799980), but we never changed our parser - it still expects the old format, and thus we'll never use opportunistic encryption.
For all we know, there were other oe changes that we missed. Let's update, and make it work appropriately.
Dragana, you said you know the H2 code a little. Can you take this? Or let me know if I should try to find someone else to work on it.
Assignee: u408661 → dd.mozilla
Comment 2•6 years ago
|
||
sure, I will take it.
Assignee | ||
Comment 3•6 years ago
|
||
I've got a patch sitting around for this. Just gotta get it rebased, and everything set up to push to Phabricator again, and I'll get it up for review.
Assignee: dd.mozilla → hurley
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Pushed by hurley@todesschaf.org:
https://hg.mozilla.org/integration/autoland/rev/b059958f18ed
Match oppsec .wk format to rfc. r=dragana
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•