Joe Birr-Pixton

Results 280 comments of Joe Birr-Pixton

I don't think where we ended up on import ordering has much deep reasoning behind it, and I think I'd support changing it if the reasons justify that. "The ecosystem...

> We'd generally prefer to use the default rustfmt settings. I think the rustfmt defaults are to leave imports alone? I think I'd prefer to have rustfmt manage the order...

> you mean adding those `group_imports` and `imports_granularity` settings to `.rustfmt.toml` _and_ having CI run `cargo +nightly-2023-10-19 fmt -- --check`? The first, but not the second -- CI would continue...

> FWIW I just reviewed the result of adding: This is #1577

Yeah, though a first pass of no-std for that would be to avoid providing the standard ticketer at all.

Note that that list is a complete list of everything supported by webpki, and thence *ring*.

We support this by default in 0.23 -- #1706

I guess I have some more fundamental questions about this -- do people actually use DANE to achieve a meaningful security goal, given it is predicated on DNSSEC a) actually...

How about a more general extension point: ``` enum ServerName { ... Custom { pub name_for_sni: Option, pub data: Box, } } ``` That can be used with a custom...

> Given that, and given the restriction that client session storage cannot be serialized, is there anything interesting that a user can do by implementing their own client session store?...