ryan
ryan
Should be possible to generate keys on device for the root and cross CAs. Doesn't however seem to work. OpenSSL will generate invalid CSRs that do not appear to inherit...
Related to PR #1, behaviour of OpenSSL / Libp11 appears to preclude generation of a self signed root certificates using engine_pks11 as the modulus used in the CSR is that...
to some extent we have this via [quickinstall](https://github.com/alsuren/cargo-quickinstall), but it'd be pretty neat to have a `cargo-binstall` action that takes a list of packages to install (or uses `Tools.toml` per...
Hey there, I've spent the day trying to get microk8s running on a variety of Raspberry Pi following the tutorial [here](https://ubuntu.com/tutorials/how-to-kubernetes-cluster-on-raspberry-pi?&_ga=2.39760166.409470100.1626825011-1677167179.1626508821#1-overview), with a variety of different and interesting failures. I...
provides compatibility with `smol::Async` for polling from async contexts: ```rust // Setup async device wrapper (configures device file descriptor with `O_NONBLOCK`) let a = smol::Async::new(d)?; // Async poll for the...
howdy! this could very much be me missing something, but, it seems that if i add a negative `org` or `repo` filter all my notification get ungrouped / uncollapsed and...
hey thanks again for all your work on octobox! certainly makes wading through hundreds of github notifications much more pleasant ^_^ ## 💥 Proposal ### What feature you'd like to...
so i'm working on drivers with FFI from rust -> c -> rust to allow iterative upgrading of existing c to rust, and as unwinding doesn't work over FFI boundaries,...
For driver testing it is sometimes useful to expect a series of operations across a variety of peripherals (for example, pins, SPI, delays). I haven't yet worked out exactly how,...
A summary / work in progress: - All devices can run the same _base_ firmware - Handles all the standard stuff: wifi, mqtt, coap, mdns / zeroconf, logging, ethernet(?), homekit(?),...