> I am using RSA keypair to sign an XML document. I have > noticed that after I set the signing key the call to > DSIGSignature::sign() crashes randomly.
Any chance you're freeing the copy of the key you set? It gets freed internally, so you have to clone it. -- Scott
