[xmlsec] X509 Retrieval method without a root certificate

2008-05-14 Thread Frank Gross
Hi, I would like to encrypt or validate a document using the X509 retrieval method but without setting a root certificate in the trusted list of the key manager. Is this possible ? Because I tried with flag XMLSEC_KEYINFO_FLAGS_X509DATA_DONT_VERIFY_CERTS in the xmlSecEncCtx structure and in

Re: [xmlsec] X509 Retrieval method without a root certificate

2008-05-14 Thread Aleksey Sanin
Well, sorry but this is not possible w/o source code changes. Signature verifications includes cert verification and there is no way to disable it. Aleksey Frank Gross wrote: Hi, I would like to encrypt or validate a document using the X509 retrieval method but without setting a root