Hi
I got some fabricated sample from production based in SE050C2 and before I was working with SE051H2, expectedly the applet version is older, and I had to re-compile the middleware:
sss :ERROR:Compiled for 0x70200. Got older 0x30101
Is that correct understanding I wouldn't be able to freeze object change/creation with the old applet--
undefined symbol: Se05x_API_DisableObjCreation
More important - I have something not expected, the policies working with later version are not respected, e.g.
sss :WARN :can_Read is not applied
sss :WARN :can_Write is not applied
In my C code (and it works with applet v7) I have for example:
const
sss_policy_u pcommon =
{
.type = KPolicy_Common,
.auth_obj_id = 0,
.policy =
{
.common = { .can_Read = 1 }
}
};
What could be the problem?