<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=605475914-31052006></SPAN><FONT 
face=Arial><FONT color=#0000ff><FONT size=2>D<SPAN class=605475914-31052006>oes 
really now one have any idea?</SPAN><SPAN 
class=605475914-31052006>&nbsp;</SPAN></FONT></FONT></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial 
size=2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial size=2>I use the following 
code to verify a signed file.</FONT></SPAN></DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial size=2>The problem is now, 
the xmlSecDSigCtxVerify crahses if the certificate isn't installed on my 
machine!?!</FONT></SPAN></DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial size=2>How can I check this 
file? Can I excract the certificate and load it into a 
xmlSecKeysMngrPtr?</FONT></SPAN></DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial size=2>thanks for any 
help.</FONT></SPAN></DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial size=2>&lt;some 
code&gt;&nbsp;</FONT></SPAN></DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial 
size=2>&nbsp;if(xmlSecDSigCtxInitialize(&amp;dsigCtx, gKeysMngr) &lt; 0) 
<BR>&nbsp;&nbsp;return (V_INTERNAL);</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial 
size=2>&nbsp;if(xmlSecAppPrepareDSigCtx(&amp;dsigCtx) &lt; 0) 
<BR>&nbsp;{<BR>&nbsp;&nbsp;xmlSecDSigCtxFinalize(&amp;dsigCtx);<BR>&nbsp;&nbsp;return 
V_INTERNAL;<BR>&nbsp;}</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial size=2>&nbsp;/* parse 
template and select start node */<BR>&nbsp;data = 
xmlSecAppXmlDataCreate(filename, xmlSecNodeSignature, 
xmlSecDSigNs);<BR>&nbsp;if(data == NULL) 
<BR>&nbsp;{<BR>&nbsp;&nbsp;xmlSecDSigCtxFinalize(&amp;dsigCtx);<BR>&nbsp;&nbsp;if(data 
!= NULL) 
<BR>&nbsp;&nbsp;&nbsp;xmlSecAppXmlDataDestroy(data);<BR>&nbsp;&nbsp;return 
V_INTERNAL;<BR>&nbsp;}</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=246420412-31052006><FONT face=Arial size=2>&nbsp;/* sign 
*/<BR>&nbsp;start_time = clock();<BR>&nbsp;if(xmlSecDSigCtxVerify(&amp;dsigCtx, 
data-&gt;startNode) &lt; 0) </FONT></SPAN></DIV></BODY></HTML>