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 chris, i'm running Ubuntu x64; Linux LeoNida 2.6.35-23-generic #41-Ubuntu SMP.
I use this library for my thesis; I want ask your opinion about the possibility of adding support to mobi-d (tools.ietf.org/html/draft-barrett-mobile-dtls) into wolfSSL.
Possible? hard or soft change to source code?
Thanks,
mimmo
When compile finished example compiler give me this error:
mimmo@LeoNida:~/SSL_Tutorial/finished_src/echoclient$ make
gcc -o echoclient ../lib/*.c tcpcli01.c -I ../include -I /usr/local/cyassl/include -L/usr/local/cyassl/lib -lcyassl
../lib/error.c: In function ‘err_doit’:
../lib/error.c:102: warning: format not a string literal and no format arguments
tcpcli01.c: In function ‘str_cli’:
tcpcli01.c:19: warning: comparison between pointer and integer
/usr/local/cyassl/lib/libcyassl.so: undefined reference to `log'
/usr/local/cyassl/lib/libcyassl.so: undefined reference to `pow'
collect2: ld returned 1 exit status
make: *** [echoclient] Errore 1
to resolve add into Makefile before -lcyassl, -lm
Posts found: 2
Generated in 0.014 seconds (95% PHP - 5% DB) with 4 queries