My TODO: Make it work with modern RELIC
My TODO: Make it work with modern RELIC
CLI output in next post.
It works with OpenSSL, so we can work from there instead.
CLI output in next post.
It works with OpenSSL, so we can work from there instead.
Setup: dpaste.org/1dyhD
Patch (current diff): dpaste.org/fGWGa#L12
Result: dpaste.org/oDo8B
Setup: dpaste.org/1dyhD
Patch (current diff): dpaste.org/fGWGa#L12
Result: dpaste.org/oDo8B
- Given this, we just assume RELIC isn't the culprit for now (despite the text in readme) and see if we can import keys, cts, pts from desktop to RPi to identify where it fails and dig from there.
(3/3)
- Given this, we just assume RELIC isn't the culprit for now (despite the text in readme) and see if we can import keys, cts, pts from desktop to RPi to identify where it fails and dig from there.
(3/3)
How did you inspect the OpenABE RNG?
Also, how does test_pk work for you? With old RELIC, we got a segmentation fault, modified OpenSSL made it work, and new RELIC produced an infinitely (?) repeating error message for me. Looks like a canary in the mine.
How did you inspect the OpenABE RNG?
Also, how does test_pk work for you? With old RELIC, we got a segmentation fault, modified OpenSSL made it work, and new RELIC produced an infinitely (?) repeating error message for me. Looks like a canary in the mine.
BTW, I had to change relic_core.h:484 int to size_t to match the signature of rand_stub and callback.
I'll also see if I can modify OpenABE to work with the default RAND.
BTW, I had to change relic_core.h:484 int to size_t to match the signature of rand_stub and callback.
I'll also see if I can modify OpenABE to work with the default RAND.