You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Look Forme <lo...@yahoo.com> on 2007/04/12 04:55:59 UTC

XML Signing using RSA key pair.

Hi All,

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.

I wonder if anyone else also has seen this issue?

I am using Enveloped signature transform. Am I going
something wrong?

I appreciate any help on this.

Thanks in advance.
Regards,
RM.


       
____________________________________________________________________________________
The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

RE: XML Signing using RSA key pair.

Posted by Scott Cantor <ca...@osu.edu>.
> 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