<?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>Secure AuthenticationのトピックRe: Problems Creating an RSA Secure Object for the SE050</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/Problems-Creating-an-RSA-Secure-Object-for-the-SE050/m-p/1196148#M419</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181217"&gt;@nullptr_123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CLI tools can be used for inject keys such as RSA, please kindly refer to the following for details.&lt;/P&gt;
&lt;P&gt;#) ``ssscli set rsa pair``::&lt;/P&gt;
&lt;P&gt;Usage: ssscli set rsa pair [OPTIONS] keyid key&lt;/P&gt;
&lt;P&gt;Set RSA Key Pair&lt;/P&gt;
&lt;P&gt;keyid = 32bit Key ID. Should be in hex format. Example: 20E8A001&lt;/P&gt;
&lt;P&gt;key = Can be raw key (DER format) or in file. For file, by default&lt;BR /&gt;filename with extension .pem considered as PEM format and others as DER&lt;BR /&gt;format.&lt;/P&gt;
&lt;P&gt;Options:&lt;BR /&gt;--format TEXT Input key format. TEXT can be "DER" or "PEM"&lt;BR /&gt;--policy_name TEXT File name of the policy to be applied&lt;BR /&gt;--help Show this message and exit.&lt;/P&gt;
&lt;P&gt;Please kindly refer to "SE-PLUG-TRUST-MW/simw-top/doc/pycli/doc/pre-steps.html" for more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&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, 09 Dec 2020 08:14:10 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2020-12-09T08:14:10Z</dc:date>
    <item>
      <title>Problems Creating an RSA Secure Object for the SE050</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Problems-Creating-an-RSA-Secure-Object-for-the-SE050/m-p/1195613#M418</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to create a secure object containing an RSA key pair but it is not working and I do not understand why. The function returns the error code 0x6895 every time I try to write the secure object. I'm trying to create it using the SDK. I simply created the SDK example se05x_minimal and then called the functions needed to create the RSA secure object in the ex_sss_entry function. The file with the ex_sss_entry function is attached to this question (se05x_minimal.c). The object identifier that I used in the program has not been used for any other secure object.&lt;/P&gt;&lt;P&gt;To create the key array I used a python script that read the contents of a file that contains a private RSA key in PEM form. The python script (convertprivate.py) and the PEM file (prikeypem.zip) are both also attached to this question. I created the PEM file using openssl. I got the code for the python script by going through the ssscli files. I wanted to try using the ssscli to set the RSA key pair instead of the SDK but I couldn't get it to work.&lt;/P&gt;&lt;P&gt;I am using the&amp;nbsp;OM-SE050ARD development board with the LPC55S69 development board. When debugging it, everything seems to work as described in the AN12413 APDU specification, so I don't understand why it isn't working. I have tried many things and nothing seems to work. Could you please help me find the problem?&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 16:23:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Problems-Creating-an-RSA-Secure-Object-for-the-SE050/m-p/1195613#M418</guid>
      <dc:creator>nullptr_123</dc:creator>
      <dc:date>2020-12-08T16:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Creating an RSA Secure Object for the SE050</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Problems-Creating-an-RSA-Secure-Object-for-the-SE050/m-p/1196148#M419</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181217"&gt;@nullptr_123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CLI tools can be used for inject keys such as RSA, please kindly refer to the following for details.&lt;/P&gt;
&lt;P&gt;#) ``ssscli set rsa pair``::&lt;/P&gt;
&lt;P&gt;Usage: ssscli set rsa pair [OPTIONS] keyid key&lt;/P&gt;
&lt;P&gt;Set RSA Key Pair&lt;/P&gt;
&lt;P&gt;keyid = 32bit Key ID. Should be in hex format. Example: 20E8A001&lt;/P&gt;
&lt;P&gt;key = Can be raw key (DER format) or in file. For file, by default&lt;BR /&gt;filename with extension .pem considered as PEM format and others as DER&lt;BR /&gt;format.&lt;/P&gt;
&lt;P&gt;Options:&lt;BR /&gt;--format TEXT Input key format. TEXT can be "DER" or "PEM"&lt;BR /&gt;--policy_name TEXT File name of the policy to be applied&lt;BR /&gt;--help Show this message and exit.&lt;/P&gt;
&lt;P&gt;Please kindly refer to "SE-PLUG-TRUST-MW/simw-top/doc/pycli/doc/pre-steps.html" for more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&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, 09 Dec 2020 08:14:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Problems-Creating-an-RSA-Secure-Object-for-the-SE050/m-p/1196148#M419</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2020-12-09T08:14:10Z</dc:date>
    </item>
  </channel>
</rss>

