Hi,<br> <br>  Following command raises following error when executed on windows environment. xmlsec and dependencies are downloaded from <a href="ftp://ftp.zlatkovic.com/libxml/">ftp://ftp.zlatkovic.com/libxml/</a> and copied to SYSTEM32 path.<br>
<br>  Can anyone suggest me about this error?<br><br>C:\><b>Libxml\\xmlsec.exe  --verify  --pubkey-cert-pem  c:\\docume~1\\raghu\\locals~1\\temp\\tmpz_bttr.pem  --id-attr:ID  urn:oasis:names:tc:SAML:2.0:assertion:Assertion  --node-id  s299674594c38ea4bc4df950e336f6e9c27f7c4571  c:\\docume~1\\raghu\\locals~1\\temp\\tmpbcwvu3</b><br>
<br>func=xmlSecOpenSSLAppKeyLoad:file=..\src\openssl\app.c:line=131:obj=unknown:subj<br>=BIO_new_file:error=4:crypto library function failed:filename=c:\\docume~1\\raghu\\locals~1\\temp\\tmpz_bttr.pem;errno=2<br>func=xmlSecAppCryptoSimpleKeysMngrKeyAndCertsLoad:file=..\apps\crypto.c:line=118<br>
:obj=unknown:subj=xmlSecCryptoAppKeyLoad:error=1:xmlsec library function failed:<br>uri=c:\\docume~1\\raghu\\locals~1\\temp\\tmpz_bttr.pem<br>Error: failed to load public key from "c:\\docume~1\\raghu\\locals~1\\temp\\t<br>
mpz_bttr.pem".<br>Error: keys manager creation failed<br>Usage: xmlsec <command> [<options>] [<files>]<br><br>xmlsec is a command line tool for signing, verifying, encrypting and<br>decrypting XML documents. The allowed <command> values are:<br>
  --help        display this help information and exit<br>  --help-all    display help information for all commands/options and exit<br>  --help-<cmd>  display help information for command <cmd> and exit<br>  --version     print version information and exit<br>
  --keys        keys XML file manipulation<br>  --sign        sign data and output XML document<br>  --verify      verify signed document<br>  --sign-tmpl   create and sign dynamicaly generated signature template<br>  --encrypt     encrypt data and output XML document<br>
  --decrypt     decrypt data from XML document<br>  --xkms-server-request         process data as XKMS server request<br>