<?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: Generate CSR inside SE050 in Secure Authentication</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1745648#M1411</link>
    <description>&lt;P&gt;I used mbedtls functions and I succeed to create my CSR.&lt;/P&gt;&lt;P&gt;I used the mbedtls example&amp;nbsp;&lt;A href="https://github.com/Mbed-TLS/mbedtls/blob/development/programs/x509/cert_req.c" target="_blank"&gt;https://github.com/Mbed-TLS/mbedtls/blob/development/programs/x509/cert_req.c&lt;/A&gt;&amp;nbsp;and I modified the file &lt;EM&gt;`x509write_csr.c`&lt;/EM&gt; to use my function instead of &lt;EM&gt;`&lt;SPAN&gt;mbedtls_pk_sign&lt;/SPAN&gt;`.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But I juste saw that &lt;EM&gt;`mbedtls_pk_sign_restartable( ctx, ...&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;`&lt;/EM&gt; use&amp;nbsp;&lt;EM&gt;`&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;ctx&lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;pk_info&lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;sign_func&lt;/SPAN&gt;&lt;SPAN&gt;(...&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;`&lt;/EM&gt; so I think that it's cleaner to change this variable. I'll try.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2023 06:07:27 GMT</pubDate>
    <dc:creator>jb2</dc:creator>
    <dc:date>2023-10-25T06:07:27Z</dc:date>
    <item>
      <title>Generate CSR inside SE050</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1740462#M1389</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I use SE050 MW in C on a esp32.&lt;/P&gt;&lt;P&gt;I can generate a key pair with sss_key function but I don't find any function to generate and sign the CSR.&lt;/P&gt;&lt;P&gt;I don't want to put private key out the SE050 and use mbedtls.&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 13:22:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1740462#M1389</guid>
      <dc:creator>jb2</dc:creator>
      <dc:date>2023-10-16T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Generate CSR inside SE050</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1740959#M1391</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/79131"&gt;@jb2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a demo on this topic, please kindly refer to&amp;nbsp;simw- top/doc/demos/se05x/certificate_demo/Readme.html for details, and the source code may be found in&amp;nbsp;simw-top\demos\se05x\certificate_demo .&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>Tue, 17 Oct 2023 06:04:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1740959#M1391</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2023-10-17T06:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Generate CSR inside SE050</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1741030#M1393</link>
      <description>&lt;P&gt;This example is for self-signed certificate. Do you have the same to create a Certificate Signing Request ?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 07:06:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1741030#M1393</guid>
      <dc:creator>jb2</dc:creator>
      <dc:date>2023-10-17T07:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generate CSR inside SE050</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1745530#M1409</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/79131"&gt;@jb2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So far we don't have such kind of demo available, but which openssl/mbedtls version&amp;nbsp;are you using? We may try to&amp;nbsp;create a generic example code based on that.&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, 25 Oct 2023 02:09:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1745530#M1409</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2023-10-25T02:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Generate CSR inside SE050</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1745648#M1411</link>
      <description>&lt;P&gt;I used mbedtls functions and I succeed to create my CSR.&lt;/P&gt;&lt;P&gt;I used the mbedtls example&amp;nbsp;&lt;A href="https://github.com/Mbed-TLS/mbedtls/blob/development/programs/x509/cert_req.c" target="_blank"&gt;https://github.com/Mbed-TLS/mbedtls/blob/development/programs/x509/cert_req.c&lt;/A&gt;&amp;nbsp;and I modified the file &lt;EM&gt;`x509write_csr.c`&lt;/EM&gt; to use my function instead of &lt;EM&gt;`&lt;SPAN&gt;mbedtls_pk_sign&lt;/SPAN&gt;`.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But I juste saw that &lt;EM&gt;`mbedtls_pk_sign_restartable( ctx, ...&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;`&lt;/EM&gt; use&amp;nbsp;&lt;EM&gt;`&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;ctx&lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;pk_info&lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;sign_func&lt;/SPAN&gt;&lt;SPAN&gt;(...&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;`&lt;/EM&gt; so I think that it's cleaner to change this variable. I'll try.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 06:07:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1745648#M1411</guid>
      <dc:creator>jb2</dc:creator>
      <dc:date>2023-10-25T06:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Generate CSR inside SE050</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1746502#M1414</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/79131"&gt;@jb2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great to know that! Please kindly let me know if you have any further questions.&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, 26 Oct 2023 02:42:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Generate-CSR-inside-SE050/m-p/1746502#M1414</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2023-10-26T02:42:00Z</dc:date>
    </item>
  </channel>
</rss>

