RE: [xmlsec] RE: Need urgent help for verify

2006-06-02 Thread Jürgen Heiss
Hi, Is there a way to load a PCCERT_CONTEXT into the KeyManager? For example something like. xmlSecPtrListAdd( PCCERT_CONTEXT,)? Thanks Jürgen ___ xmlsec mailing list xmlsec@aleksey.com http://www.aleksey.com/mailman/listinfo/xmlsec

RE: [xmlsec] RE: Need urgent help for verify

2006-06-02 Thread Jürgen Heiss
By the way. I can verify the xml file now if I load the root certificate before verify. xmlSecCryptoAppKeysMngrCertLoad (keyMngr, rootcert ). Is there also a way to load the root cert into the keymanager if the root cert is already in one PCCERT_CONTEXT struct? Thanks for any help Jürgen

Re: [xmlsec] RE: Need urgent help for verify

2006-06-02 Thread Aleksey Sanin
Is there also a way to load the root cert into the keymanager if the root cert is already in one PCCERT_CONTEXT struct? xmlSecMSCryptoX509StoreAdoptCert() Aleksey ___ xmlsec mailing list xmlsec@aleksey.com