<?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>MPC5xxxのトピックRe: SSL library for MPC5748G</title>
    <link>https://community.nxp.com/t5/MPC5xxx/SSL-library-for-MPC5748G/m-p/494632#M2707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am curious to know which compiler are you using to build WolfSSL for MPC5748G?&lt;/P&gt;&lt;P&gt;And what's the size of WolfSSL library or the ELF file that you are building?&lt;/P&gt;&lt;P&gt;Did you do anything to disable libc calls (&lt;SPAN style="color: black;"&gt;memcpy, malloc, free, memset, memcmp,&amp;nbsp;strlen, strncpy, strncmp, strncat) which are used extensively in WolfSSL?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 10:28:35 GMT</pubDate>
    <dc:creator>ssnkumar</dc:creator>
    <dc:date>2018-06-29T10:28:35Z</dc:date>
    <item>
      <title>SSL library for MPC5748G</title>
      <link>https://community.nxp.com/t5/MPC5xxx/SSL-library-for-MPC5748G/m-p/494630#M2705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to integrate wolfSSL using lwIP as TCP/IP stack and MPC5748G as target board (server). I use lwip tcp/ip stack in order to communicate between NXP Qorivva MPC5748G (server) and winsock client application running on desktop in visual studio.The communication is ok but I need to secure the &lt;SPAN lang="en"&gt;transmitted/received packets using a ssl library.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I'm trying to use mbedTLS but I couldn'i port this ssl stack &lt;SPAN class="tw-bilingual-translation" lang="en"&gt;correctly on my board and I change it with wolfSSL stack. &lt;SPAN lang="en"&gt;I managed to compile without error this stack but when the server (MPC5748G) and client(visual studio program) try to change the initial packet (ssl handshake protocol) the comunication &lt;SPAN lang="en"&gt;fail.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="tw-bilingual-translation" lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="tw-bilingual-translation" lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;Could anyone tell me please if I can use a ssl stack for this type of board without an operating system ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="tw-bilingual-translation" lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="tw-bilingual-translation" lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;Best regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="tw-bilingual-translation" lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;Alex.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 13:15:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/SSL-library-for-MPC5748G/m-p/494630#M2705</guid>
      <dc:creator>alextimpau</dc:creator>
      <dc:date>2016-05-24T13:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: SSL library for MPC5748G</title>
      <link>https://community.nxp.com/t5/MPC5xxx/SSL-library-for-MPC5748G/m-p/494631#M2706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I consulted this topic with one of our application engineer who is TCP/IP expert and he told me following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WolfSSL is independent library which does not need any hardware support (if hw acceleration for crypto algorithms is not used). The best way, how to implement this library is to use TCP/IP stack, which contains Socket Layer (interface for application, which uses TCP communication). This Socket layer is set of &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;standardized function (for example look at the Linux specification). This is the easiest way, how to connect wolfSSL to TCP/IP stack. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;I assume, it is possible to implement wolfSSL without operating system, but it will be more difficult than you use OS.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 13:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/SSL-library-for-MPC5748G/m-p/494631#M2706</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2016-05-26T13:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: SSL library for MPC5748G</title>
      <link>https://community.nxp.com/t5/MPC5xxx/SSL-library-for-MPC5748G/m-p/494632#M2707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am curious to know which compiler are you using to build WolfSSL for MPC5748G?&lt;/P&gt;&lt;P&gt;And what's the size of WolfSSL library or the ELF file that you are building?&lt;/P&gt;&lt;P&gt;Did you do anything to disable libc calls (&lt;SPAN style="color: black;"&gt;memcpy, malloc, free, memset, memcmp,&amp;nbsp;strlen, strncpy, strncmp, strncat) which are used extensively in WolfSSL?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 10:28:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/SSL-library-for-MPC5748G/m-p/494632#M2707</guid>
      <dc:creator>ssnkumar</dc:creator>
      <dc:date>2018-06-29T10:28:35Z</dc:date>
    </item>
  </channel>
</rss>

