This assert checks that keysMngr is not NULL. If you are hitting
it then it means that keysMngr field is NULL at that point.

Aleksey


On 7/11/12 1:38 AM, Leif Johansson wrote:
> 
> Also this:
> 
> The fact that (as you said)
> 
>> keyInfoCtx->keysMngr = keysMngr;
> 
> in xmlSecKeyInfoCtxInitialize means that when it is called thus:
> 
> 
> ret = xmlSecKeyInfoCtxInitialize(&keyInfoCtx, NULL);
> 
> 
> from xmlSecKeyReadBuffer means it *will* hit that assert in
> xmlSecOpenSSLKeyDataX509VerifyAndExtractKey
> 
> 
> 

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

Reply via email to