Dirkjan Ochtman
Dirkjan Ochtman
Currently, we're generating changelogs with a Python script. This is trying to mimic the exact format that rustup posts on the Rust blog have been in the past, but it...
Clean up one suppressed clippy lint, with some extra refactoring along the way.
This makes the `Process` abstraction much easier to understand (in my opinion) by avoiding a trait abstraction (which had only a single implementation) and explicitly relying on the enum variants....
Supersedes #2107, see also #2206.
Originally filed by @ctz as https://github.com/briansmith/webpki/issues/256, making a clone here since it seems useful. This is a big list of unsorted, unprioritised issues found from x509test cases. I'm not making...
I think these have more meaningful semantics and are potentially useful when used in, for example, a `HashMap`.
In #264 code is pretty ugly because we're keeping track of whether an EKU already exists in the `Vec` that we hold. Should `CertificateParams::key_usages` and `extended_key_usages` be `HashSet` instead? -...
Seems to have been an oversight. This is a breaking change so probably want to hold off on that for a bit?
When looking at https://letsencrypt.org/docs/client-options/, the Rust section is empty: When looking at the `data/clients.json` file that's referenced near the bottom of the page, I see 4 Rust projects: * acme-client...