1 (edited by codemaster 2015-10-23 15:27:08)

Topic: [SOLVED] WC Causing EXC_BAD_ACCESS

What is going on here?
I have a reference to std::string that works perfectly before every WC HMAC call, anything placed after the first call to HMAC in regards to a referenced string crashes the app with the following EXC.

Post's attachments

Zrzut ekranu 2015-10-24 o 00.25.27.png
Zrzut ekranu 2015-10-24 o 00.25.27.png 68.04 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Share

2 (edited by codemaster 2015-10-23 15:45:00)

Re: [SOLVED] WC Causing EXC_BAD_ACCESS

Update:
EXC caused only when SHA512 used
When i use SHA instead - all works OK...

Unfortunately i need to use SHA512 i have configured lib with

./configure --enable-static --disable-shared --enable-ecc --enable-sha512

Share

Re: [SOLVED] WC Causing EXC_BAD_ACCESS

Resolved.


missing preprocessor -DWOLFSSL_SHA512

Share