Hi,<br><br>I am using xmlSec to verify an xml file containing digital signature.<br>The piece of code is working fine with Linux x86, 32 bits but on ubuntu linux x86, 64-bits,<br>it is crashing.<br><br>The piece of code is :<br><br><br>    dsigCtx = xmlSecDSigCtxCreate(xmlsec_key_mgr);<br>    if(dsigCtx == NULL) {<br>               return -1;<br>    }<br><br>        if(!chk_vldty_time)<br>                dsigCtx-&gt;keyInfoReadCtx.flags |= XMLSEC_KEYINFO_FLAGS_X509DATA_SKIP_STRICT_CHECKS;<br><br>        if(xmlSecDSigCtxVerify(dsigCtx, start) &lt; 0) {<br>                return -1;<br>        }<br><br>   key = dsigCtx-&gt;signKey ;<br>   if ( key == NULL ) {<br>        return -1 ;<br>    }<br><br>   xmlSecKeyDataPtr tmp = (xmlSecKeyDataPtr)<span style="font-weight: bold;">xmlSecPtrListGetItem</span>(key-&gt;dataList , 0 ) ;<br>   if (tmp == NULL ){<br>        return -1;<br>   }<br><br>On Ubuntu <span style="font-weight: bold;">xmlSecPtrListGetItem </span>is crashing. <br><br>C
 an please anyone help me with this issue. Is there some issues with xmlSec on Ubuntu.<br><br>Thanks,<br>hetal<br>        <br><br><br><div style="border-top:1px dashed #ccc; border-bottom:1px dashed #ccc; padding:5px;"><a href="http://mail.in.com/mails/new_reg.php?utm_source=invite&utm_medium=outgoing" style="font:13px arial; color:#1E56A1; text-decoration:none;">Dear <b>xmlsec!</b> Get Yourself a cool, short <b>@in.com</b> Email ID now!</a></div>