OpenSSL 1.0.0d 编译然后生成 DLL
情况
嗨,我下载了OpenSSL 1.0.0d包,它包含所有用C编写的源代码。我对Crypto库感兴趣,以检查对称/非对称密码的实现...等。
问题
1/ 我对编译这个包的方式感到困惑。
2/ 我如何从此包生成 DLL 文件? 感谢您的任何帮助。
Situation
Hi, I downloaded the OpenSSL 1.0.0d pack, and it contains the all the source code written in C. Iam interested in 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)
你想在哪个平台上编译它?编译 OpenSSL 非常简单。浏览作为源文件一部分的 INSTALL 文件,它将为您提供有关操作的分步说明。
如果您有兴趣在unix平台上编译OpenSSL,您只需使用提供的Configure脚本,它会自动检测paltform并生成适当的make文件。
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.