[xmlsec] problem with raw-x509-cert
Aleksey Sanin
aleksey at aleksey.com
Wed Jul 11 07:01:31 PDT 2012
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
>
>
>
More information about the xmlsec
mailing list