OpenSSL 1.0.0d 编译然后生成 DLL

发布于 2024-10-20 20:21:08 字数 228 浏览 6 评论 0原文

情况

嗨,我下载了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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吝吻 2024-10-27 20:21:08

你想在哪个平台上编译它?编译 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文