Situation
Hi, I downloaded the OpenSSL 1.0.0d pack, and it contains the all the source code written in C. Iam interested i开发者_如何学运维n the Crypto library to check the implementation of symmetric/asymmetric cipher...etc.
Question
1/ I am confused about the way to compile this package.
2/ How can i generate a DLL File from this package ? Thanks for any help.which platform are you trying to compile this on? Compiling OpenSSL is very easy. Go thru the file INSTALL that is part of the source files and it will give you step by step instructions on what to do. If you are interested in compiling OpenSSL on a unix platform, you just need to use the provided Configure script, it will automatically detect the paltform and generate the appropriate make files.
精彩评论