[xmlsec] Verifying error for proper xml document

Aleksey Sanin aleksey@aleksey.com
Thu, 10 Apr 2003 06:59:09 -0700


Hi!

Please read section 3.2 from the FAQ: http://www.aleksey.com/xmlsec/faq.html
A trivial DTD file solves the problem:
  
   [aleksey@lsh arda]$ cat pares.dtd
   <!ATTLIST PARes id ID #IMPLIED>

   [aleksey@lsh arda]$ xmlsec1 verify --dtd-file pares.dtd --trusted 
cthRoot.pem PARes.xml
   OK
   SignedInfo References (ok/all): 1/1
   Manifests References (ok/all): 0/0

One a side note,this is the first time, Visa3D 1.0.2 was successfully 
verified :)



Aleksey