Hi Carter,
A part of cst sources is available in code/back_end/src subdirectory. Freescale also provide intermediate object files issued from compilation in linuxXX/libs in form of two static libraries.
I suggest first to extract object files:
ar x libfrontend.aar x libbackend.a
You can compile your versions of openssl_helper.o pkey.o adapt_layer_openssl.o ssl_wrapper.o using sources provided in code/. And finally you re-link cst with
gcc *.o -lssl -ldl -lcrypto -ldl -pthread -static -o cst
Notice, you need OpenSSL1.0 installed:
sudo apt-get install libssl1.0-dev
Unfortunately, I didn't find any source for srktool.
Hi Carter
I am afraid sources of these tools are not publicly available.
If you have special task for that one can apply to
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------