1

(8 replies, posted in wolfSSL)

Must say the support on here is well, poor............ Still waiting for a response !

2

(8 replies, posted in wolfSSL)

Again the solution is opened, but under the 'server' there are no header files and only server.c.

In server.c there is alot of grayed out areas, because of conditional compiler options (ifdefs etc), thus there is no config.h or c main.

its like all the paths are wrong, but as this is the tesing suite i would assume it should work out of the tin ?

3

(8 replies, posted in wolfSSL)

Hi Chris,
downloaded the latest version 3.3.0, open the <wolfssl_root>/examples/server/server.sln using Visual Studio 2008 Pro.

Firstly it does not build, lots of unresolved externals, also the solution explorer in VS, only shows one file, server.c, there are no header file etc.......Attached is a screen dump showing VS errors etc

????

4

(8 replies, posted in wolfSSL)

Hi im trying to get the wolfSSL embedded SSL running on STM32F4xx using Chibios and LwIP. Firstly all teh socket interface is working well and have tested this, in both Client and Server fashion.

So i proceed to port wolfSSL over, all is building ok and on testing connecting to a local SSL server i get this back ?


wolfSSL Entering wolfSSL_Init
wolfSSL Entering WOLFSSL_CTX_new
wolfSSL Entering CwolfSSL_CertManagerNew
wolfSSL Leaving WOLFSSL_CTX_new, return 0
wolfSSL Entering wolfSSL_CTX_load_verify_buffer
Adding a CA
wolfSSL Entering GetExplicitVersion
wolfSSL Entering GetMyVersion
Got Cert Header
wolfSSL Entering GetAlgoId
Got Algo ID
Getting Cert Name
Getting Cert Name
Got Subject Name
wolfSSL Entering GetAlgoId
Got Key
Parsed Past Key
wolfSSL Entering DecodeCertExtensions
wolfSSL Entering DecodeSubjKeyId
wolfSSL Entering DecodeAuthKeyId
wolfSSL Entering DecodeBasicCaConstraint
wolfSSL Entering GetAlgoId
    Parsed new CA
    Freeing Parsed CA
    Freeing der CA
        OK Freeing der CA
wolfSSL Leaving AddCA, return 0
wolfSSL Entering wolfSSL_CTX_set_verify
wolfSSL Entering SSL_new
wolfSSL Leaving SSL_new, return 0
wolfSSL Entering SSL_set_fd
wolfSSL Leaving SSL_set_fd, return 1
wolfSSL Entering SSL_write()
handshake not complete, trying to finish
wolfSSL Entering wolfSSL_negotiate
wolfSSL Entering SSL_connect()
growing output buffer

Embed Send error
    General error
wolfSSL error occured, error = -308
wolfSSL Leaving wolfSSL_negotiate, return -1
wolfSSL Leaving SSL_write(), return -1
wolfSSL Entering SSL_free
CTX ref count not 0 yet, no free
Shrinking output buffer

wolfSSL Leaving SSL_free, return 0