Joe Birr-Pixton
Joe Birr-Pixton
See discussion: https://discord.com/channels/976380008299917365/1015156984007381033/1362838168696520895
I think this is something I'd consider. Though I probably wouldn't do it either by a special case for chacha, or a callback. I think probably a two-tier client priority/server...
Hi. Yes, it is the case that client session store types are not serializable. They actually used to be (see https://github.com/rustls/rustls/commit/eb191d0cc4dbc36b6bc679d66cd12788461545f8, https://github.com/rustls/rustls/commit/a41ca7b8c28654760e6a3c31ef23900b8d78036f) and server ones still are (and I'm aware...
> @ctz Is this something you're looking for early feedback on, or should reviewers wait until it's further along and CI is passing? I think I'd like some feedback on...
Going to close this for now. I am a little concerned that doing something _weird_ like this is the wrong direction. It is kinda unclear what the status of the...
I'm minded to merge this -- @djc do you have strong objections to that? I think once we take breaking changes, we should do (sketch): ```rust pub enum ActiveKeyExchange {...
Added to https://github.com/rustls/rustls/issues/2119
> * our selection of which `SupportedKxGroup` to send shares for in the client hello is limited to the first configured one, but for PQ we probably want to default...
We did this, and it was released in 0.23.22.
> There's a small coverage gap for the `ffdhe_group()` fn of `ActiveKeyExchange` if you're keen to get this green. Added a trivial exercise of those.