<?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>topic Re: Change Mandate Platform SCP to not required in Secure Authentication</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1429326#M722</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run into this exact same problem. Can I have the "Unmandate" PlatformSCP demo please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 13:31:37 GMT</pubDate>
    <dc:creator>xlandrexl</dc:creator>
    <dc:date>2022-03-16T13:31:37Z</dc:date>
    <item>
      <title>Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1224224#M452</link>
      <description>&lt;P&gt;I've been able to mandate platform SCP to required with this call: &lt;EM&gt;Se05x_API_SetPlatformSCPRequest(ctx,&amp;nbsp;kSE05x_PlatformSCPRequest_REQUIRED)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;By creating an auth key (AES 128 bit) with the&amp;nbsp;kSE05x_AppletResID_PLATFORM_SCP reserved ID.&amp;nbsp; No problems.&amp;nbsp; &amp;nbsp;As expected, I can only connect to the se050 using SCP03.&amp;nbsp; So far so good.&amp;nbsp; The problem is, how to change mandate platform SCP back to no required?&amp;nbsp; Since the above call (&lt;EM&gt;Se05x_API_SetPlatformSCPRequest())&amp;nbsp;&lt;/EM&gt;requires authenticating with&amp;nbsp;kSE05x_AppletResID_PLATFORM_SCP, but I can only connect using platform SCP.&lt;/P&gt;&lt;P&gt;The question is then:&amp;nbsp; How can I change mandate platform SCP to not required after it has been set to required?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 20:11:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1224224#M452</guid>
      <dc:creator>deang</dc:creator>
      <dc:date>2021-02-01T20:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1225488#M453</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/150525"&gt;@deang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The same API can be used for setting PlatformSCP into unrequired state. when host finishes the SCP03 authentication with SE050, then you may open a session with&amp;nbsp;RESERVED_ID_PLATFORM_SCP, such like you did before, and then use the same API to disable platformSCP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that makes sense,&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;</description>
      <pubDate>Wed, 03 Feb 2021 10:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1225488#M453</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-02-03T10:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1225956#M454</link>
      <description>&lt;P&gt;Kan,&lt;/P&gt;&lt;P&gt;This makes sense at a high level, but the details are not clear.&amp;nbsp; Specifically &lt;EM&gt;"you may open a session with&amp;nbsp;RESERVED_ID_PLATFORM_SCP"&lt;/EM&gt;.&amp;nbsp; I've tried&amp;nbsp;sss_se05x_session_open() without any luck.&amp;nbsp; However&amp;nbsp;Se05x_API_CreateSession() works and I do get back a session id.&amp;nbsp; After this call, I'm a bit stuck.&lt;/P&gt;&lt;P&gt;I'm sure I have to use the session id along with the key for&amp;nbsp;RESERVED_ID_PLATFORM_SCP, somehow to authenticate the session as as&amp;nbsp;RESERVED_ID_PLATFORM_SCP.&amp;nbsp; That's&amp;nbsp; the part I'm stuck at, I can't find anything/any API along these lines.&lt;/P&gt;&lt;P&gt;Is there an example of how to create and authenticate a session like this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dean&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 01:41:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1225956#M454</guid>
      <dc:creator>deang</dc:creator>
      <dc:date>2021-02-04T01:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1226948#M455</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/150525"&gt;@deang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, there is a&amp;nbsp;un-mandate PlatformSCP demo available,&amp;nbsp; but it is not yet included in the public MW release. if you need it right now, you may create a private ticket for it. Please kindly refer to the following for more details.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Using-Our-Community-Knowledge/How-to-submit-a-new-question-for-NXP-Support/ta-p/1117058" target="_blank"&gt;https://community.nxp.com/t5/Using-Our-Community-Knowledge/How-to-submit-a-new-question-for-NXP-Support/ta-p/1117058&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please kindly tell me case number when it is available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your patience!&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;</description>
      <pubDate>Fri, 05 Feb 2021 08:23:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1226948#M455</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-02-05T08:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1227324#M456</link>
      <description>&lt;P&gt;Created case&amp;nbsp;&lt;SPAN&gt;00333109&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 18:46:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1227324#M456</guid>
      <dc:creator>deang</dc:creator>
      <dc:date>2021-02-05T18:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1228415#M457</link>
      <description>&lt;P&gt;Hi deang,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the information! I have replied you in that case.&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;</description>
      <pubDate>Tue, 09 Feb 2021 02:48:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1228415#M457</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-02-09T02:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1229096#M458</link>
      <description>&lt;P&gt;Kan,&lt;/P&gt;&lt;P&gt;Thanks for the code example, unfortunately this doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Question:&amp;nbsp; When will new the Plug&amp;amp;Trust MW&amp;nbsp; (with the sample code to disable mandatory SCP) be released?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dean&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 01:36:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1229096#M458</guid>
      <dc:creator>deang</dc:creator>
      <dc:date>2021-02-10T01:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1230719#M460</link>
      <description>&lt;P&gt;Kan,&lt;/P&gt;&lt;P&gt;Debugging more and it looks like my problem is because I created an AES object (kSSS_CipherType_AES) &amp;nbsp;&amp;nbsp;with the &lt;EM&gt;kSE05x_AppletResID_PLATFORM_SCP&lt;/EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;object id.&amp;nbsp; This enabled me to force platform SCP (setting &lt;EM&gt;kSE05x_PlatformSCPRequest_REQUIRED)&lt;/EM&gt;&amp;nbsp;, but you can’t subsequently create session with this AES key because now the use of Platform SCP is required.&lt;/P&gt;&lt;P&gt;However connecting to the SE050 with platform SCP, I can create User ID objects and then create and authenticate a session with this User ID.&amp;nbsp; I should have created a User ID object with id of &lt;EM&gt;kSE05x_AppletResID_PLATFORM_SCP&lt;/EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;, this would have enable subsequent platform SCP connection to use this User ID.&lt;/P&gt;&lt;P&gt;Thanks for your help, you can close this ticket.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 21:54:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1230719#M460</guid>
      <dc:creator>deang</dc:creator>
      <dc:date>2021-02-13T21:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1232610#M462</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/150525"&gt;@deang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the update! I will close that ticket later.&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;</description>
      <pubDate>Thu, 18 Feb 2021 07:07:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1232610#M462</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-02-18T07:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1429326#M722</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run into this exact same problem. Can I have the "Unmandate" PlatformSCP demo please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 13:31:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1429326#M722</guid>
      <dc:creator>xlandrexl</dc:creator>
      <dc:date>2022-03-16T13:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change Mandate Platform SCP to not required</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1430954#M723</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198226"&gt;@xlandrexl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code example I got from NXP didn't work.&amp;nbsp; However I did figure out how to change the mandate, from my notes:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You need to create a User ID with the id of RESERVE_ID_PLATFORM_SCP.&amp;nbsp; When SCP is mandatory, the connection to the SE050 is required to be platform SCP.&amp;nbsp; When connected via Platform SCP, you can create a user id and create a session with this user id within an SCP session.&amp;nbsp; That’s the key, authenticating using a UserID object with the id of RESERVE_ID_PLATFORM_SCP.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;I initially created an AES object with a RESERVE_ID_PLATFORM_SCP id then make platform scp required.&amp;nbsp; To undo I needed to authenticate with this id (RESERVE_ID_PLATFORM_SCP), however I can’t create a session with an AES key since mandatory SCP is enabled.&amp;nbsp; One option would be to create a UserID with kSE05x_AppletResID_FACTORY_RESET&amp;nbsp; id and then clear everything&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't worked on the SE050 for a while, so you'll probably need to do some debugging here. I can't share any sample code because it is proprietary.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, NXP might have a working example now.&lt;/P&gt;&lt;P&gt;Dean&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 15:56:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Change-Mandate-Platform-SCP-to-not-required/m-p/1430954#M723</guid>
      <dc:creator>deang</dc:creator>
      <dc:date>2022-03-20T15:56:25Z</dc:date>
    </item>
  </channel>
</rss>

