Lukas
Lukas
Full changes at the readme at https://github.com/lvkv/LazyWinAdmin_GUI
👋 Hello! **Checklist** * [X] I've searched the issue tracker for similar requests Apologies if this has already been asked and I didn't notice! **Is your feature request related to...
Hi team Azure! Just like https://github.com/MicrosoftDocs/Azure-RMSDocs/pull/1426 and https://github.com/MicrosoftDocs/Azure-RMSDocs/pull/1412, I've made a number of changes to the MIP SDK's C++ Quickstarts. Note that these changes are necessary to compile and run...
All static member functions of `class ProtectionDescriptorBuilder` are missing from `mip/develop/reference/class_mip_protectiondescriptorbuilder.md`. These members are public and useful; could we add them? I've copied the missing functions below from the MIP...
Using the `subject_public_key_info()` function we added in https://github.com/rustls/webpki/pull/253, this PR: * Adds a function to `trait SigningKey` that returns its `SubjectPublicKeyInfo`, but only if the implementer opts in * Adds...
I've added KeyUsage support to CSR generation, as well as a number of improvements to the parsing and writing of DER-encoded key usages. These commits can be reviewed in order!...
Hi! I'm looking for an alternative to rust-openssl's [`X509ReqBuilder`](https://docs.rs/openssl/latest/openssl/x509/struct.X509ReqBuilder.html) for building and signing certificate signing requests. Ideally an alternative that supports: - Custom EKUs (supported by OpenSSL) - Custom certificate...
Why are there two functions to write ASN.1 UTF8Strings from &str? They both have similar names and descriptions, and only slightly varying implementations. What was the motivation here?
My immediate need/use case is `Clone` on `CertificateSigningRequest`. After skimming the codebase, however, I'm getting the impression that there are many more opportunities to implement the common traits outlined in...
## Feature Request It has always been a bit annoying to find the latest log file in a large directory instead of just jumping to a "latest log" symlink. And...