You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
Hi Kaleb:
I am writing programs for esp8266 using arduino platform,which is a program on github.I have uncommented the arduino options in settings.h.But I think the wolfssl doesn't quite rely on hardware but I am not quite sure about that . I am reading your manual recently and hoping I can do a bit of job this winter. I will check your advice and thank you for your help.
Regards,
Gavin
Hello,
I am currently working on using wolfssl on ESP8266(a convenient wifi module) to create https linking via arduino for esp8266,but when I programmed your example for arduino,I met the problem as follows:
C:\Users\gavin\AppData\Local\Temp\build1361818746455674135.tmp\wolfssl-master\asn.c.o: In function `CheckCurve':
D:\arduino-1.6.5-r5-windows\arduino-1.6.5-r5\libraries\wolfssl-master/asn.c:3473: undefined reference to `__ctype_ptr__'
C:\Users\gavin\AppData\Local\Temp\build1361818746455674135.tmp\wolfssl-master\asn.c.o: In function `ExtractDate':
D:\arduino-1.6.5-r5-windows\arduino-1.6.5-r5\libraries\wolfssl-master/asn.c:3473: undefined reference to `gmtime'
C:\Users\gavin\AppData\Local\Temp\build1361818746455674135.tmp\wolfssl-master\asn.c.o: In function `ValidateDate':
D:\arduino-1.6.5-r5-windows\arduino-1.6.5-r5\libraries\wolfssl-master/asn.c:3473: undefined reference to `gmtime'
C:\Users\gavin\AppData\Local\Temp\build1361818746455674135.tmp\wolfssl-master\random.c.o: In function `wc_RNG_HealthTestLocal':
D:\arduino-1.6.5-r5-windows\arduino-1.6.5-r5\libraries\wolfssl-master/random.c:556: undefined reference to `random'
C:\Users\gavin\AppData\Local\Temp\build1361818746455674135.tmp\wolfssl-master\random.c.o: In function `wc_GenerateSeed':
D:\arduino-1.6.5-r5-windows\arduino-1.6.5-r5\libraries\wolfssl-master/random.c:556: undefined reference to `random'
collect2.exe: error: ld returned 1 exit status
I don't know actually how to correct that and hope you can give me some advice.
I am using arduino 1.6.5 .My system is Windows 7
Posts found: 2
Generated in 0.014 seconds (96% PHP - 4% DB) with 4 queries