Joe Birr-Pixton
Joe Birr-Pixton
It seems odd that cargo, which has a ton of code about resolving versions of crates, doesn't reuse this for determining which version's features are in play here? Especially in...
Sorry -- my fault.
I don't mind adopting this as a possibility, but definitely needs to be defend with tests. (And, ideally the referenced example code is executed to ensure it behaves as desired.)
I'm generally keen on this sort of integration, and would use it in my downstream projects that use rustls, but I would like to avoid doing environment-specific work in the...
I think a prerelease may be a bit premature. For example, one outcome for #2395 could be withdrawing all crate features that control the built-in providers, and shipping that code...
> Well it's hard for me to pinpoint with certainty :/ `cargo tree --invert rustls --edges features` should tell you this. The output is all dependency paths that enable features...
Another reason for this is to allow people to take fixes to the core crate while fixing the aws-lc-rs version. It is needed to do that if you want to...
might be worth finding/generating a sample certificate chain?
Please do if you have work in flight!