I am trying to modify openssl apps to a static lib(for android use). So I need to understand how they generate MAKEFILE, how they generate so platform specify code, where is main program entry, etc.
My purpose(Man-in-the-middle attack):
- Generate self singed root cert
- Intercept https connection and generate cert singed by root cert
I have a few questions:
- What tools they use for generating MAKEFILE
- Could I modify openssl/apps to a static library call it in my app native code
- Is there is tutorial help freshman to do this ?
thanks a lot