Marc 10 Posted October 3, 2015 Share Posted October 3, 2015 Any plans to develop SSL or HTTPS connections for the new Crypto launchpad? Quote Link to post Share on other sites
jon1426459908 0 Posted October 5, 2015 Share Posted October 5, 2015 I have just started looking into this after receiving the new EXL board. Here's are some tutorials on building the wolfSSL library for TI-RTOS: http://processors.wiki.ti.com/index.php/Using_wolfSSL_with_TI-RTOS https://github.com/wolfSSL/wolfssl-examples/tree/master/tirtos_ccs_examples Quote Link to post Share on other sites
yyrkoon 250 Posted October 6, 2015 Share Posted October 6, 2015 Ok, so what is the point of using SSL on an Embedded device such as this ? So this is an honest question, not meant to be argumentative or anything like that. I mean, I know what SSL *is*( roughly ), I have one of these boards, and can not think of clear reason - Why. The reason why I bough this board was to use as a CANBUS to Ethernet bridge of sorts. Quote Link to post Share on other sites
jon1426459908 0 Posted October 7, 2015 Share Posted October 7, 2015 It's pretty much the bare minimum level of security required for the IoT thing to take off (which only precedes many other considerations!). Now that you have a dedicated crypto engine, there is no [ostensible] extra load on the MCU for encryption, and in turn no reason not to use it for communicating over the net. Quote Link to post Share on other sites
spirilis 1,265 Posted October 7, 2015 Share Posted October 7, 2015 Pretty much the same reasons you might want to run SSL anywhere else, like on a Linux webserver, or SSL protected IRC connection, etc. Quote Link to post Share on other sites
yyrkoon 250 Posted October 7, 2015 Share Posted October 7, 2015 It's pretty much the bare minimum level of security required for the IoT thing to take off (which only precedes many other considerations!). Now that you have a dedicated crypto engine, there is no [ostensible] extra load on the MCU for encryption, and in turn no reason not to use it for communicating over the net. @@spirilis too SO the way I always imagined IoT. You have a system, be it bare metal, or with an OS that communicates with a dedicated "local" system. Which in turn aggregates that data to the web. In the case of using an OS( non RTOS ), the system could probably also use proxies, or some sort of built in distro package for SSL. Anyway, that's how I've always viewed the situation, which does not mean it has to be the end-all, be-all - view.. Quote Link to post Share on other sites
chicken 630 Posted October 7, 2015 Share Posted October 7, 2015 Even local systems can be exposed to attacks. Think garage door opener, burglar alarm, electronic door lock, ... (unless you plan to wire everything) yyrkoon 1 Quote Link to post Share on other sites
yyrkoon 250 Posted October 13, 2015 Share Posted October 13, 2015 Even local systems can be exposed to attacks. Think garage door opener, burglar alarm, electronic door lock, ... (unless you plan to wire everything) Except, I would assume wired is used, since the board has ethernet. With that said . . . . . . EDIT: Anyway, it is not my goal to sound like a conspiracy theorist. But I've read material in the past where "painting" devices with RF can *sometimes* allow one to eavesdrop. Ethernet . . . I'm not sure about. Wifi seems very doable, and bluetooth *is* possible. No need for a "bug". Which is a bit different, and difficult than eavesdropping over the internet - I admit. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.