Lukas

Results 6 comments of Lukas

It would be great to be able to pass a Rustls `ClientConfig` to the `Channel` builder, as the TLS knobs exposed by `tls_config(self, tls_config: ClientTlsConfig)` are a bit lacking. For...

@tdyas Thanks for the pointer, I'm definitely looking into this as an alternative. However, I'm also interested in the cheap clone interface offered by the proper `tonic::transport::channel::Channel`, which my existing...

This would be a great enhancement. I think it'd also work well with crate feature listing and/or feature autocomplete. Does this already exist in the Crates extension?

> Would you be interested in working on a PR? Yeah! I still have a lot to learn in this space, though. Are you guys are okay with nurturing a...

> Ctz's plan sounds good to me. WDYT about starting with the first bullet point and working up a pki-types and webpki branch? I think the last bullet might be...

Is there any more work we may want to do wrt this issue now that https://github.com/rustls/rustls/pull/2039 has been merged? My personal use case is now taken care of 🙂