ESP8266 Developer Zone The Official ESP8266 Forum 2017-03-16T19:19:56+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=386 2017-03-16T19:19:56+08:00 2017-03-16T19:19:56+08:00 https://bbs.espressif.com:443/viewtopic.php?t=386&p=11497#p11497 <![CDATA[Re: Share SSL Code]]> I'll study it first.

Statistics: Posted by ldsheng — Thu Mar 16, 2017 7:19 pm


]]>
2015-05-31T08:03:47+08:00 2015-05-31T08:03:47+08:00 https://bbs.espressif.com:443/viewtopic.php?t=386&p=1967#p1967 <![CDATA[Re: Share SSL Code]]>
and it has still no thanks?
I now change times.
and start:

(espressif-admin) where is the 1000 thank button? ;)


BIG big thank to you huafan


run's stable in first test.. and i think - is stable enough for longer time,
txs huafan!

best wishes

rudi ;-)

Statistics: Posted by rudi — Sun May 31, 2015 8:03 am


]]>
2015-04-21T15:48:17+08:00 2015-04-21T15:48:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=386&p=1444#p1444 <![CDATA[Share SSL Code]]> Thanks also to help a lot of ESP8266 official forum staff are given.
1 using SDK V1.0.1_b2 IOT demo,open #define CLIENT_SSL_ENABLE,configuration connection AP and SSL server IP and port,
2 using the new cert.h and private_key.h.
2 compile time using the new libssl.a file.
3 compile and file, if it is the 512KB FLASH needs to be generated
Eagle.flash.bin eagle.irom0text.bin
Because the compiled BIN file is too big, can only support this way.
4 build SSL server. The attachment with a simple SSL server source code.
Set the SSL port on the config.txt.
5 let the device connected to the SSL server.
Exchange and discussion.


我在调试SSL时候遇到了很多的困难,也耗费了很长的时间,在这里我希望能分享一下,免得有人走弯路。
也很感谢ESP8266官方论坛的工作人员给予的很多帮助。

1 使用SDK V1.0.1_b2 IOT demo,打开宏定义#define CLIENT_SSL_ENABLE,配置上连接的AP和SSL的服务器IP和端口,
2 使用新的cert.h 和 private_key.h.
2 编译的时候使用最新的libssl.a 文件.
3 编译并生成文件,如果是 512KB 外部FLASH需要生成
eagle.flash.bin eagle.irom0text.bin
因为编译的BIN文件会太大,只能支持这种方式.
4 搭建SSL服务器.附件中带有 简单的SSL服务器带源码.
在config.txt设置好SSL的端口.
5 让设备连接到SSL服务器

附件中含一个SSL Server和SSL Client,截图为设备连接后发送的数据截图.
SSL连接截图.jpg

VC_TLS_demo.zip

app.zip

Statistics: Posted by huafan — Tue Apr 21, 2015 3:48 pm


]]>