From: Anthony F. <ant...@gm...> - 2013-05-02 16:25:25
|
I think I answered at least one of my own questions: On Thu, May 2, 2013 at 10:15 AM, Anthony Foiani <ant...@gm...> wrote: > Is it possible to release the enumeration before returning the private > key? Apparently not. I added a cleanup phase right before returning the private key, but that caused a subsequent signing attempt to fail. > Or does the private key structure rely on information held in > the enumeration? So apparently it does. > If the latter, do we need to somehow provide a way for the key to > release the entire enumeration when the key itself is freed? I'll investigate this next. Certainly still interested if anyone has hints. Many thanks! Best regards, Anthony Foiani |