Rick Mark

Results 55 comments of Rick Mark

> I understand. I think we should rather have Group#initialize take sn/ln ("prime-field" or "characteristic-two-field"), too, for consistency. What about taking an Int and defining const values for `OpenSSL::PKey::EC::NID_X9_62_prime_field` and...

Also looks like `EC_GROUP_get_field_type` was added in OpenSSL 3 For prior versions will have to check using `EC_GROUP_method_of` Will implement with a `have_func` ifdef

I'm liking #382 - but I'd like to keep this as well: being able to call sign with the value of `k` specified being able to call sign with the...

The source of this seems to be dubious, but the fact it seems released on GitHub in its own right makes it no longer secret... tagging license help

Oh if we use `registers.yaml` we can actually use the JSON version to prevent a YAML dependency

Happens to me as well, tried manually specifying the bin but alas, must have something to do with poetry / pyenv paths

The intent here is to allow for `brew audit --skip=head_only` for our taps

Best option is a net new implantation as who knows what the side effects of iBoot code can be. If I had time I’d be starting with the SPI first,...

For reasons of forensics / investigation of my devices that seem to have some form of malware persistence, I've started to undertake a read-only version of this work. (I have...

The ipwndfu for t8012 probably works on other chips (for booting without the NAND). @h0m3us3r, @aunali1 and @mrmacarm? As for storage - since there is no device or driver concept...