<?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>Other NXP ProductsのトピックRe: can we use provisioned cert or key for setting up in the https connection or tls connection in i</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/can-we-use-provisioned-cert-or-key-for-setting-up-in-the-https/m-p/2396878#M32956</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/264738"&gt;@NEXUSNERD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing very well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the i.MX93, the provisioning flow is designed so that the private key remains protected by the &lt;STRONG&gt;ELE&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;So, the blobs stored in /etc/ele/ are secure object representations that allow ELE to reload or reference the provisioned key material, and they are not intended to be treated as ordinary TLS key files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can take a look to the&amp;nbsp;&lt;A href="https://github.com/nxp-imx/imx-secure-enclave/" target="_self"&gt;imx-secure-enclave&lt;/A&gt;&amp;nbsp;(Mbed-TLS).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2026 16:44:13 GMT</pubDate>
    <dc:creator>Manuel_Salas</dc:creator>
    <dc:date>2026-07-20T16:44:13Z</dc:date>
    <item>
      <title>can we use provisioned cert or key for setting up in the https connection or tls connection in i.mx9</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/can-we-use-provisioned-cert-or-key-for-setting-up-in-the-https/m-p/2396714#M32950</link>
      <description>&lt;P&gt;Can the provisioned certificate and private key on the i.MX93 be used directly to establish HTTPS/TLS connections? If yes, what is the recommended method for accessing and utilizing these credentials for client/server authentication and mTLS implementations?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;once provisioning is complete and the secure object blobs are present in /etc/ele/, what is the recommended workflow for using those provisioned credentials in a real HTTPS/TLS connection?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 08:58:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/can-we-use-provisioned-cert-or-key-for-setting-up-in-the-https/m-p/2396714#M32950</guid>
      <dc:creator>NEXUSNERD</dc:creator>
      <dc:date>2026-07-20T08:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: can we use provisioned cert or key for setting up in the https connection or tls connection in i</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/can-we-use-provisioned-cert-or-key-for-setting-up-in-the-https/m-p/2396878#M32956</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/264738"&gt;@NEXUSNERD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing very well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the i.MX93, the provisioning flow is designed so that the private key remains protected by the &lt;STRONG&gt;ELE&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;So, the blobs stored in /etc/ele/ are secure object representations that allow ELE to reload or reference the provisioned key material, and they are not intended to be treated as ordinary TLS key files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can take a look to the&amp;nbsp;&lt;A href="https://github.com/nxp-imx/imx-secure-enclave/" target="_self"&gt;imx-secure-enclave&lt;/A&gt;&amp;nbsp;(Mbed-TLS).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 16:44:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/can-we-use-provisioned-cert-or-key-for-setting-up-in-the-https/m-p/2396878#M32956</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2026-07-20T16:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: can we use provisioned cert or key for setting up in the https connection or tls connection in i</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/can-we-use-provisioned-cert-or-key-for-setting-up-in-the-https/m-p/2397022#M32966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;,&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Following up on the mbedTLS/opaque-key guidance — that's resolved on our side for the private key.&lt;BR /&gt;&lt;BR /&gt;Remaining question is specifically about the certificate, provisioned via EL2GO and stored in /etc/ele/ alongside the private key . Since a certificate is public data, we need to extract it as plain DER to hand to mbedtls_x509_crt_parse_der() for the TLS handshake — unlike the key, it doesn't need to stay opaque.&lt;BR /&gt;&lt;BR /&gt;What is the supported SMW/PSA call to retrieve the plaintext DER bytes for a provisioned certificate object?&lt;BR /&gt;&lt;BR /&gt;Specifically: is it exposed via psa_ps_get() / psa_its_get() (PSA Protected Storage / Internal Trusted Storage) using the object ID as the UID, or through a different SMW API? We see protected_storage.h and internal_trusted_storage.h in the installed SMW headers but want to confirm this is the intended path for certificate objects before building against it.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 05:41:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/can-we-use-provisioned-cert-or-key-for-setting-up-in-the-https/m-p/2397022#M32966</guid>
      <dc:creator>NEXUSNERD</dc:creator>
      <dc:date>2026-07-21T05:41:47Z</dc:date>
    </item>
  </channel>
</rss>

