<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Smart Cards and Secure ElementのトピックRe: Applet v3 vs v7 limitations</title>
    <link>https://community.nxp.com/t5/Smart-Cards-and-Secure-Element/Applet-v3-vs-v7-limitations/m-p/2128055#M249</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;- thank you!&lt;/P&gt;&lt;P&gt;I can see in the documentation you cite:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;can_Read and can_Write polices are moved from symmetric and asymmetric object policy to common policy in applet 7.x. PLEASE UPDATE THE APPLICATIONS ACCORDINGLY.&lt;/LI-CODE&gt;&lt;P&gt;However, binary file (object) is neither symmetric nor asymmetric object, it has policy&amp;nbsp;KPolicy_File.&lt;/P&gt;&lt;P&gt;Should I move .can_Write = 1 for authenticated session from common policy to&amp;nbsp;KPolicy_File?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jul 2025 11:13:07 GMT</pubDate>
    <dc:creator>psvz</dc:creator>
    <dc:date>2025-07-03T11:13:07Z</dc:date>
    <item>
      <title>Applet v3 vs v7 limitations</title>
      <link>https://community.nxp.com/t5/Smart-Cards-and-Secure-Element/Applet-v3-vs-v7-limitations/m-p/2120755#M246</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sss   :ERROR:Compiled for 0x70200. Got older 0x30101&lt;/LI-CODE&gt;&lt;P&gt;Is that correct understanding I wouldn't be able to freeze object change/creation with the old applet--&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;undefined symbol: Se05x_API_DisableObjCreation&lt;/LI-CODE&gt;&lt;P&gt;More important - I have something not expected, the policies working with later version are not respected, e.g.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sss   :WARN :can_Read is not applied
sss   :WARN :can_Write is not applied&lt;/LI-CODE&gt;&lt;P&gt;In my C code (and it works with applet v7) I have for example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  const
  sss_policy_u      pcommon     =
  {
    .type         = KPolicy_Common,
    .auth_obj_id  = 0,
    .policy       =
    {
      .common     = { .can_Read = 1 }
    }
  };&lt;/LI-CODE&gt;&lt;P&gt;What could be the problem?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jun 2025 14:33:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Smart-Cards-and-Secure-Element/Applet-v3-vs-v7-limitations/m-p/2120755#M246</guid>
      <dc:creator>psvz</dc:creator>
      <dc:date>2025-06-21T14:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Applet v3 vs v7 limitations</title>
      <link>https://community.nxp.com/t5/Smart-Cards-and-Secure-Element/Applet-v3-vs-v7-limitations/m-p/2127886#M248</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210414"&gt;@psvz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, your understanding is correct, DisableObjCreation is not supported on applet version 3.x, but you still can create a bin file to consume the rest of memory size. Please remember to set a proper policy for this bin file to avoid deletion from unauthenticated users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The policy settings in your application have also to be updated as mentioned in&amp;nbsp;SE-PLUG-TRUST-MW_04.07.00/simw-top/doc/changes/v04_00_00.html. They are&amp;nbsp;&lt;SPAN data-teams="true"&gt;because of the changes in applet behavior.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hope that helps,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 07:44:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Smart-Cards-and-Secure-Element/Applet-v3-vs-v7-limitations/m-p/2127886#M248</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2025-07-03T07:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Applet v3 vs v7 limitations</title>
      <link>https://community.nxp.com/t5/Smart-Cards-and-Secure-Element/Applet-v3-vs-v7-limitations/m-p/2128055#M249</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;- thank you!&lt;/P&gt;&lt;P&gt;I can see in the documentation you cite:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;can_Read and can_Write polices are moved from symmetric and asymmetric object policy to common policy in applet 7.x. PLEASE UPDATE THE APPLICATIONS ACCORDINGLY.&lt;/LI-CODE&gt;&lt;P&gt;However, binary file (object) is neither symmetric nor asymmetric object, it has policy&amp;nbsp;KPolicy_File.&lt;/P&gt;&lt;P&gt;Should I move .can_Write = 1 for authenticated session from common policy to&amp;nbsp;KPolicy_File?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 11:13:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Smart-Cards-and-Secure-Element/Applet-v3-vs-v7-limitations/m-p/2128055#M249</guid>
      <dc:creator>psvz</dc:creator>
      <dc:date>2025-07-03T11:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Applet v3 vs v7 limitations</title>
      <link>https://community.nxp.com/t5/Smart-Cards-and-Secure-Element/Applet-v3-vs-v7-limitations/m-p/2128584#M250</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210414"&gt;@psvz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, it is possible to set a custom policy for a bin file without can_Write, but better leave can_Delete in the common policy for the&amp;nbsp;&lt;SPAN&gt;authenticated session&lt;/SPAN&gt; so you are still able to delete it in some cases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 09:03:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Smart-Cards-and-Secure-Element/Applet-v3-vs-v7-limitations/m-p/2128584#M250</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2025-07-04T09:03:47Z</dc:date>
    </item>
  </channel>
</rss>

