<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Testo fumetto Carattere";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.StileMessaggioDiPostaElettronica17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.TestofumettoCarattere
        {mso-style-name:"Testo fumetto Carattere";
        mso-style-priority:99;
        mso-style-link:"Testo fumetto";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 2.0cm 2.0cm 2.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="2050" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=IT link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hi,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I rebuild xmlsec library using VS2008 from command line<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>My batch file to configure is:.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>SET PREFIX=C:\Work\SshCe<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>SET XMLSEC_CRYPTO=mscrypto<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>SET XMLSEC_INCLUDE=%PREFIX%\include;%MSSDK_INCLUDE%<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>SET XMLSEC_LIB=%PREFIX%\lib;%MSSDK_LIB%<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>SET XMLSEC_OPTIONS=static=yes debug=yes xslt=yes unicode=yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>cscript configure.js prefix=%PREFIX% %XMLSEC_OPTIONS% include=%XMLSEC_INCLUDE% lib=%XMLSEC_LIB%<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>As you can see I use openssh version 110.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I rebuild all needed dlls and genereated the xmlseca.exe<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Now when I try to run this command:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal style='text-indent:35.4pt'><b><span lang=EN-US>xmlseca --sign --privkey-pem privkey.pem,cert.pem --output amsignedAE.xml  amdocAE.xml <o:p></o:p></span></b></p><p class=MsoNormal style='text-indent:35.4pt'><img width=1286 height=183 id="Immagine_x0020_1" src="cid:image001.png@01D341FA.14E2BE70"><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I traced and found that the  problem is into the xmlSecCryptoDLFunctionsRegisterKeyDataAndTransforms function <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>….<o:p></o:p></span></p><p class=MsoNormal style='text-indent:35.4pt'><span lang=EN-US>    if((functions->keyDataAesGetKlass != NULL) && (xmlSecKeyDataIdsRegister(functions->keyDataAesGetKlass()) < 0)) {<o:p></o:p></span></p><p class=MsoNormal style='text-indent:35.4pt'><span lang=EN-US>        xmlSecInternalError("xmlSecKeyDataIdsRegister",<o:p></o:p></span></p><p class=MsoNormal style='text-indent:35.4pt'><span lang=EN-US>                            xmlSecKeyDataKlassGetName(functions->keyDataAesGetKlass()));<o:p></o:p></span></p><p class=MsoNormal style='text-indent:35.4pt'><span lang=EN-US>        return(-1);<o:p></o:p></span></p><p class=MsoNormal style='text-indent:35.4pt'><span lang=EN-US>    }<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>functions->keyDataAesGetKlass is OK <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>but when the xmlSecKeyDataIdsRegister()  call the<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>    ret = xmlSecPtrListAdd(xmlSecKeyDataIdsGet(), (xmlSecPtr)id);<o:p></o:p></span></p><p class=MsoNormal style='text-indent:35.4pt'><span lang=EN-US>the xmlSecKeyDataIdsGet() list has the id = NULL; (list->id == NULL)<o:p></o:p></span></p><p class=MsoNormal style='text-indent:35.4pt'><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Thanks for any help<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Ruggero Bandera<o:p></o:p></span></p><p class=MsoNormal style='text-indent:35.4pt'><span lang=EN-US><o:p> </o:p></span></p></div> <BR>
<BR>
__________ Informazioni da ESET Endpoint Antivirus, versione del motore di rilevamento 16219 (20171010) __________<BR>
<BR>
Il messaggio è stato controllato da ESET Endpoint Antivirus.<BR>
<BR>
<A HREF="http://www.nod32.it">www.eset.com</A><BR>


 </body></html>