wiced_tls_deinit_identity crash

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

cross mob
Anonymous
Not applicable

Hi,

I'm writing a WICED application.

It seem that any call to wiced_tls_deinit_identity() will cause a crash when trying to free the RSA key in wiced_tls.c:

if ( tls_identity->private_key.common.type == TLS_RSA_KEY )

{

rsa_free( (rsa_context*)&tls_identity->private_key.rsa );

}

I noticed that in your MQTT implementation you never call wiced_tls_deinit_identity(), is there any known issue with it?

Cheers,

Matteo

0 Likes
2 Replies