Ben Krieger
Ben Krieger
**- What I did** I encountered an issue with "invalid index" after stopping an image pull with an interrupt. ``` $ linuxkit build linuxkit.yml Extract kernel image: docker.io/linuxkit/kernel:5.10.76 Image docker.io/linuxkit/kernel:5.10.76...
This PR adds support for rendering mermaid in codeblocks / code fences. Examples I was able to find for this feature, like https://anis.se/posts/add-mermaidjs-support-to-hugo/, had a few issues. 1. Imported mermaid...
This change incorporates a fix for buggy firmware that's present in the Linux EFI stub. I do not have a device with said bug in the firmware, but I happened...
As part of a private project, I needed additional network protocols, so I added these bindings. The private project has shifted in scope a bit, so I never got around...
- [x] Add `std` feature flag to allow disabling std lib for no_std environments - [ ] Add tests to ensure no_std support isn't broken by future changes - [...
**Describe the bug** The EAToken is sometimes observed to have map keys not in bytewise lexically sorted order. Deterministic encoding is a requirement of FDO. Example: ``` A2 # map(2)...
1. The device's secret gets set to null in an erroneous call to destroy before it is used to compute the shared secret, thus causing `modPow` to throw an exception....
**Describe the bug** When encoding a COSE key, the key type is not set. From the COSE spec (https://datatracker.ietf.org/doc/html/rfc8152#section-7), the key type (label 1) is required: > The element "kty"...