New version of raaz is released and will hopefully end up in debian expt. soon.
It would be good if we can get keysafe to use the new interface as there is some breakage
but hope fully good ones.
Got it to compile without a great deal of difficulty. Only needed changes
around random data generation, and that is done with secure memory now
(in cases where it matters), which is nice! (Although I still need to do
further work to make keysafe use exclusively secure memory for gpg key
related material.)
Keysafe's test suite passes, so this probably avoids breaking restore of
keys backed up before.
I've committed this to master but want to test it some more before
releasing.
Got it to compile without a great deal of difficulty. Only needed changes around random data generation, and that is done with secure memory now (in cases where it matters), which is nice! (Although I still need to do further work to make keysafe use exclusively secure memory for gpg key related material.)
Keysafe's test suite passes, so this probably avoids breaking restore of keys backed up before.
I've committed this to master but want to test it some more before releasing.
Tested restore of key backed up with a previous keysafe release; still works after this conversion.