Daniel McCarney

Results 647 comments of Daniel McCarney

I think that proposal is unworkable based on [Ctz's point](https://github.com/rustls/rustls/issues/1877#issuecomment-2025981904): > That proposal also breaks feature additivity: if you carefully arrange to enable only the ring feature because you want...

> I was wondering if there are any plans to support this use case, or whether there's an existing solution for this that I'm missing. I think https://github.com/rustls/rustls/issues/850 is the...

What version of rustls and tokio-rustls are you using? Is the client using Rustls as well, or a different library? Do you have a minimal reproduction you can share? What...

> 3-At this time, the problem is solved and I cannot reproduce it I think given the lack of a reproducer & the problem being resolved for the OP we're...

> So do we want to release a 0.23.6 for this? I think :+1: but we also need a 0.22.x fix. Support for p521 w/ aws-lc-rs was added in [0.22.2](https://github.com/rustls/rustls/releases/tag/v%2F0.22.2).

@samin-cf As the name hints the `webpki` crate is principally motivated by the webpki profile, largely defined by the CA/browser forum baseline requirements. Those requirements do not allow the algorithm...

> AIUI aws-lc-rs 1.7 requires fewer extra dependencies than before Indeed, but I think there's still a ways to go for Windows in particular w.r.t the `nasm` requirement. Hopefully these...

> but IMO it's not a rationale for making aws-lc required by default. Diggsey: It sounds like you're prioritizing minimal build time requirements as the most important factor in a...

If your goal is a true "pure Rust" TLS implementation top-to-bottom then it seems as though the recent work has improved Rustls for you. Unlike before when the cryptography provider...

:wave: Hi there, thanks for opening an issue I think we're open to adding functionality for this. Previously (https://github.com/rustls/webpki/pull/67) I had started implementing something similar in `webpki` but the [conclusion](https://github.com/rustls/webpki/pull/67#discussion_r1226643795)...