<?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>Kinetis Microcontrollers中的主题 Re: SSH on K66F</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SSH-on-K66F/m-p/975698#M55321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This library integrated in the SDK&amp;nbsp;is based on mbedTLS 2.13.1, for more information you could look in the library webpage:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://tls.mbed.org/kb" title="https://tls.mbed.org/kb"&gt;mbed TLS Knowledge Base&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2019 22:49:33 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2019-12-17T22:49:33Z</dc:date>
    <item>
      <title>SSH on K66F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SSH-on-K66F/m-p/975695#M55318</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 trying to develop simple SSH client to access telnet sever(SSH based).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how to implement it on FRDM-K66?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 14:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SSH-on-K66F/m-p/975695#M55318</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2019-12-12T14:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSH on K66F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SSH-on-K66F/m-p/975696#M55319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately there isn't an SSH implementation available but you could start checking the lwip SDK examples. I think the lwip_tcpecho_freertos/bm could be a good way to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2019 21:06:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SSH-on-K66F/m-p/975696#M55319</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-12-16T21:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSH on K66F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SSH-on-K66F/m-p/975697#M55320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have downloaded the latest SDK and there is mbedTLS supported, no WolfSSL supported in latest SDK.&lt;/P&gt;&lt;P&gt;Is wolfSSL removed from now on?&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am using&amp;nbsp;lwip_tcpehco/BM in my project for now. But, I do not know how to add TLS on it?&lt;/P&gt;&lt;P&gt;There are lots of examples based on mbedTLS&amp;nbsp;in latest SDK, but, it is hard for me to pick up one as template. Do you have any document for these&amp;nbsp;and how to use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2019 17:30:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SSH-on-K66F/m-p/975697#M55320</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2019-12-17T17:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: SSH on K66F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SSH-on-K66F/m-p/975698#M55321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This library integrated in the SDK&amp;nbsp;is based on mbedTLS 2.13.1, for more information you could look in the library webpage:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://tls.mbed.org/kb" title="https://tls.mbed.org/kb"&gt;mbed TLS Knowledge Base&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2019 22:49:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SSH-on-K66F/m-p/975698#M55321</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-12-17T22:49:33Z</dc:date>
    </item>
  </channel>
</rss>

