<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Implement mqtt client with TLS 1.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16528/implement-mqtt-client-with-tls-1-2</link><description>Hi all, 
 Hi I am implementing MQTT client on the Nrf52 MCU, as to the MQTT broker, I am going to use the amazon AWS IoT , where the broker adopts the TLS 1.2. 
 I read through the nordic infocenter , find mbedtls is available. My question is, can I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Sep 2016 12:27:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16528/implement-mqtt-client-with-tls-1-2" /><item><title>RE: Implement mqtt client with TLS 1.2</title><link>https://devzone.nordicsemi.com/thread/63233?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2016 12:27:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:652b8a30-247f-4933-bc3f-3cd57651f471</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Yes, the IoT SDK uses the mBed TLS library, which uses the NIST naming of the ciphersuites. You can find a list with the OpenSSL equivialent naming &lt;a href="https://tls.mbed.org/supported-ssl-ciphersuites#ecdhe_rsa"&gt;here&lt;/a&gt; and if you compare the list of the supported ciphersuites you&amp;#39;ll see that&lt;/p&gt;
&lt;p&gt;&lt;code&gt;TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA&lt;/code&gt; corresponds to &lt;code&gt;ECDHE-RSA-AES128-SHA&lt;/code&gt;	&lt;/p&gt;
&lt;p&gt;&lt;code&gt;TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA&lt;/code&gt; corresponds to &lt;code&gt;ECDHE-RSA-AES256-SHA&lt;/code&gt;	&lt;/p&gt;
&lt;p&gt;-Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>