ssl_handshake_client_async() returns OUT_OF_MEMORY error.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

We are using Wiced SDK-3.3.1 with BESL library with ARM-CortexM4 platform. We have developed a test program which tests the TCP connection over SSL. This program does not use ca certificates so the authentication mode is set to SSL_VERIFY_NONE. When we tried running this program, the program got fail. When we debug it further, found that it is failing in ssl_handshake_client_async() function. Our observation is, first two iterations of ssl_handshake_client_async() API returns SUCCESS but third iteration returns TLS_ERROR_OUT_OF_MEMORY error.

We also tried increasing the Heap size(upto 64K) but that did not help. It would be helpful if you could guide us, also if you have any sample test program for the same please point us to it.

Thanks & Regards,

Santosh

0 Likes
4 Replies
Anonymous
Not applicable

Eagerly waiting for any comment or updates on this.

- Santosh Itkare

0 Likes
Anonymous
Not applicable

Hey Santosh,

Which platform are using for your application?

There is a sample app called TCP Client in the apps->snip->tcp_client.

You can find it in SDK 3.4.0.

Hope that provides a pointer to what you are trying to achieve.

Best Regards,

AB

0 Likes
Anonymous
Not applicable

abirjepatil

I don't see the relationship about apps->snip->tcp_client and this question.

0 Likes
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

Do you still see the issue with new version of SDK ? Let us know if you were able to resolve this.

0 Likes