Andrew Dunham
Andrew Dunham
Hello! Yeah, totally understood that this would be tricky. My use-case is "exclude a very large but easily-rebuilt item in the Nix store" - so I'd actually want something like...
Per the question on #4978, on the Hilton Hotels captive portal `dig ipv4only.arpa` does not appear to be hijacked: ``` $ dig +short ipv4only.arpa 192.0.0.170 192.0.0.171 ``` The same values...
Yeah, this wouldn't let you use it locally - the intent is that this lets you encrypt the key on the client, and then send it to Munkireport/another backend without...
Sure, here's a comparison: https://github.com/grahamgilbert/crypt/compare/master...andrew-d:andrew/libsodium Sorry for the massive diff; I used CocoaPods to add the dependency (and checked it in for local testing). The bulk of the code lives...
Yeah, I considered going down the certificate route, but the nice part about using libsodium is that it's relatively self-contained; you don't need to push a config profile, work with...
> Why build it directly into crypt instead of doing it in the escrow script that picks up the key from disk? > I'm assuming because he doesn't want it...
A question I don't have a good answer for: should we somehow split up "people who are keeping things up-to-date" vs. "people who we trust to refactor/make sweeping changes"? I'm...
Right, sorry, maybe I’m not being clear here. To be super blunt: y’all should (rightly) not trust me / people in my situation to submit arbitrary PRs, but if you...
The patches referenced above :point_up: have been merged into Linux in the following versions (links to changelogs): - [4.14.113](https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.113) - [4.19.36](https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.36) - [5.0.9](https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.0.9) On versions on or after these (or...
I don't pretend to be a performance or CPU internals expert, but running a single-threaded `mprime` test on my machine shows things turboing to past 3.3GHz without too much trouble....