HI Aleksey,<br><br>I make the following steps<br>1. ./configure --enable-crypto-dl=no --enable-x509=yes --with-openssl=/usr/local/ssl<br>(./configure --enable-crypto-dl=no  --with-openssl=/usr/local/ssl)<br>2. make<br>make install.<br>
<br>Now I tried to sign the templete files <br>x509data-sn-test.tmpl<br>x509data-test.tmpl<br>enveloping-sha224-rsa-sha224.tmpl<br>couple of other files with below options.<br><b>THERE IS NO X509 DATA </b>available in signed output files.<br>
<br>I used some commands like <br>1.<br>xmlsec1 --sign --output x509data-test-signed-untrusted.xml --print-debug --pkcs12 rsakey.p12 x509data-test.tmpl<br>2.<br>xmlsec1 --sign --output x509data-sn-test-untrusted.xml --privkey-pem rsakey.pem --untrusted-pem rsacert.pem --print-debug x509data-sn-test.tmpl <br>
<br>Can you please help?<br>Where I am doing mistake.<br><br>Regards<br>Braja<br><br>