问题描述
当使用Delphi 2007和Indy 9时,最新的OpenSSL库可以加载什么?
您需要以下两个DLL:
- libeay32.dll
- ssleay32.dll
您可以从开源组织,但是您必须自己编译DLL。 Indy为每个版本的Indy和OpenSSL维护一个已编译的二进制文件的网站(请参阅 - 感谢TLama的链接) 。
较早版本的Indy与OpenSSL库不兼容(请参阅。这可能是您需要使用的版本。
When using Delphi 2007 along with Indy 9, what are the latest OpenSSL libraries that can be loaded and where are they available?
You need the following two DLLs:
- libeay32.dll
- ssleay32.dll
You can download the source from the open-source organization OpenSSL.org, but then you have to compile the DLLs yourself. Indy maintains a site of compiled binaries for each version of Indy and OpenSSL (see indy.fulgan.com/SSL and indy.fulgan.com/SSL/Archive -- thanks to TLama for the links).
Older versions of Indy are not compatible with the OpenSSL libraries (see Indy "Could not load SSL Library" with Delphi 2007/Apache). TLama added a comment to your question to look at an Embarcadero discussion about this. In that discussion, Remy said "try the old 0.9.6 DLLs at http://indy.fulgan.com/SSL/Archive/". That's probably the version that you will need to use.
这篇关于Indy 9 + Delphi 2007最新的SSL库可用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!