https://datatracker.ietf.org/doc/html/rfc7616 specifies SHA-256 and SHA-512-256 algorithms for the HTTP digest authentication scheme, in addition to the obsolete and insecure MD5. It also specifies way of concealing the username, provided that server supports it. Firefox supports algorithm=SHA-256 since 93, but not SHA-512-256 or username hashing. https://chromium-review.googlesource.com/c/chromium/src/+/4611879 is the pending CL.
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
Shipping on desktop | 116 |
Shipping on Android | 116 |
Open questions about a feature may be a source of future web compat or interop issues. Please list open issues (e.g. links to known github issues in the project for the feature specification) whose resolution may introduce web compat/interop risk (e.g., changing to naming or structure of the API in a non-backward-compatible way).
I am missing the compatibility picture here. How will this affect existing web pages, and what happens to browsers that do not support this is we add support?
/Daniel
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABFmFwr1XJbEU-yWbe2Whx%2Bago2njJFg-gOOdKzEj0%3DGVzP%3D0g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABFmFwof4uGQYUB%3Dac00NisuQG%3Di1JrDT7BcvJtPzMReWcZyxQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABFmFwryoCQ8j4sfPFh3Ozs%3DKaMDt0xEHFMo61mQXXzVw0eM%3DQ%40mail.gmail.com.
While plumbing use counters from //net back into Blink would be technically possible, it would be a lot of work and we'd need some compelling user benefit to justify it.
What question are we trying to answer with UMA?
On Fri, Jun 30, 2023 at 8:49 PM David Benjamin <davi...@chromium.org> wrote:What question are we trying to answer with UMA?I was thinking that UMA will enable us to answer questions around HTTP auth deprecation aspirations. But you make a good point about UMA metrics expiring.So I'm convinced we should only add them in the future if we have a specific goal in mind. Thanks!
actually, my next step would be to go add SHA-512-256 and username hashing to FF for completeness but i'm fine with dropping it, my main goal is to have SHA-256.yes, HTTP auth is old and cruaty but it does the job with very little server support and is better than basic in the absence of TLS, which is not an option in certain embedded applications.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABFmFwr1XJbEU-yWbe2Whx%2Bago2njJFg-gOOdKzEj0%3DGVzP%3D0g%40mail.gmail.com.
----Deomid "rojer" Ryabkov
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABFmFwof4uGQYUB%3Dac00NisuQG%3Di1JrDT7BcvJtPzMReWcZyxQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABFmFwryoCQ8j4sfPFh3Ozs%3DKaMDt0xEHFMo61mQXXzVw0eM%3DQ%40mail.gmail.com.
--Deomid "rojer" Ryabkov
This should be sent to the TAG for review. What criteria were you using to claim review wasn't necessary?
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABFmFwr1XJbEU-yWbe2Whx%2Bago2njJFg-gOOdKzEj0%3DGVzP%3D0g%40mail.gmail.com.
----Deomid "rojer" Ryabkov
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABFmFwof4uGQYUB%3Dac00NisuQG%3Di1JrDT7BcvJtPzMReWcZyxQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABFmFwryoCQ8j4sfPFh3Ozs%3DKaMDt0xEHFMo61mQXXzVw0eM%3DQ%40mail.gmail.com.
--Deomid "rojer" Ryabkov
--Deomid "rojer" Ryabkov
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/04fea32d-6e9f-44ac-8204-4ee6e7376eddn%40chromium.org.
I think shipping SHA-256, the hashing function already supported
by Mozilla would be a trivial step. It might be tempting to
wrinkle one's nose at people using such archaic things as Digest
Auth, but I think giving those that are still using Digest Auth a
way to avoid MD5 is an unqualified improvement, especially when it
makes Chromium more compatible.
Expanding to SHA-512-256 could, IMHO, come later or as a seperate
intent, just to keep the trivial step trivial.
/Daniel
LGTM2, the subset outlined by Yoav
/Daniel
LGTM3
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/93016ecf-4755-58e0-a1d7-b35ba8ddc6ac%40gmail.com.
Thank you David for sharing your expert opinion on SHA-512-256
(or SHA-512/256 or whatever). :)