[xmlsec] X509Data sub-element detail ?

Edward Shallow ed.shallow@rogers.com
Thu, 7 Aug 2003 00:40:21 -0400


Hi Aleksey,

  In a straightforward sign operation sending the following to the command
line utility ...

xmlsec sign --pkcs12 keys/EdSign.p12 --output inout/edsigned1.xml
tmpl/tmpl-EPM-sign.xml  

... This in the template works ...

<X509Data>
</X509Data>

... This in the template does not ...

<X509Data>
	<X509SubjectName/>
	<X509Certificate/>
</X509Data>


Where is the additional X509 detail extracted from ? I tried adding: 

--trusted-der keys/cacert.der

... to the command line to no avail. 


I'd also like to include other X509 info like issuer, valid from, valid to,
cert serial number, etc ...

Ed