Home > Back-end >  Q: delphi2010 bring indy10.5.5 corresponding openssl version?
Q: delphi2010 bring indy10.5.5 corresponding openssl version?

Time:10-11

Send email to use SSL, ssleay32. DLL and libeay32 DLL tried many editions all indicate the version number is wrong, exactly corresponds to which version?? Tried 0.9.8, 0.9.8 a - c, m, n, g, l, x, 1.0.0 all not line!

CodePudding user response:

In delphi2010 directory to find the source, Indy, Indy10, separate Protocols \ IdSSLOpenSSL pas files,
Drag a TIdServerIOHandlerSSLOpenSSL controls (also can be in form, and then CTRL + left mouse button in the code directly into the source file)
At the beginning of the file within the unit has annotated the indy under what's version of ssleay32. DLL

For example here is Delphi 2009 own indy 10.2.5 need ssleay32. DLL

The unit IdSSLOpenSSL;
{
Author: Gregor Ibic ([email protected])
Copyright: (c) Gregor Ibic, Intelicom D.O.O and Indy Working Group.
}

{
Indy OpenSSL now USES the standard OpenSSL libraries
For the pre - compiled win32 DLLS, see:
http://www.openssl.org/related/binaries.html
It v0.9.8 or later//it is recommended to use a v0.0.8 a or higher
}
,,,,,,,,,

CodePudding user response:

Upstairs, I saw the IdSSLOpenSSL pas, is it v0.9.8 a or later
But also not ah, prompt the version number is not attached, don't want special compiled version? Do you have the two DLL?
  • Related