开发者

OpenSSL 1.0.0d Compilation then DLL generation

开发者 https://www.devze.com 2023-02-15 03:28 出处:网络
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 symmetri

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消