GoAhead/DMF Web Server Gets Micro-SSL Support 10
JimCricket writes "The world's most popular embedded web server has gained something embedded developers have long wished for: support for a small (~50kB) SSL library designed specifically for embedded use. See the press release. The GoAhead WebServer, SSL, and Device Management Framework (from Art & Logic) can now be built into a secure, small-footprint, embedded web application platform."
From the link (Score:3, Interesting)
Mocana's software is optimized for embedded systems and NOT based on large, slow open source code.
That and a buck fifty will get you a cup of coffee here at Slashdot.
But I wonder about the usability of this kind of thing on larger platforms. The link also says that the SSL component is supported on Linux, VxWorks, Solaris, and Windows. It is also CPU-independent so it could theoretically run on any platform in existence given the right hooks into the OS.
Why isn't anyone else able to come up with an SSL library that is that small? I can't believe that with all the work going into creating these libraries that someone else hasn't been able to build one that small too. Or is there something that we are not being told (like while the binary is only 50K, the runtime memory requirements are much larger)
Re:From the link (Score:3, Interesting)
The reason is that there's bugger-all demand for this sort of thing. Most use of SSL is in standard servers. Then you've got web-enabled devices, most of which just use straight HTTP with passwords because it's assumed they'll only ever be a
Re:From the link (Score:3, Insightful)
I disagree. Yes, there's little demand for the average OSS user, which means it's unlikely that you'll ever see an equivalent OSS SSL library, but the assumption that most embedded devices are LAN only isn't quite accurate, mostly because LANs are fading with the growing number of wireless network devices. The physical security that was provided by CAT-5 needs to be replaced with something, and the safest thing for vendors to do is no
Re:From the link (Score:5, Informative)
Re:From the link (Score:3, Insightful)
Re:From the link (Score:2)
I won't be surprised if there's plenty to trim if you just want something for a server or client, even if it's client cert-based.
That said, openssl doesn't look like it's gaining much more weight, which is a good thing. So in 1-2 years, embedded hardware will probably catch up.
No TLS, AES or session caching (Score:2, Interesting)
Open Source Alternative... (Score:2)
Web server: fnord [www.fefe.de] (by Felix von Leitner)
Tutorial [projectdream.org]: