Hi! I am working on including SSL client in our product. One of the options is using OpenSSL. But the problem is that our product is designed and strictly structured as portable, that is the major part of the code is the same for different platforms and only a thin layer contains platform dependent stuff. My task is to include the OpenSSL as a separate module so that it can be built on different platforms. I tried to figure out the portability structure (portable and platform dependent parts) in OpenSSL but so far I do not have a clear picture. I also tried to analyze compiler and linker flags in the make file. May be you can help me to get the following information: 1. What subset of the source code is sufficient to implement SSL client for different platforms? 2. Which set of defines is needed for each platform? 3. Can OpenSSL be ported for MVS? 4. Is OpenSSL structured for portable and non-portable parts and how? I will appreciate your answers. Boris. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
