Demi Marie Obenour
Demi Marie Obenour
**Is your feature request related to a problem? Please describe.** The PKI secrets engine supports signing CSRs, but it does not currently allow enforcing that the private key of the...
**Is your feature request related to a problem? Please describe.** HSMs are expensive and require Vault Enterprise. KMS solutions only work in the cloud. TPM-based auto-unseal would allow for auto-unseal...
**Is your feature request related to a problem? Please describe.** Having to manually rotate certificates is annoying. **Describe the solution you'd like** Vault has a built-in PKI. If Vault is...
This is a feature request for optimized implementations for common architectures (x64, ARM32/64). My understanding is that most of the `` functions are usually implemented in assembler in libc.
Running the spec tests with Comrak takes about 1.9 times as long as it does with CMark.
Pulling over HTTP is a security vulnerability
HTTP 3 has several compelling advantages over HTTP 1.1 and HTTP 2: - HTTP3 runs over QUIC, which natively supports roaming. This is especially useful for mobile clients. - HTTP3...
This would have prevented the recent vulnerabilities.
`mke2fs` can’t handle a 7EiB image (see https://rwmj.wordpress.com/2020/11/04/ridiculously-big-files/ for how to make such a thing). `mkfs.btrfs` finishes promptly.
I was not able to find a high-level function in libext2fs for deleting an inode. debugfs has a hand-rolled implementation.