Congrats to H2 for IESG approval!
(Slides) - Justin Richer
Justin Richer [JR] running us through the slides.
On Crypto Updates slide. Martin Thomson [MT] says: raw encoding fine with r||s
. On non-determinism, there is some work happening in CFRG (background: fault injection can be used to break implementations of deterministic algorithms; mixing randomness in can help).
On Implementation Status slide: Lucas Pardue [LP] says: something to consider for EDM program implementations work.
On Relationship to Signed HTTP Exchanges, on the matter of their signatures draft that is expired Mark Nottingham [mnot] says: we are coordinating with WPACK on finding a resolution.
Live demo of https://httpsig.org/, very brave.
LP: relationship between Digest and Signature. Strong links but donât want to step across the line of saying too much about the other spec in one or the other. Profiling algos doesnât seem too good either.
JR: There are gaps in each draft that the other one covers, but they are not the only way. We can mention the other document but not preclude other options. Suggest editors of both drafts work together.
LP: Sounds good.
https://github.com/httpwg/http-extensions/issues/1905
âRelated responseâ feature.
JR: Question to WG. Do we need related response at all. Itâs a bit difficult to explain, draft would be simpler without it.
JR: On the ticket Yaron suggest a â@relatedâ format. Annabelle and I investigated this before and it got messy quickly if you want it to be deterministic. Opted not to do it and stick to a limited middle ground.
mnot: need to get up to speed but from what I heard Iâm taken to how to calculate a cache key. Weâve had key and variants, etc. An ability to state that this response is related to this request seems like it would be beneficial. Iâll take a look into this.
MT: theres things in response that donât make sense without a request. I thought of HEAD. Thereâs weird things in the protocol that donât make sense without the context of the requests. Thereâs things that benefit from the request. I donât think signature can be complete without something like this. Maybe ârelated responseâ isnât the best phrase for this.
mnot: +1 weird name
Anabelle Backaman [AB] in chat: could use a SF param like âreqâ
JR: not good at naming things but we can to figure things out
(Slides) - Lucas Pardue
Was mostly done, in WGLC, had a diversion :)
Got deep feedback from a few people in WGLC - structured fields came up (again)
Plan is to answer the SF question once and for all - might need another WGLC
Have 4 headers currently - all use the same syntax as RFC3230
not all algorithms use base64 (sha does, CRC doesnât)
not compatible with structured fields, no retroactive fit - itâs close but âtokenâ != âkeyâ - 90% of cases would probably pass but some would be dropped by SF parser
3 options for SF:
1: donât do anything - stick with what weâre doing now, legacy formats - deprecate a few things - align with HTTP terminology 2: three headers - legacy headers use legacy format, updated terms - two new headers (and want- versions) as SF - ârepresentation-digestâ is the same as âdigestâ but uses SF format 3: two headers - pretend that âDigestâ is toxic â˘ď¸ - donât update anything about it - only define new headers using SF - tries not to touch 3230, but isnât totally isolated
comparing formats: - main difference on the wire is colons around binary representation - (oversimplification - some algs use different encoding; would probably use sf-binary for all algs)
âpick one and move onâ
Julian: Thanks for making the options available to look at. If we can switch to structured fields itâs a great plus. Option 2 gives us everything. Authors are familiar with users of old field.
Lucas: Not wanting to express bias. Iâm not invested in old Digest implementation, could just ignore it. Even if we just updated it (option 1), implementors would ignore it. Maybe people would realize what they were doing was wrong. If we donât go through the effort of wrangling semantics into old docs, people will not understand and will ignore things. None of these headers are too different.
Annabelle: If people using the existing headers today make no code changes, do they gain anything from option 2? (seeing a ânoâ) If I have to make code changes, why wouldnât I just use new header fields?
Lucas: Iâll take that as rhetorical. Weâre not changing Digest unless youâre doing it wrong already. What youâd change is the input youâd run the value over.
Roberto: The point here is that there is a wide ecosystem using Digest. They should not change the input or syntax. I noticed in this ecosystem, API providers were doing it wrong. âThe specification is not clear, we donât understand the HTTP semantics, we donât know if weâre wrongâ. Started to listen only after draft process started. This is how public banking works, itâs a slow process. Itâs important to update 3230 to push for integration of new fields.
Annabelle: Arenât we obsoleting 3230?
Justin: Strong support for option 2
Mark: donât have strong feelings about this. Concerned about option 2, feels like weâre sending a confusing signal. This can harm interop. We should be thinking in long term, not short-term pain. Obsoleting 3230 is painful but it sends a clar signal that you donât use something anymore. more than anything, want to send a really clear signal. Also concerned that an updated definition of digest would cause problems, b/c youâre not clear whether youâre using the old or new semantics. Preference for option 3. If we go with 2, be very clear how to use Digest, maybe put it in an appendix.
Lucas: Have tried to talk about representations. Need to talk about how to pick one, what to do if you see two. Hard enough with multiple algorithms, there are more things you need to speak to.
Mark: Representation-Digest is a long name
Martin: I was originally in favor of option 2, but option 3 is more now. Maybe appendix talking about Digest.
Seeing support for option 3 + appendix.
Roberto: If we go with 3, must deprecate. If we switch, Digest users wonât see it and ignore it. Would be happy if everyone would switch. Which is the best strategy for the actual ecosystem? You could switch fields, but after your ecosystem agrees.
Tommy: What I hear people suggesting, with 3+appendix, is that people are sympathetic to migrating. Could you (Roberto) live with option 3 + blurb?
Roberto: This is hard, I was trying to fix Digest for govât agency. But if thereâs a strong opinion, I will try to motivate this in some way.
Lucas: defining a new âqâ parameter, copying whatâs in HTTP semantics? do we want to define that in a general HTTP way? Second, IANA: do we use the same table and update it or do we leave the old table and make a new one?
Mark: I think this will come up if we do the retrofit work.
Tommy: This is useful discussion. Have good indication of WG feelings.
(Slides) - Steven Bingler
Steven: Going over current status. 12^H^H11 open issues, one maybe to defer (along with 12 already deferred)
two broad categories: clarify specific behavior, add notes about specific situations
Deferred work: how to handle when public suffix list changes - browsers should be careful not to send invalid cookies https://github.com/httpwg/http-extensions/issues?q=is%3Aissue+is%3Aopen+label%3A6265bis+-label%3A6265bis-defer
Discussion:
Justin: signatures for cookies? - will tag the issues
Johann: issue 1707; added tests to see how browsers behave with utf8 and punycode
Martin: we define HTTP as carrying octets, carrying octets outside of ASCII range is risky
Martin: recommend a-labels or punycode, recommend against utf8
Mark: martin pls update issue so we donât lose state - martin (doing it now)
Johann: would defer to steven as cookie owner
Steven: seems fine to disallow unicode characters - we internally convert to punycode and handle it in that space
Tommy: broad question to the editors: scheduling?
Steven: can devote more time over the next month or two
John W: third party cookies; are you happy with where that landed?
Mark: happy with where that text is now (in PR). Most is descriptive text as current state of play. Only one recommendation, to restrict if possible.
Jon: agree
Steven: was ambivalent, now agree
Mark: case insensitivity; is it real?
Steven: seems to be, would want to see more web platform results
Mark: would be good to see it more explicitly
Steven: agree; only in this space a few years, anything to help someone process this is worthwhile
Mark: seems like weâre making good progress on all these specs!
Martin Thomson (slides)
(slides) - Brian Campbell
(slides) - Julian Reschke
TODO(caw): revisit this section based on recording
(Slides) - Martin Thomson
(Slides) - Tommy Pauly
Mark Nottingham