This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Makefile of OpenSSL for AM3352 used in SDK v7.0

Guru 16800 points
Other Parts Discussed in Thread: AM3352

Hello,

Could you give me Makefile of OpenSSL for AM3352 in SDK v7.0?

Now, I want to install OpenSSL v1.0.1g by shared object (.so) format (libssl.so.1.0.0 and libcrypto.so.1.0.0), because pre-installed OpenSSL v1.0.1e has the Heartbleed problem.
Therefore, I'm consulting the method described in the following URL to install OpenSSL v1.0.1g.
http://processors.wiki.ti.com/index.php/Build_OpenSSL_for_Sitara

However, the shared object (.so) is not build, because the configure command isn't be used (the "shared" option can't be used).

Now, I changed the Makefile a bit, and I can build the shared object file (libssl.so.1.0.0 and libcrypto.so.1.0.0).
However, the object file doesn't work correctly (it seems that Crypto Hardware Accelerators on AM3352 doesn't work).
I think my Makefile has some mistakes.

OpenSSL v1.0.1e in SDK v7.0 work correctly, and I think someone has a correct Makefile to build OpenSSL v1.0.1e using Crypto Hardware Accelerators on AM3352.
Therefore, I want to consult the correct Makefile.

Best Regards.

Nomoto