<?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: Https requests not using HW accelerated AES encryption on SE050</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/Https-requests-not-using-HW-accelerated-AES-encryption-on-SE050/m-p/1335228#M569</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/190645"&gt;@morni&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indeed&amp;nbsp;the SE05x is used for the&amp;nbsp;TLS Handshake only. After TLS Handshake to Server and the IoT Device are using temporary AES session keys to encrypt/decrypt the application data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Due to performance reason we do not use the SE for application data encryption. To increase the performance the customer shall use the MCU AES crypto coprocessor if possible.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW: The&amp;nbsp;mbedTLS&amp;nbsp;ALT&amp;nbsp;behavior is specified in the MW doc , &lt;A href="https://www.nxp.com/webapp/Download?colCode=AN13030" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=AN13030&lt;/A&gt; (especially in chapter 8.2). and AN12400, &lt;A href="https://www.nxp.com/docs/en/application-note/AN12400.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12400.pdf&lt;/A&gt;&amp;nbsp;, the chapter 3 also shows which operation is performed by the SE.&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>Mon, 06 Sep 2021 05:54:42 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2021-09-06T05:54:42Z</dc:date>
    <item>
      <title>Https requests not using HW accelerated AES encryption on SE050</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Https-requests-not-using-HW-accelerated-AES-encryption-on-SE050/m-p/1334479#M568</link>
      <description>&lt;P&gt;I'm using the SE050 to connect to AWS and upload data to an S3 bucket.&amp;nbsp; I've found that secure uploads (using https instead of http) is VERY slow.&amp;nbsp; Stepping through the code, it seems that the AES encryption of data in the secure pipe is done in software and not on the SE050 chip.&amp;nbsp; As far as I understand, the Edgelock chip supports hardware accelerated AES encryption/decryption, but it does not seem to be used in https requests.&amp;nbsp; Is this a configuration problem or is an alternative simply not implemented for mbedtls AES?&amp;nbsp; I've made sure that MBEDTLS_AES_ENCRYPT_ALT is #defined.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Edgelock on an NXT i.mx rt1064 platform.&lt;/P&gt;&lt;P&gt;I can't find any application note or example on the subject, help would be appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 03:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Https-requests-not-using-HW-accelerated-AES-encryption-on-SE050/m-p/1334479#M568</guid>
      <dc:creator>morni</dc:creator>
      <dc:date>2021-09-03T03:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Https requests not using HW accelerated AES encryption on SE050</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Https-requests-not-using-HW-accelerated-AES-encryption-on-SE050/m-p/1335228#M569</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/190645"&gt;@morni&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indeed&amp;nbsp;the SE05x is used for the&amp;nbsp;TLS Handshake only. After TLS Handshake to Server and the IoT Device are using temporary AES session keys to encrypt/decrypt the application data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Due to performance reason we do not use the SE for application data encryption. To increase the performance the customer shall use the MCU AES crypto coprocessor if possible.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW: The&amp;nbsp;mbedTLS&amp;nbsp;ALT&amp;nbsp;behavior is specified in the MW doc , &lt;A href="https://www.nxp.com/webapp/Download?colCode=AN13030" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=AN13030&lt;/A&gt; (especially in chapter 8.2). and AN12400, &lt;A href="https://www.nxp.com/docs/en/application-note/AN12400.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12400.pdf&lt;/A&gt;&amp;nbsp;, the chapter 3 also shows which operation is performed by the SE.&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>Mon, 06 Sep 2021 05:54:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Https-requests-not-using-HW-accelerated-AES-encryption-on-SE050/m-p/1335228#M569</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-09-06T05:54:42Z</dc:date>
    </item>
  </channel>
</rss>

