Re: [xmlsec] Combine Digest Value

2006-05-04 Thread Aleksey Sanin
> Is there any way to get the combine digest value ( one value ) for > multiple files. I am using the command and template to sign now. For "disgest value" the answer is probably "no". But you can create multiple Reference elements pointing to multiple files, create multiple digests and then sig

Re: [xmlsec] problem with xmlSecCryptoAppKeysMngrCertLoadMemory

2006-05-04 Thread Aleksey Sanin
If you attempt to load the same the same cert many times, for example if you forget to increment your loop counter, X509_STORE_add_cert() refuses to add the duplicate certificate. Great! Thanks for update! Aleksey ___ xmlsec mailing list xmlsec@aleks

Re: [xmlsec] How redirect errors from stderr to memory string.

2006-05-04 Thread Aleksey Sanin
> How I can to redirect errors of cryptolibrary from stdout > to memory string? > http://www.aleksey.com/xmlsec/api/xmlsec-errors.html#XMLSECERRORSDEFAULTCALLBACK And there are similar callbacks for LibXML2. Aleksey ___ xmlsec mailing list xmlsec@a

[xmlsec] Combine Digest Value

2006-05-04 Thread Lau andy
Dear Aleksey,   Is there any way to get the combine digest value ( one value )  for multiple files. I am using the command and template to sign now.   Thanks & Best Regards, Andy Lau. Yahoo! Mail goes everywhere you do. Get it on your phone.___

[xmlsec] How redirect errors from stderr to memory string.

2006-05-04 Thread Alexandre Kalendarev
Aleksey, For analyze errors of php_xmlsec I must reduce the stderr for cryptolibrary functions and store it to memory. How I can to redirect errors of cryptolibrary from stdout to memory string? How I can to reduce the stderr for cryptolibrary functions and get for analyze into string? Alex

Re: [xmlsec] problem with xmlSecCryptoAppKeysMngrCertLoadMemory

2006-05-04 Thread Martin Waite
Aleksey Sanin wrote: >> It looks as if it is happy with the PEM image of the certificate, but >> something else is preventing the certificate from being "adopted". >> > Yes... To the best of my knowledge, X509_STORE_add_cert() never > fails... Can you run it under debugger and find out why it actu