Daniel McCarney

Results 647 comments of Daniel McCarney

> Issuing Distribution Point([§5.2.5](https://datatracker.ietf.org/doc/html/rfc5280#section-5.2.5)) I've implemented support for this CRL extension in https://github.com/rusticata/x509-parser/pull/146

> but apparently it needs a higher minimum Rust version Indeed :-) There's some ongoing discussion in https://github.com/rusticata/x509-parser/pull/148

We've done our best to document the changes in the upstream [CHANGELOG](https://github.com/rustls/rustls-ffi/blob/main/CHANGELOG.md). The 0.10 to 0.11 update is fairly minor. I think the 0.11 to 0.12 update is where the...

> If this is something we are able to obtain from the ACME server (and it sounds like that is possible) If the OP means the root certificate and not...

@ctz @djc I've rebased this branch on top of `main` and I think it's ready for review. This branch is mostly feature-gating things that are `std`-only and then adding a...

> In my opinion, the dependency on critical-section is unnecessary, and using [once_cell::race::OnceBox](https://docs.rs/once_cell/latest/once_cell/race/struct.OnceBox.html) would suffice. @nspin Thanks for your input, much appreciated :bow: I've switched over to using `race` and...

> cpu force-pushed the no-std-support branch from 4251a12 to 231cfdf Rebased to address conflicts w/ `main`.

> it looks like some parameters for the aws-lc-rs as a dependency build would need to go into this project's Cargo.toml. I believe the suggestion in [the aws-lc-rs thread](https://github.com/aws/aws-lc-rs/issues/342) was...

> I don't understand how to do that, given that I don't build aws-lc-rs separately, and that's it's a library that I cannot actually install. Ah I see, you're building...