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 ,
Basically i want to add simple wolfssl client to my application which is using cycloneTCP code as shown example in below link.
i want to use basic APIs mentioned in the below links to my application.
https://github.com/wolfSSL/wolfssl-exam … ient-tls.c ;
Presently i added below folders from Wolfssl source code
wolfssl,
wolfcrypt,
certs,
src, to complete my build as below headers are needed
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
But i am getting warining like " pthread.h : No Such directory " as it is coming under #ifndef SINGLE_THREADED in wc_port.h file
so kindly someone let me know what settings exactly needs to be done in settings.h or any other file.
hi ,
I am trying to execute the example client and server code in the below links which will have basic Wolfssl APIs so that i can implement same APIs to my existing project which will have cyclone TCP.
https://github.com/wolfSSL/wolfssl-exam … ient-tls.c ;
https://github.com/wolfSSL/wolfssl-exam … rver-tls.c ;
i dont want to use entire wolfssl source code to minimize the size. so that i just added below folders from sorce code to my example project.since i could see the headers include in example code are from below folders.
wolfssl,
wolfcrypt,
certs,
src,
but i am getting so many errors saying saying some headers are not included and some are not declared.
So i just want to know w.r.t example in above links which folders i need to add to my project ?
Kindly clarify my doubts?
what steps needs to done to activate the cipher suite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 and how to check this fucntionality after enable this ?since i can see in the wolfssl source code is supporting this cipher suite.
Kindly someone explain me ?
Posts found: 3
Generated in 0.018 seconds (97% PHP - 3% DB) with 5 queries