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
alex.abrahamson wrote:Every application using the wolfSSL library should be including the file wolfssl/wolfcrypt/settings.h before including any other wolfSSL headers, and I see that it is being included in examples/client/client.c around line 27. Is this the client you're referring to?
Yes, you're right. I missed that.
Suppose I built the library using the configure script, and now want to compile an application, I see one way to detect feature is to define HAVE_CONFIG_H and include the generated config.h, like in the example client:
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Is that a reasonable approach?
I want to check if the max_fragment_length extension is negotiated. I could sniff the server_hello message and parse it in the client. But is there built-in support for this?
Thanks a lot!
Hi all,
I'm working on an HTTPS client using wolfSSL. I want to use HAVE_* or NO_* flags to make the client work with different configurations. I see there are ''wolfssl/options.h', 'wolfssl/wolfcrypt/settings.h', and config.h produced by configure. Which should I use to detect features? client.c includes neither...
Fan
Posts found: 3
Generated in 0.015 seconds (96% PHP - 4% DB) with 4 queries