1

(5 replies, posted in wolfCrypt)

HI David Garske,
thank you , i was able to figure this one by changing few ardupilot code but now got an error as follows

error: ' pthread_mutex_t' does not name a type typdef pthread_mutex_t wolfssl_mutex;

this comes from wc_port.h file. any help would be greatly appreciated.

2

(5 replies, posted in wolfCrypt)

hey David Garske,

i am getting a conflict declaration of C function 'char*' getcwd(char*, size_t)' as error and coudnt find a way to solve this. the gcc compiler for ardupilot is a c++ one and wolfssl is written in c. is there something i am missing here? would greatly appreaciate your help.

3

(5 replies, posted in wolfCrypt)

i am new to stm32 and wolfcrypt. i would like to add this library into px4 board and ardupilot source code for encryption and decryption purposes. how  can i embedd the library inside ardupilot and what are the possible methods for embedding ssl library inot stm32 board.