Hi Aleksey,

Well with the commandline tool it works fine ;o)
But can you tell me please how I can get the x509 Cert now?

Before I use

xmlSecKeyDataPtr tmp = (xmlSecKeyDataPtr)xmlSecPtrListGetItem(key->dataList, 
pos);
PCCERT_CONTEXT x509 = xmlSecMSCryptoKeyDataX509GetCert(tmp,pos); 

But how I can use this if key->dataList == NULL?
Is there an other way the get the x509 cert?

-----Original Message-----
From: Aleksey Sanin [mailto:[EMAIL PROTECTED] 
Sent: Donnerstag, 24. August 2006 17:20
To: Jürgen Heiss
Cc: [email protected]
Subject: Re: [xmlsec] Trouble by verification

For simplest case, yes. But you might want to take a look at the help

http://www.aleksey.com/xmlsec/xmlsec-man.html

Aleksey

Jürgen Heiss wrote:
> How is the command for the command line tool?
> 
> Xmlsec --verify filename
>  
> 
> -----Original Message-----
> From: Aleksey Sanin [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 24. August 2006 17:17
> To: Jürgen Heiss
> Cc: [email protected]
> Subject: Re: [xmlsec] Trouble by verification
> 
>  > Note that at this point
>  > hindsight.signKey->dataList == NULL !
> 
> Well, it might be OK because your key has a name and a value only. There is 
> nothing to put in the dataList.
> 
> Please, try to verify your signature with xmlsec command line tool!
> 
> Aleksey
> 
> 
> 
> 
> _______________________________________________
> xmlsec mailing list
> [email protected]
> http://www.aleksey.com/mailman/listinfo/xmlsec


_______________________________________________
xmlsec mailing list
[email protected]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to